Skip to content

Commit

Permalink
chore(foundry): flat the rpc endpoint
Browse files Browse the repository at this point in the history
Signed-off-by: jsvisa <[email protected]>
  • Loading branch information
jsvisa committed Apr 27, 2024
1 parent 4cb2a38 commit 810c530
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,19 @@ src = 'src'
out = 'out'
libs = ['lib']

rpc_endpoints = { mainnet = "https://rpc.mevblocker.io", blast = "https://rpc.ankr.com/blast", optimism = "https://optimism.llamarpc.com", fantom = "https://rpc.ankr.com/fantom", arbitrum = "https://rpc.ankr.com/arbitrum", bsc = "https://rpc.ankr.com/bsc", moonriver = "https://moonriver.public.blastapi.io", gnosis = "https://rpc.ankr.com/gnosis", Avalanche = "https://rpc.ankr.com/avalanche", polygon = "https://rpc.ankr.com/polygon", celo = "https://rpc.ankr.com/celo", Base = "https://developer-access-mainnet.base.org" }
[rpc_endpoints]
mainnet = "https://rpc.mevblocker.io"
blast = "https://rpc.ankr.com/blast"
optimism = "https://optimism.llamarpc.com"
fantom = "https://rpc.ankr.com/fantom"
arbitrum = "https://rpc.ankr.com/arbitrum"
bsc = "https://rpc.ankr.com/bsc"
moonriver = "https://moonriver.public.blastapi.io"
gnosis = "https://rpc.ankr.com/gnosis"
Avalanche = "https://rpc.ankr.com/avalanche"
polygon = "https://rpc.ankr.com/polygon"
celo = "https://rpc.ankr.com/celo"
Base = "https://developer-access-mainnet.base.org"

# See more config options https://github.com/gakonst/foundry/tree/master/config

Expand Down

0 comments on commit 810c530

Please sign in to comment.