We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8ed38 commit 09bd0aaCopy full SHA for 09bd0aa
1 file changed
packages/wallet/primitives/src/network.ts
@@ -457,7 +457,7 @@ export const ALL: Network[] = [
457
chainId: ChainId.BASE,
458
type: NetworkType.MAINNET,
459
name: 'base',
460
- title: 'Base (Coinbase)',
+ title: 'Base',
461
rpcUrl: getRpcUrl('base'),
462
logoUrl: getLogoUrl(ChainId.BASE),
463
blockExplorer: {
@@ -1173,7 +1173,6 @@ export const ALL: Network[] = [
1173
decimals: 18,
1174
},
1175
1176
-
1177
]
1178
1179
function getRpcUrl(networkName: string): string {
0 commit comments