If you look earlier in this thread, I demonstrate how to use alternate repos:
await IPFS.create({repo: 'ok' + Math.random()});
or
await IPFS.create({repo: 'firstrepo'});
await IPFS.create({repo: 'secondrepo'});
Hope that helps!
If you look earlier in this thread, I demonstrate how to use alternate repos:
await IPFS.create({repo: 'ok' + Math.random()});
or
await IPFS.create({repo: 'firstrepo'});
await IPFS.create({repo: 'secondrepo'});
Hope that helps!