-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: sligthly improve natspec in state interface
chore: update .env.example file
- Loading branch information
1 parent
29c1695
commit 191d23f
Showing
2 changed files
with
8 additions
and
26 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,27 +1,9 @@ | ||
# Run `cp .env.example .env` command to create your .env file | ||
|
||
# General | ||
export API_KEY_INFURA="YOUR_INFURA_KEY" | ||
export API_KEY_INFURA="YOUR_API_KEY_INFURA" | ||
export EOA="YOUR_EOA_ADDRESS" | ||
export FOUNDRY_PROFILE="lite" | ||
export MNEMONIC="YOUR_MNEMONIC" | ||
|
||
# RPC URLs | ||
export ARBITRUM_RPC_URL="YOUR_RPC_URL" | ||
export AVALANCHE_RPC_URL="YOUR_RPC_URL" | ||
export BASE_RPC_URL="YOUR_RPC_URL" | ||
export BINANCE_RPC_URL="YOUR_RPC_URL" | ||
export GNOSIS_RPC_URL="YOUR_RPC_URL" | ||
export MAINNET_RPC_URL="YOUR_RPC_URL" | ||
export OPTIMISM_RPC_URL="YOUR_RPC_URL" | ||
export POLYGON_RPC_URL="YOUR_RPC_URL" | ||
export SCROLL_RPC_URL="YOUR_RPC_URL" | ||
|
||
# Etherscan API keys | ||
export ARBISCAN_API_KEY="YOUR_API_KEY" | ||
export BASESCAN_API_KEY="YOUR_API_KEY" | ||
export BSCSCAN_API_KEY="YOUR_API_KEY" | ||
export ETHERSCAN_API_KEY="YOUR_API_KEY" | ||
export GNOSISSCAN_API_KEY="YOUR_API_KEY" | ||
export OPTIMISTIC_API_KEY="YOUR_API_KEY" | ||
export POLYGONSCAN_API_KEY="YOUR_API_KEY" | ||
export SCROLL_API_KEY="YOUR_API_KEY" | ||
export SNOWTRACE_API_KEY="YOUR_API_KEY" | ||
export RPC_URL_MAINNET="YOUR_RPC_URL_MAINNET" | ||
export SPHINX_API_KEY="YOUR_API_KEY" | ||
export SPHINX_ORG_ID="YOUR_ORG_ID" | ||
export SPHINX_PROJECT_NAME="YOUR_PROJECT_NAME" |
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