We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c07f3b2 commit ecb6a12Copy full SHA for ecb6a12
contracts/foundry.toml
@@ -4,4 +4,12 @@ src = 'src'
4
out = 'out'
5
libs = ['../node_modules', 'lib']
6
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
+
15
# See more config options https://book.getfoundry.sh/reference/config.html
0 commit comments