From 3fa167eef0925a67eea4b7c4e0f1f7eca41d9829 Mon Sep 17 00:00:00 2001 From: "Siyu Jiang (See-You John)" <91580504+jsy1218@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:28:20 -0700 Subject: [PATCH] feat: tenderly support astrochain sepolia now (#742) - **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) feature - **What is the current behavior?** (You can also link to an open issue here) tenderly didnt supported astrochain - **What is the new behavior (if this is a feature change)?** tenderly supports astrochain - **Other information**: --- src/providers/tenderly-simulation-provider.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/providers/tenderly-simulation-provider.ts b/src/providers/tenderly-simulation-provider.ts index d084684ce..63eea56ef 100644 --- a/src/providers/tenderly-simulation-provider.ts +++ b/src/providers/tenderly-simulation-provider.ts @@ -147,7 +147,6 @@ export const TENDERLY_NOT_SUPPORTED_CHAINS = [ ChainId.CELO, ChainId.CELO_ALFAJORES, ChainId.ZKSYNC, - ChainId.ASTROCHAIN_SEPOLIA, ]; // We multiply tenderly gas limit by this to overestimate gas limit