Commit a7b945a8 authored by Ian Lapham's avatar Ian Lapham Committed by GitHub

update gas quote for arbitrum and USDC address (#2503)

parent b71708fa
...@@ -40,7 +40,7 @@ export const USDC = new Token( ...@@ -40,7 +40,7 @@ export const USDC = new Token(
) )
export const USDC_ARBITRUM = new Token( export const USDC_ARBITRUM = new Token(
SupportedChainId.ARBITRUM_ONE, SupportedChainId.ARBITRUM_ONE,
'0xe865dF68133fcEd7c2285ff3896B406CAfAa2dB8', '0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8',
6, 6,
'USDC', 'USDC',
'USD//C' 'USD//C'
......
...@@ -13,6 +13,7 @@ import { useActiveWeb3React } from './web3' ...@@ -13,6 +13,7 @@ import { useActiveWeb3React } from './web3'
const QUOTE_GAS_OVERRIDES: { [chainId: number]: number } = { const QUOTE_GAS_OVERRIDES: { [chainId: number]: number } = {
[SupportedChainId.OPTIMISM]: 6_000_000, [SupportedChainId.OPTIMISM]: 6_000_000,
[SupportedChainId.OPTIMISTIC_KOVAN]: 6_000_000, [SupportedChainId.OPTIMISTIC_KOVAN]: 6_000_000,
[SupportedChainId.ARBITRUM_ONE]: 16_000_000,
} }
const DEFAULT_GAS_QUOTE = 2_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