Skip to content

Commit

Permalink
fix(tx-builder): disable simulation on base (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanra authored Jul 20, 2023
1 parent 0c530f6 commit a1d7a63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/tx-builder/src/lib/simulation/simulation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ const TENDERLY_ORG_NAME = process.env.REACT_APP_TENDERLY_ORG_NAME || ''
const NON_SUPPORTED_CHAINS = [
// Energy web chain
'246',
// Base
'8453',
// Celo
'42220',
// Volta
Expand Down

0 comments on commit a1d7a63

Please sign in to comment.