Skip to content

Commit ecb6a12

Browse files
committed
chore: added rpc to foundry config
1 parent c07f3b2 commit ecb6a12

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

contracts/foundry.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,12 @@ src = 'src'
44
out = 'out'
55
libs = ['../node_modules', 'lib']
66

7+
[rpc_endpoints]
8+
arbitrumGoerli = "https://goerli-rollup.arbitrum.io/rpc"
9+
arbitrum = "https://arb1.arbitrum.io/rpc"
10+
goerli = "https://goerli.infura.io/v3/${process.env.INFURA_API_KEY}"
11+
mainnet = "https://mainnet.infura.io/v3/${process.env.INFURA_API_KEY}"
12+
chiado = "https://rpc.chiadochain.net"
13+
gnosischain = "https://xdai-rpc.gateway.pokt.network"
14+
715
# See more config options https://book.getfoundry.sh/reference/config.html

0 commit comments

Comments
 (0)