Skip to content

Commit

Permalink
test: Use Tenderly RPCs to test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xhiroshi committed Nov 2, 2023
1 parent 99bb2f8 commit 0e88063
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 @@ -39,7 +39,8 @@ via_ir = true
via_ir = false

[rpc_endpoints]
sepolia = "https://eth-sepolia.g.alchemy.com/v2/demo"
mainnet = "https://mainnet.gateway.tenderly.co/${TENDERLY_ACCESS_KEY}"
sepolia = "https://sepolia.gateway.tenderly.co/${TENDERLY_ACCESS_KEY}"

[profile.default.invariant]
depth = 100
Expand Down

0 comments on commit 0e88063

Please sign in to comment.