Initial commit: add .gitignore and README
This commit is contained in:
16
.env.example
Normal file
16
.env.example
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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=
|
||||
Reference in New Issue
Block a user