forked from pooltogether/foundry-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated template with solc, env, gitignore
- Loading branch information
1 parent
6e39f94
commit 8958cb9
Showing
10 changed files
with
46 additions
and
34 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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Mnemonic phrase | ||
MNEMONIC="" | ||
|
||
# Private key | ||
PRIVATE_KEY="" | ||
|
||
# Mainnet RPC URLs | ||
MAINNET_RPC_URL="" | ||
ARBITRUM_RPC_URL="" | ||
OPTIMISM_RPC_URL="" | ||
|
||
# Testnet RPC URLs | ||
SEPOLIA_RPC_URL="" | ||
ARBITRUM_SEPOLIA_RPC_URL="" | ||
OPTIMISM_SEPOLIA_RPC_URL="" | ||
|
||
# Used for verifying contracts on Etherscan | ||
ETHERSCAN_API_KEY="" | ||
ARBITRUM_ETHERSCAN_API_KEY="" | ||
OPTIMISM_ETHERSCAN_API_KEY="" | ||
POLYGONSCAN_API_KEY="" | ||
|
||
# Used to run Hardhat scripts in fork mode | ||
FORK_ENABLED=true | ||
|
||
# Used to report gas usage when running Forge tests | ||
FORGE_GAS_REPORT=true |
This file was deleted.
Oops, something went wrong.
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
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