Skip to content

Commit

Permalink
fix: change Sepolia RPC
Browse files Browse the repository at this point in the history
  • Loading branch information
QEDK committed Jan 12, 2024
1 parent 259ac2e commit 114474b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ runs = 10000
max_test_rejects = 999999

[rpc_endpoints]
sepolia = "https://rpc.ankr.com/eth_sepolia"
sepolia = "https://ethereum-sepolia.publicnode.com"

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

0 comments on commit 114474b

Please sign in to comment.