Skip to content

Commit

Permalink
chore: add RPC aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-fruitful committed Mar 25, 2024
1 parent 2f08d24 commit 110debe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ include_push_bytes = true

[rpc_endpoints]
mainnet = "${ETH_MAINNET_RPC_URL}"
goerli = "${ETH_GOERLI_RPC_URL}"
sepolia = "${ETH_SEPOLIA_RPC_URL}"
anvil = "${LOCAL_RPC_URL}"
base = "${BASE_MAINNET_RPC_URL}"
bases = "${BASE_SEPOLIA_RPC_URL}"
# See more config options https://github.com/foundry-rs/foundry/tree/master/config

0 comments on commit 110debe

Please sign in to comment.