Skip to content

Commit

Permalink
Update .env.example file - Sepolia Update
Browse files Browse the repository at this point in the history
Replace GOERLI_RPC_URL with SEPOLIA_RPC_URL
  • Loading branch information
alymurtazamemon committed Mar 11, 2023
1 parent ae82c98 commit 8b68472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GOERLI_RPC_URL='https://alchemy.infura.io/v3/1234567890'
SEPOLIA_RPC_URL='https://eth-sepolia.g.alchemy.com/v2/YOUR-API-KEY'
POLYGON_MAINNET_RPC_URL='https://rpc-mainnet.maticvigil.com'
MAINNET_RPC_URL="https://eth-mainnet.alchemyapi.io/v2/your-api-key"
ETHERSCAN_API_KEY='YOUR_KEY'
Expand Down

0 comments on commit 8b68472

Please sign in to comment.