From 0e880630ac1c4ed63130906522dbda38eac6a54f Mon Sep 17 00:00:00 2001 From: hiroshi Date: Thu, 2 Nov 2023 16:44:31 +0000 Subject: [PATCH] test: Use Tenderly RPCs to test --- foundry.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/foundry.toml b/foundry.toml index 92cee238..7d7a4156 100644 --- a/foundry.toml +++ b/foundry.toml @@ -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