17 lines
568 B
Plaintext
17 lines
568 B
Plaintext
|
|
# RPC Endpoints Mainnets
|
||
|
|
MAINNET_RPC_URL=https://mainnet.infura.io/v3/
|
||
|
|
ARBITRUM_RPC_URL=https://arb1.arbitrum.io/rpc
|
||
|
|
BASE_RPC_URL=https://base-mainnet.infura.io/v3/
|
||
|
|
OP_RPC_URL=https://optimism-mainnet.infura.io/v3/
|
||
|
|
POLYGON_RPC_URL=https://polygon-mainnet.infura.io/v3/
|
||
|
|
|
||
|
|
# RPC Endpoints Testnets
|
||
|
|
ETHEREUM_SEPOLIA_RPC_URL=https://sepolia.infura.io/v3/
|
||
|
|
BASE_SEPOLIA_RPC_URL=https://base-sepolia.infura.io/v3/
|
||
|
|
OP_SEPOLIA_RPC_URL=https://optimism-sepolia.infura.io/v3/
|
||
|
|
POLYGON_AMOY_RPC_URL=https://polygon-amoy.infura.io/v3/
|
||
|
|
|
||
|
|
# METAMASK WALLET
|
||
|
|
PUBLIC_ADDRESS=
|
||
|
|
PRIVATE_KEY=
|