-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
73 lines (55 loc) · 2.21 KB
/
Copy path.env.example
File metadata and controls
73 lines (55 loc) · 2.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# RPC Endpoints for Foundry
# Copy this file to .env and fill in your API keys
# Infura API Key (optional, public RPCs used as fallback)
# Get your key at: https://infura.io
INFURA_API_KEY=your_infura_api_key_here
# Ethereum Mainnet
MAINNET_RPC_URL=https://eth.llamarpc.com
# or with Infura: https://mainnet.infura.io/v3/${INFURA_API_KEY}
# Base
BASE_RPC_URL=https://mainnet.base.org
# or with Infura: https://base-mainnet.infura.io/v3/${INFURA_API_KEY}
# Arbitrum
ARBITRUM_RPC_URL=https://arb1.arbitrum.io/rpc
# or with Infura: https://arbitrum-mainnet.infura.io/v3/${INFURA_API_KEY}
# Optimism
OPTIMISM_RPC_URL=https://mainnet.optimism.io
# or with Infura: https://optimism-mainnet.infura.io/v3/${INFURA_API_KEY}
# Polygon
POLYGON_RPC_URL=https://polygon-rpc.com
# or with Infura: https://polygon-mainnet.infura.io/v3/${INFURA_API_KEY}
# BSC (Binance Smart Chain)
BSC_RPC_URL=https://bsc-dataseed.binance.org
# or with Infura: https://bsc-mainnet.infura.io/v3/${INFURA_API_KEY}
# Avalanche
AVALANCHE_RPC_URL=https://api.avax.network/ext/bc/C/rpc
# or with Infura: https://avalanche-mainnet.infura.io/v3/${INFURA_API_KEY}
# Fantom
FANTOM_RPC_URL=https://rpc.ftm.tools
# Linea
LINEA_RPC_URL=https://rpc.linea.build
# or with Infura: https://linea-mainnet.infura.io/v3/${INFURA_API_KEY}
# Blast
BLAST_RPC_URL=https://rpc.blast.io
# or with Infura: https://blast-mainnet.infura.io/v3/${INFURA_API_KEY}
# Celo
CELO_RPC_URL=https://forno.celo.org
# or with Infura: https://celo-mainnet.infura.io/v3/${INFURA_API_KEY}
# ZKsync Era
ZKSYNC_RPC_URL=https://mainnet.era.zksync.io
# or with Infura: https://zksync-mainnet.infura.io/v3/${INFURA_API_KEY}
# Mantle
MANTLE_RPC_URL=https://rpc.mantle.xyz
# or with Infura: https://mantle-mainnet.infura.io/v3/${INFURA_API_KEY}
# opBNB
OPBNB_RPC_URL=https://opbnb-mainnet-rpc.binance.org
# or with Infura: https://opbnb-mainnet.infura.io/v3/${INFURA_API_KEY}
# Scroll
SCROLL_RPC_URL=https://rpc.scroll.io
# or with Infura: https://scroll-mainnet.infura.io/v3/${INFURA_API_KEY}
# Sei
SEI_RPC_URL=https://evm.sei.io
# or with Infura: https://sei-mainnet.infura.io/v3/${INFURA_API_KEY}
# Palm
PALM_RPC_URL=https://palm-mainnet.public.blastapi.io
# or with Infura: https://palm-mainnet.infura.io/v3/${INFURA_API_KEY}