Skip to content

Commit 3c1f13f

Browse files
committed
Add Etherlink Shadownet Testnet
1 parent 9c73e31 commit 3c1f13f

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

packages/wallet/primitives/src/network.ts

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ export const ChainId = {
105105
// ETHERLINK
106106
ETHERLINK: 42793,
107107
ETHERLINK_TESTNET: 128123,
108+
ETHERLINK_SHADOWNET_TESTNET = 127823,
108109

109110
// MOONBEAM
110111
MOONBEAM: 1284,
@@ -799,15 +800,15 @@ export const ALL: Network[] = [
799800
},
800801
},
801802
{
802-
chainId: ChainId.ETHERLINK_TESTNET,
803+
chainId: ChainId.ETHERLINK_SHADOWNET_TESTNET,
803804
type: NetworkType.TESTNET,
804-
name: 'etherlink-testnet',
805-
title: 'Etherlink Testnet',
806-
rpcUrl: getRpcUrl('etherlink-testnet'),
807-
logoUrl: getLogoUrl(ChainId.ETHERLINK_TESTNET),
805+
name: 'etherlink-shadownet-testnet',
806+
title: 'Etherlink Shadownet Testnet',
807+
rpcUrl: getRpcUrl('etherlink-shadownet-testnet'),
808+
logoUrl: getLogoUrl(ChainId.ETHERLINK_SHADOWNET_TESTNET),
808809
blockExplorer: {
809-
name: 'Etherlink Testnet Explorer',
810-
url: 'https://testnet.explorer.etherlink.com/',
810+
name: 'Etherlink Shadownet Testnet Explorer',
811+
url: 'https://shadownet.explorer.etherlink.com/',
811812
},
812813
nativeCurrency: {
813814
symbol: 'XTZ',

0 commit comments

Comments
 (0)