0.1.6 • Published 10 months ago
@scom/scom-queue-contract v0.1.6
@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