Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit eb10249

Browse files
committed
Increased gas limit
1 parent b20c76e commit eb10249

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/asset-swapper/constants.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ const DEFAULT_SWAP_QUOTER_OPTS: SwapQuoterOpts = {
4545
chainId: ChainId.Mainnet,
4646
orderRefreshIntervalMs: 10000, // 10 seconds
4747
...DEFAULT_ORDER_PRUNER_OPTS,
48-
samplerGasLimit: 500e6,
48+
// https://docs.alchemy.com/reference/gas-limits-for-eth_call-and-eth_estimategas
49+
samplerGasLimit: 550e6,
4950
zeroExGasApiUrl: ZERO_EX_GAS_API_URL,
5051
rfqt: {
5152
integratorsWhitelist: [],

0 commit comments

Comments
 (0)