Commit aea2bca7 authored by Justin Domingue's avatar Justin Domingue Committed by GitHub

fix: increase quote gas overrides on arbitrum (#2614)

parent 93b79be1
......@@ -13,7 +13,7 @@ import { useActiveWeb3React } from './web3'
const QUOTE_GAS_OVERRIDES: { [chainId: number]: number } = {
[SupportedChainId.OPTIMISM]: 6_000_000,
[SupportedChainId.OPTIMISTIC_KOVAN]: 6_000_000,
[SupportedChainId.ARBITRUM_ONE]: 16_000_000,
[SupportedChainId.ARBITRUM_ONE]: 26_000_000,
}
const DEFAULT_GAS_QUOTE = 2_000_000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment