@scom/scom-queue-contract
v0.1.3
Published
1. Add the network config to data/networks.js 2. Modify the value of ```network``` in data/config.js 3. Set the deployer address and private key in data/config.js 4. For new network, deploy WETH and govToken by running ```npm run deployTokens``` 5. Opti
Downloads
5
Readme
@scom/scom-queue-contract
How to deploy to a new chain
- Add the network config to data/networks.js
- Modify the value of
network
in data/config.js - Set the deployer address and private key in data/config.js
- For new network, deploy WETH and govToken by running
npm run deployTokens
- Optionally check the token deployment transactions on blockchain explorer
- Set the weth and govToken address in data/config.js
- Run
npm run deploy
to deploy the contracts - Monitor the deployment on blockchain explorer
- Copy the result addresses to data/address-lite.json
- Run a simple test by
npm run testDeploy-lite