Skip to content

Commit

Permalink
📚 Update .env-example
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredBorders committed Sep 19, 2023
1 parent 243e391 commit ee62831
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .env-example
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
MAINNET_RPC_URL=https://eth-mainnet.g.alchemy.com/v2/KEY
OPTIMISM_RPC_URL=https://opt-mainnet.g.alchemy.com/v2/KEY
BASE_RPC_URL=https://base-mainnet.g.alchemy.com/v2/KEY
GOERLI_RPC_URL=https://eth-goerli.g.alchemy.com/v2/KEY
OPTIMISM_GOERLI_RPC_URL=https://opt-goerli.g.alchemy.com/v2/KEY
PRIVATE_KEY=lololol
ETHERSCAN_API_KEY=KEY
BASE_GOERLI_RPC_URL=https://base-goerli.g.alchemy.com/v2/KEY
PRIVATE_KEY=KEY
ETHERSCAN_API_KEY=KEY
OPTIMISM_ETHERSCAN_API_KEY=KEY
BASESCAN_API_KEY=KEY

0 comments on commit ee62831

Please sign in to comment.