diff --git a/src/constants/chains.ts b/src/constants/chains.ts index 1c61ac9c5..1c7d432f1 100644 --- a/src/constants/chains.ts +++ b/src/constants/chains.ts @@ -13,12 +13,7 @@ export enum SupportedChainId { OPTIMISTIC_KOVAN = 69, } -export const L2_CHAIN_IDS = [ - SupportedChainId.ARBITRUM_ONE, - SupportedChainId.ARBITRUM_RINKEBY, - SupportedChainId.OPTIMISM, - SupportedChainId.OPTIMISTIC_KOVAN, -] +export const L2_CHAIN_IDS = [SupportedChainId.ARBITRUM_ONE, SupportedChainId.OPTIMISM] export const L2_INFO: Record = { [SupportedChainId.OPTIMISM]: { diff --git a/src/pages/App.tsx b/src/pages/App.tsx index d441d71e0..78b640860 100644 --- a/src/pages/App.tsx +++ b/src/pages/App.tsx @@ -87,7 +87,7 @@ const Routes = () => { - {!ON_L2 && } + {!ON_L2 && } {!ON_L2 && }