Skip to content

Commit

Permalink
specify vanity RPCs for deployment scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
saucepoint committed Dec 11, 2024
1 parent 2827167 commit 645fbc2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,10 @@ fuzz_runs = 100_000
[profile.gas]
gas_limit=30_000_000

[rpc_endpoints]
sepolia = "https://rpc.sepolia.org"
unichain_sepolia = "https://sepolia.unichain.org"
base_sepolia = "https://sepolia.base.org"
arbitrum_sepolia = "https://sepolia-rollup.arbitrum.io/rpc"

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

0 comments on commit 645fbc2

Please sign in to comment.