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

remove WETH from optimism bases (#2640)

parent 1e7dff06
...@@ -111,12 +111,8 @@ export const COMMON_BASES: ChainCurrencyList = { ...@@ -111,12 +111,8 @@ export const COMMON_BASES: ChainCurrencyList = {
USDC_OPTIMISM, USDC_OPTIMISM,
USDT_OPTIMISM, USDT_OPTIMISM,
WBTC_OPTIMISM, WBTC_OPTIMISM,
WETH9_EXTENDED[SupportedChainId.OPTIMISM],
],
[SupportedChainId.OPTIMISTIC_KOVAN]: [
ExtendedEther.onChain(SupportedChainId.OPTIMISTIC_KOVAN),
WETH9_EXTENDED[SupportedChainId.OPTIMISTIC_KOVAN],
], ],
[SupportedChainId.OPTIMISTIC_KOVAN]: [ExtendedEther.onChain(SupportedChainId.OPTIMISTIC_KOVAN)],
} }
// used to construct the list of all pairs we consider by default in the frontend // used to construct the list of all pairs we consider by default in the frontend
......
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