We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci-canary
Recipe for minimum viable contract deployment continuous integration
INFURA_API_KEY
PRIVATE_KEY
NETWORK_NAME=mumbai
DEFAULT_TOKEN
.template.env
process.env.NETWORK_NAME
process.env
acceptedTokenContract, forwarderAddress, adminAddress
treasure-contracts/scripts/helpers.ts
Line 63 in 08b2903
mumbai
// deployments.js # Deployed Fri Jan 07 2022 15:51:33 GMT-0500 (Eastern Standard Time) acceptedTokenContract 0xabc123 forwarderAddress 0xabc123 adminAddress 0xabc123
The text was updated successfully, but these errors were encountered:
cupOJoseph
No branches or pull requests
Recipe for minimum viable contract deployment continuous integration
Setup
INFURA_API_KEY
,PRIVATE_KEY
,NETWORK_NAME=mumbai
to the repo github secretsDEFAULT_TOKEN
in favor of the hardhat config file.template.env
with these changesDeploy script
process.env.NETWORK_NAME
process.env
.treasure-contracts/scripts/helpers.ts
Line 63 in 08b2903
Update
ci-canary
mumbai
The text was updated successfully, but these errors were encountered: