-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(contracts): move away from infura key to full rpc url
- Loading branch information
Showing
4 changed files
with
14 additions
and
8 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,9 +1,15 @@ | ||
MNEMONIC= | ||
# api key for eth mainnet etherscan | ||
ETH_ETHERSCAN_API_KEY= | ||
# api key for optimism mainnet etherscan | ||
OPTIMISM_ETHERSCAN_API_KEY= | ||
INFURA_KEY= | ||
OP_RPC_URL= | ||
GAS_PRICE= | ||
# RPC url to talk to live networks | ||
RPC_URL= | ||
# Forking url for testing | ||
FORKING_URL= | ||
# Gas price to use for transactions | ||
GAS_PRICE= | ||
# Block number to fork from | ||
FORKING_BLOCK_NUM= | ||
# Hardhat logging level (true/false) | ||
HARDHAT_LOGGING= |
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