@scom/scom-queue-contract
v0.1.6
Published
1. Add the network config to data/networks.js 2. Modify the value of `network` and `govToken` 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 `docker compose ru
Readme
@scom/scom-queue-contract
How to deploy to a new chain
- Add the network config to data/networks.js
- Modify the value of
networkandgovTokenindata/config.js - Set the
deployeraddress and private key indata/config.js - For new network, deploy WETH and govToken by running
docker compose run --rm deployTokens - Optionally check the token deployment transactions on blockchain explorer
- Set the
wethandgovTokenaddress indata/config.js - Run
npm run deployto 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
