-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
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
Chore/deploy faith devotion and faith airdrop #13
Conversation
chore: update .env.local.example
Helps provide reasonable local scaffolding to test deploys before a mainnet push
Required so we can verify on etherscan. Removed lockedOGTemple and devotion as they are changing in nature
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only thing missing from the deploy script is Faith.addManager(FaithMerkleAirdrop). not worth adding as it's already in production and is a one-time deploy.
Anything stopping us from merging atm? |
* refactor: Factor out mainnet gas to be a env variable * Deploy epoch 2 payments * fixup: payment is over 3 months, with one month vested * Updated epoch 2 address * chore: Remove unused imports Co-authored-by: butlerji <>
chore: update .env.local.example
* chore: deploy scripts for faith and related contracts * Reasonable default gas prices for mainnet deploy * Added contract addresses to repo * Added empty set for localhost in expectedEnvVars mapping * fixup: Default multisig for localhost Helps provide reasonable local scaffolding to test deploys before a mainnet push * fixup: increase default L1 deployment gas * chore: Redploy faith airdrop / remove unused contracts Required so we can verify on etherscan. Removed lockedOGTemple and devotion as they are changing in nature Co-authored-by: butlerji <>
No description provided.