1// Local2// const config = {3// wsEndpoint : 'ws://127.0.0.1:9944',4// collectionDataSize: 0,5// decimalPoints: 4,67// ownerSeed : '//Alice',8// };910// Production11const config = {12 wsEndpoint : 'wss://unique.usetech.com',13 collectionDataSize: 0,14 decimalPoints: 4,1516 ownerSeed : 'tunnel hair company air cage velvet egg crunch height fetch resource estate',17};1819module.exports = config;difftreelog
source
examples/re-fungible/config.js398 Bsourcehistory