-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add a CLI tool to deploy the contracts using Foundry #86
Merged
Commits on Mar 28, 2024
-
Add a foundry script to deploy the contracts
Usage: ./deploy.sh <local | tenderly-devnet | mainnet> Environment variables (can be set in a .env file): CHAIN_ID: Chain ID to deploy to (optional) RPC_URL: RPC URL to use (optional) DEPLOYER: Address or private key to deploy with (optional with local) DEPLOYER_PATH: HD path to use with the ledger (optional, only used when DEPLOYER is an address) ETHERSCAN_API_KEY: Etherscan API key for contracts verification (mainnet only) OPEN_DEMO_TROVES: Set to 1 to open demo troves after deployment (defaults to 0, local only)
Configuration menu - View commit details
-
Copy full SHA for c68b993 - Browse repository at this point
Copy the full SHA c68b993View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5164703 - Browse repository at this point
Copy the full SHA 5164703View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74129f1 - Browse repository at this point
Copy the full SHA 74129f1View commit details
Commits on Mar 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9473e03 - Browse repository at this point
Copy the full SHA 9473e03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99c9511 - Browse repository at this point
Copy the full SHA 99c9511View commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e907770 - Browse repository at this point
Copy the full SHA e907770View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66da622 - Browse repository at this point
Copy the full SHA 66da622View commit details -
feat: add Sourcify support to deploy-cli
Also refactor the deployment script and our test harnesses to share a single deployment function.
Configuration menu - View commit details
-
Copy full SHA for a55c29d - Browse repository at this point
Copy the full SHA a55c29dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e85ddb - Browse repository at this point
Copy the full SHA 8e85ddbView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.