Skip to content

Commit

Permalink
chore(suite): L2 native token name
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasklim committed Feb 4, 2025
1 parent 8c7cdcb commit a5a1c42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions suite-common/wallet-config/src/networksConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export const networks = {
arb: {
symbol: 'arb',
displaySymbol: 'ETH',
displaySymbolName: 'Ethereum',
displaySymbolName: 'Arbitrum One Ethereum',
name: 'Arbitrum One',
networkType: 'ethereum',
chainId: 42161,
Expand All @@ -151,7 +151,7 @@ export const networks = {
base: {
symbol: 'base',
displaySymbol: 'ETH',
displaySymbolName: 'Ethereum',
displaySymbolName: 'Base Ethereum',
name: 'Base',
networkType: 'ethereum',
chainId: 8453,
Expand All @@ -175,7 +175,7 @@ export const networks = {
op: {
symbol: 'op',
displaySymbol: 'ETH',
displaySymbolName: 'Ethereum',
displaySymbolName: 'Optimism Ethereum',
name: 'Optimism',
networkType: 'ethereum',
chainId: 10,
Expand Down

0 comments on commit a5a1c42

Please sign in to comment.