Skip to content

Commit 09bd0aa

Browse files
fix: Base network title
1 parent 9e8ed38 commit 09bd0aa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/wallet/primitives/src/network.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ export const ALL: Network[] = [
457457
chainId: ChainId.BASE,
458458
type: NetworkType.MAINNET,
459459
name: 'base',
460-
title: 'Base (Coinbase)',
460+
title: 'Base',
461461
rpcUrl: getRpcUrl('base'),
462462
logoUrl: getLogoUrl(ChainId.BASE),
463463
blockExplorer: {
@@ -1173,7 +1173,6 @@ export const ALL: Network[] = [
11731173
decimals: 18,
11741174
},
11751175
},
1176-
11771176
]
11781177

11791178
function getRpcUrl(networkName: string): string {

0 commit comments

Comments
 (0)