step:
- this is my customConfig, point is config.cold.filecoin.addr:
{
hot: {},
repairable : {},
cold {
filecoin: {
addr: 'custom addr'
}
}
}
await pow.ffs.setDefaultStorageConfig(customConfig)
await pow.ffs.getStorageConfig(customConfig)
await this.stuff.pow.ffs.stage(file)
- Error: t3xao2uyz37sgx5dkyeuaq7n5krabce5tc3khtqmfjcelxt36mjfdkuwnm7tnpjgh6fysujekrpg4qnw5tn3cq is not managed by ffs instance
i wanna know how to set my custom addr to default addr?