generated from PaulRBerg/foundry-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from robertleifke/main
Changed Goerli deployment to Sepolia
- Loading branch information
Showing
29 changed files
with
4,216 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
export PRIVATE_KEY="YOUR_PRIVATE_KEY" | ||
|
||
export RPC_URL_MAINNET="YOUR_RPC_URL" | ||
export SEPOLIA_RPC_URL="YOUR_RPC_URL" | ||
|
||
export ETHERSCAN_KEY="YOUR_ETHERSCAN_KEY" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule create3-factory
updated
10 files
+9 −1 | .env.example | |
+1 −0 | README.md | |
+3 −0 | deployments/base.json | |
+3 −0 | deployments/bsc-testnet.json | |
+3 −0 | deployments/linea.json | |
+3 −0 | deployments/metis.json | |
+3 −0 | deployments/opbnb.json | |
+3 −0 | deployments/scroll-alpha.json | |
+3 −0 | deployments/zkevm.json | |
+11 −1 | foundry.toml |
Submodule forge-std
updated
41 files
Oops, something went wrong.