Skip to content

Commit 82af9b7

Browse files
author
Ryan
committed
Added .env.example
1 parent ee5c401 commit 82af9b7

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.env.example

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Etherscan Configuration
2+
ETHERSCAN_API_KEY="YOUR_ETHERSCAN_API_KEY"
3+
4+
# RPC Provider Configuration
5+
6+
# Using Alchemy RPC URL
7+
RPC_API_KEY="YOUR_ALCHEMY_API_KEY"
8+
ETHEREUM_RPC_URL="https://eth-mainnet.g.alchemy.com/v2/${RPC_API_KEY}"
9+
10+
# Using Infura RPC URL
11+
RPC_API_KEY="YOUR_INFURA_API_KEY"
12+
ETHEREUM_RPC_URL="https://mainnet.infura.io/v3/${RPC_API_KEY}"

0 commit comments

Comments
 (0)