forked from RitzyDevBox/smart-order-router
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
15 lines (15 loc) · 1015 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
JSON_RPC_PROVIDER_GORLI = 'https://gateway.tenderly.co/public/goerli'
JSON_RPC_PROVIDER_OPTIMISM = 'https://optimism.llamarpc.com'
JSON_RPC_PROVIDER_OPTIMISM_GOERLI = 'https://endpoints.omniatech.io/v1/op/goerli/public'
JSON_RPC_PROVIDER_ARBITRUM_ONE = 'https://arbitrum.llamarpc.com'
JSON_RPC_PROVIDER_ARBITRUM_GOERLI = 'https://endpoints.omniatech.io/v1/arbitrum/goerli/public'
JSON_RPC_PROVIDER_POLYGON = 'https://polygon.llamarpc.com'
JSON_RPC_PROVIDER_POLYGON_MUMBAI = 'https://polygon-testnet.public.blastapi.io'
JSON_RPC_PROVIDER_CELO = 'https://forno.celo.org'
JSON_RPC_PROVIDER_CELO_ALFAJORES = 'https://alfajores-forno.celo-testnet.org'
JSON_RPC_PROVIDER_BNB = 'https://binance.llamarpc.com'
JSON_RPC_PROVIDER_AVALANCHE = 'https://api.avax.network/ext/bc/C/rpc'
JSON_RPC_PROVIDER_BASE = 'https://base.llamarpc.com'
JSON_RPC_PROVIDER_FANTOM = 'https://rpcapi.fantom.network'
JSON_RPC_PROVIDER_EON = 'https://rpc.ankr.com/horizen_eon'
JSON_RPC_PROVIDER_BIT_TORRENT_MAINNET = 'https://rpc.bittorrentchain.io'