Skip to content

Commit

Permalink
feat: Add sepolia RPC endpoint to foundry.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
imduchuyyy committed Aug 6, 2024
1 parent 07b3954 commit d9b8691
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ optimizer_runs = 200
[rpc_endpoints]
viction_testnet = "https://rpc-testnet.viction.xyz"
viction = "https://rpc.viction.xyz"
sepolia = "https://rpc.sepolia.org"

# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options

0 comments on commit d9b8691

Please sign in to comment.