Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 committed Dec 10, 2024
1 parent 118d059 commit 0cfab5b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion lib/handlers/injector-sor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,16 @@ export abstract class InjectorSOR<Router, QueryParams> extends Injector<
// The timeout for the underlying axios call to Tenderly, measured in milliseconds.
2.5 * 1000,
TENDERLY_NEW_ENDPOINT_ROLLOUT_PERCENT[chainId],
[ChainId.MAINNET, ChainId.BASE, ChainId.ARBITRUM_ONE, ChainId.OPTIMISM, ChainId.POLYGON, ChainId.AVALANCHE, ChainId.BLAST, ChainId.WORLDCHAIN]
[
ChainId.MAINNET,
ChainId.BASE,
ChainId.ARBITRUM_ONE,
ChainId.OPTIMISM,
ChainId.POLYGON,
ChainId.AVALANCHE,
ChainId.BLAST,
ChainId.WORLDCHAIN,
]
)

const ethEstimateGasSimulator = new EthEstimateGasSimulator(
Expand Down

0 comments on commit 0cfab5b

Please sign in to comment.