Skip to content

Commit

Permalink
feat: New RPCs (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zer0dot authored Nov 21, 2023
1 parent ab4e6dc commit 70f523f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ MNEMONIC_INDEX=
LEDGER_SENDER=

# Test rpc_endpoints
RPC_MAINNET=https://rpc.flashbots.net
RPC_MAINNET=https://eth.llamarpc.com
RPC_AVALANCHE=https://api.avax.network/ext/bc/C/rpc
RPC_OPTIMISM=https://mainnet.optimism.io
RPC_POLYGON=https://polygon-rpc.com
RPC_ARBITRUM=https://arb1.arbitrum.io/rpc
RPC_OPTIMISM=https://optimism.llamarpc.com
RPC_POLYGON=https://polygon.llamarpc.com
RPC_ARBITRUM=https://arbitrum.llamarpc.com
RPC_FANTOM=https://rpc.ftm.tools
RPC_HARMONY=https://api.harmony.one
RPC_METIS=https://andromeda.metis.io/
RPC_BASE=https://mainnet.base.org
RPC_METIS=https://andromeda.metis.io/?owner=1088
RPC_BASE=https://base.llamarpc.com
RPC_BNB=https://binance.llamarpc.com

# Testnet rpc_endpoints
Expand All @@ -23,4 +23,4 @@ ETHERSCAN_API_KEY_FANTOM=
ETHERSCAN_API_KEY_OPTIMISM=
ETHERSCAN_API_KEY_ARBITRUM=
ETHERSCAN_API_KEY_BASE=
ETHERSCAN_API_KEY_BNB=
ETHERSCAN_API_KEY_BNB=

0 comments on commit 70f523f

Please sign in to comment.