From 9f5764aab31b7653f4046be00eae707460513d4f Mon Sep 17 00:00:00 2001 From: Noah Zinsmeister Date: Wed, 7 Jul 2021 09:44:28 -0400 Subject: [PATCH] fix last commit --- src/constants/chains.ts | 7 +------ src/pages/App.tsx | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) 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 && }