Skip to content

Commit

Permalink
chore(wallet-config): take L2s out of debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasklim committed Dec 29, 2024
1 parent 47cb4ae commit c25347c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions suite-common/wallet-config/src/networksConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ export const networks = {
},
coingeckoId: 'arbitrum-one',
coingeckoNativeId: 'ethereum',
isDebugOnlyNetwork: true,
},
base: {
symbol: 'base',
Expand All @@ -210,7 +209,6 @@ export const networks = {
},
coingeckoId: 'base',
coingeckoNativeId: 'ethereum',
isDebugOnlyNetwork: true,
},
op: {
symbol: 'op',
Expand All @@ -234,7 +232,6 @@ export const networks = {
},
coingeckoId: 'optimistic-ethereum',
coingeckoNativeId: 'ethereum',
isDebugOnlyNetwork: true,
},
sol: {
symbol: 'sol',
Expand Down

0 comments on commit c25347c

Please sign in to comment.