Skip to content

Commit

Permalink
Increased gas limit
Browse files Browse the repository at this point in the history
  • Loading branch information
capezzbr committed Mar 31, 2023
1 parent cb7c012 commit 0eaad87
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 0eaad87

Please sign in to comment.