Skip to content

Commit

Permalink
feat: tenderly support astrochain sepolia now (#742)
Browse files Browse the repository at this point in the history
- **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**:
  • Loading branch information
jsy1218 authored Oct 8, 2024
1 parent 2d880c3 commit 3fa167e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/providers/tenderly-simulation-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3fa167e

Please sign in to comment.