Skip to content

Commit 2329a10

Browse files
committed
Update chain names to fix formatting
1 parent 7a7982c commit 2329a10

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

packages/network/src/constants.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,11 +1089,11 @@ export const networks: Record<ChainId, NetworkMetadata> = {
10891089
chainId: ChainId.ETHERLINK,
10901090
type: NetworkType.MAINNET,
10911091
name: 'etherlink',
1092-
title: 'ETHERLINK',
1092+
title: 'Etherlink',
10931093
logoURI: `https://assets.sequence.info/images/networks/medium/${ChainId.ETHERLINK}.webp`,
10941094
testnet: false,
10951095
blockExplorer: {
1096-
name: 'ETHERLINK Explorer',
1096+
name: 'Etherlink Explorer',
10971097
rootUrl: 'https://explorer.etherlink.com/'
10981098
},
10991099
nativeToken: {
@@ -1106,11 +1106,11 @@ export const networks: Record<ChainId, NetworkMetadata> = {
11061106
chainId: ChainId.ETHERLINK_TESTNET,
11071107
type: NetworkType.TESTNET,
11081108
name: 'etherlink-testnet',
1109-
title: 'ETHERLINK Testnet',
1109+
title: 'Etherlink Testnet',
11101110
logoURI: `https://assets.sequence.info/images/networks/medium/${ChainId.ETHERLINK_TESTNET}.webp`,
11111111
testnet: true,
11121112
blockExplorer: {
1113-
name: 'ETHERLINK Testnet Explorer',
1113+
name: 'Etherlink Testnet Explorer',
11141114
rootUrl: 'https://testnet.explorer.etherlink.com/'
11151115
},
11161116
nativeToken: {
@@ -1123,11 +1123,11 @@ export const networks: Record<ChainId, NetworkMetadata> = {
11231123
chainId: ChainId.MONAD_TESTNET,
11241124
type: NetworkType.TESTNET,
11251125
name: 'monad-testnet',
1126-
title: 'MONAD Testnet',
1126+
title: 'Monad Testnet',
11271127
logoURI: `https://assets.sequence.info/images/networks/medium/${ChainId.MONAD_TESTNET}.webp`,
11281128
testnet: true,
11291129
blockExplorer: {
1130-
name: 'MONAD Testnet Explorer',
1130+
name: 'Monad Testnet Explorer',
11311131
rootUrl: 'https://testnet.monadexplorer.com/'
11321132
},
11331133
nativeToken: {
@@ -1141,11 +1141,11 @@ export const networks: Record<ChainId, NetworkMetadata> = {
11411141
chainId: ChainId.SOMNIA_TESTNET,
11421142
type: NetworkType.TESTNET,
11431143
name: 'somnia-testnet',
1144-
title: 'SOMNIA Testnet',
1144+
title: 'Somnia Testnet',
11451145
logoURI: `https://assets.sequence.info/images/networks/medium/${ChainId.SOMNIA_TESTNET}.webp`,
11461146
testnet: true,
11471147
blockExplorer: {
1148-
name: 'SOMNIA Testnet Explorer',
1148+
name: 'Somnia Testnet Explorer',
11491149
rootUrl: 'https://somnia-testnet.socialscan.io/'
11501150
},
11511151
nativeToken: {
@@ -1159,10 +1159,10 @@ export const networks: Record<ChainId, NetworkMetadata> = {
11591159
chainId: ChainId.FREQUENCY_TESTNET,
11601160
type: NetworkType.TESTNET,
11611161
name: 'frequency-testnet',
1162-
title: 'FREQUENCY Testnet',
1162+
title: 'Frequency Testnet',
11631163
testnet: true,
11641164
blockExplorer: {
1165-
name: 'FREQUENCY Testnet Explorer',
1165+
name: 'Frequency Testnet Explorer',
11661166
rootUrl: 'https://explorer.frequency.zeeve.net/'
11671167
},
11681168
nativeToken: {

0 commit comments

Comments
 (0)