From c25347c073214781d57125175fd3970ca55d1db5 Mon Sep 17 00:00:00 2001 From: tomasklim Date: Sun, 29 Dec 2024 15:14:05 +0100 Subject: [PATCH] chore(wallet-config): take L2s out of debug mode --- suite-common/wallet-config/src/networksConfig.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/suite-common/wallet-config/src/networksConfig.ts b/suite-common/wallet-config/src/networksConfig.ts index 55cb681fdf3..8ff91cfd520 100644 --- a/suite-common/wallet-config/src/networksConfig.ts +++ b/suite-common/wallet-config/src/networksConfig.ts @@ -186,7 +186,6 @@ export const networks = { }, coingeckoId: 'arbitrum-one', coingeckoNativeId: 'ethereum', - isDebugOnlyNetwork: true, }, base: { symbol: 'base', @@ -210,7 +209,6 @@ export const networks = { }, coingeckoId: 'base', coingeckoNativeId: 'ethereum', - isDebugOnlyNetwork: true, }, op: { symbol: 'op', @@ -234,7 +232,6 @@ export const networks = { }, coingeckoId: 'optimistic-ethereum', coingeckoNativeId: 'ethereum', - isDebugOnlyNetwork: true, }, sol: { symbol: 'sol',