git.delta.rocks / unique-network / refs/commits / 885f1d23d20d

difftreelog

source

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