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

Commit

Permalink
Increased gas limit
Browse files Browse the repository at this point in the history
  • Loading branch information
capezzbr committed Mar 9, 2023
1 parent b20c76e commit eb10249
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/asset-swapper/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ const DEFAULT_SWAP_QUOTER_OPTS: SwapQuoterOpts = {
chainId: ChainId.Mainnet,
orderRefreshIntervalMs: 10000, // 10 seconds
...DEFAULT_ORDER_PRUNER_OPTS,
samplerGasLimit: 500e6,
// https://docs.alchemy.com/reference/gas-limits-for-eth_call-and-eth_estimategas
samplerGasLimit: 550e6,
zeroExGasApiUrl: ZERO_EX_GAS_API_URL,
rfqt: {
integratorsWhitelist: [],
Expand Down

0 comments on commit eb10249

Please sign in to comment.