fix: add usdc to arbitrum/optimism common bases (#2641)
This commit is contained in:
parent
244ed38b72
commit
1e7dff060f
@ -15,6 +15,8 @@ import {
|
||||
renBTC,
|
||||
TRIBE,
|
||||
USDC,
|
||||
USDC_ARBITRUM,
|
||||
USDC_OPTIMISM,
|
||||
USDT,
|
||||
USDT_ARBITRUM_ONE,
|
||||
USDT_OPTIMISM,
|
||||
@ -94,6 +96,7 @@ export const COMMON_BASES: ChainCurrencyList = {
|
||||
[SupportedChainId.ARBITRUM_ONE]: [
|
||||
ExtendedEther.onChain(SupportedChainId.ARBITRUM_ONE),
|
||||
DAI_ARBITRUM_ONE,
|
||||
USDC_ARBITRUM,
|
||||
USDT_ARBITRUM_ONE,
|
||||
WBTC_ARBITRUM_ONE,
|
||||
WETH9_EXTENDED[SupportedChainId.ARBITRUM_ONE],
|
||||
@ -105,6 +108,7 @@ export const COMMON_BASES: ChainCurrencyList = {
|
||||
[SupportedChainId.OPTIMISM]: [
|
||||
ExtendedEther.onChain(SupportedChainId.OPTIMISM),
|
||||
DAI_OPTIMISM,
|
||||
USDC_OPTIMISM,
|
||||
USDT_OPTIMISM,
|
||||
WBTC_OPTIMISM,
|
||||
WETH9_EXTENDED[SupportedChainId.OPTIMISM],
|
||||
|
@ -45,6 +45,13 @@ export const USDC_ARBITRUM = new Token(
|
||||
'USDC',
|
||||
'USD//C'
|
||||
)
|
||||
export const USDC_OPTIMISM = new Token(
|
||||
SupportedChainId.OPTIMISM,
|
||||
'0x7F5c764cBc14f9669B88837ca1490cCa17c31607',
|
||||
6,
|
||||
'USDC',
|
||||
'USD//C'
|
||||
)
|
||||
export const USDT = new Token(
|
||||
SupportedChainId.MAINNET,
|
||||
'0xdAC17F958D2ee523a2206206994597C13D831ec7',
|
||||
|
Loading…
Reference in New Issue
Block a user