From 5ccb5d6aafcedbd3f657c4b7b5dfb8f9f84901e2 Mon Sep 17 00:00:00 2001 From: leohar Date: Tue, 24 Dec 2024 12:03:35 +0000 Subject: [PATCH] promote Westend to prod (#3265) * promote Westend to prod * add Testnet --- chains/v21/chains.json | 87 +++++++++++++++++++ chains/v21/preConfigured/chains.json | 4 - ...1ce9e4e1d68aa36c1cd2cfd15340213f3423e.json | 86 ------------------ 3 files changed, 87 insertions(+), 90 deletions(-) delete mode 100644 chains/v21/preConfigured/details/e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e.json diff --git a/chains/v21/chains.json b/chains/v21/chains.json index b7bd5d78a..1c668100d 100644 --- a/chains/v21/chains.json +++ b/chains/v21/chains.json @@ -266,6 +266,93 @@ "supportsGenericLedgerApp": true } }, + { + "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", + "name": "Westend (TESTNET)", + "assets": [ + { + "assetId": 0, + "symbol": "WND", + "precision": 12, + "icon": "WND.svg", + "staking": [ + "relaychain", + "nomination-pools" + ] + } + ], + "nodes": [ + { + "url": "wss://westend-rpc.dwellir.com", + "name": "Dwellir node" + }, + { + "url": "wss://rpc.ibp.network/westend", + "name": "IBP1 node" + }, + { + "url": "wss://westend.dotters.network", + "name": "IBP2 node" + }, + { + "url": "wss://westend.public.curie.radiumblock.co/ws", + "name": "RadiumBlock node" + }, + { + "url": "wss://westend.api.onfinality.io/public-ws", + "name": "OnFinality node" + } + ], + "explorers": [ + { + "name": "Subscan", + "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", + "account": "https://westend.subscan.io/account/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Westend_Testnet.svg", + "addressPrefix": 42, + "externalApi": { + "staking": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "history": [ + { + "type": "subquery", + "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" + } + ], + "crowdloans": [ + { + "type": "github", + "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" + } + ], + "governance": [ + { + "type": "subsquare", + "url": "https://westend.subsquare.io/api" + } + ] + }, + "options": [ + "testnet", + "crowdloans", + "governance", + "proxy" + ], + "additional": { + "themeColor": "#1F78FF", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", + "stakingMaxElectingVoters": 22500, + "feeViaRuntimeCall": true, + "identityChain": "1eb6fb0ba5187434de017a70cb84d4f47142df1d571d0ef9e7e1407f2b80b93c", + "supportsGenericLedgerApp": true + } + }, { "chainId": "48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", diff --git a/chains/v21/preConfigured/chains.json b/chains/v21/preConfigured/chains.json index e7baf043e..7506268bd 100644 --- a/chains/v21/preConfigured/chains.json +++ b/chains/v21/preConfigured/chains.json @@ -19,10 +19,6 @@ "chainId": "161db6cdc5896fe55ef12b4778fe78dd65d7af43f65c601786b88d7a93ebc58a", "name": "Watr (SHUTTING DOWN)" }, - { - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend (TESTNET)" - }, { "chainId": "c14597baeccb232d662770d2d50ae832ca8c3192693d2b0814e6433f2888ddd6", "name": "Bitgreen" diff --git a/chains/v21/preConfigured/details/e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e.json b/chains/v21/preConfigured/details/e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e.json deleted file mode 100644 index d9fb4ce98..000000000 --- a/chains/v21/preConfigured/details/e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e.json +++ /dev/null @@ -1,86 +0,0 @@ -{ - "chainId": "e143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e", - "name": "Westend (TESTNET)", - "assets": [ - { - "assetId": 0, - "symbol": "WND", - "precision": 12, - "icon": "WND.svg", - "staking": [ - "relaychain", - "nomination-pools" - ] - } - ], - "nodes": [ - { - "url": "wss://westend-rpc.dwellir.com", - "name": "Dwellir node" - }, - { - "url": "wss://rpc.ibp.network/westend", - "name": "IBP1 node" - }, - { - "url": "wss://westend.dotters.network", - "name": "IBP2 node" - }, - { - "url": "wss://westend.public.curie.radiumblock.co/ws", - "name": "RadiumBlock node" - }, - { - "url": "wss://westend.api.onfinality.io/public-ws", - "name": "OnFinality node" - } - ], - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://westend.subscan.io/extrinsic/{hash}", - "account": "https://westend.subscan.io/account/{address}" - } - ], - "addressPrefix": 42, - "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-westend" - } - ], - "crowdloans": [ - { - "type": "github", - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/crowdloan/westend.json" - } - ], - "governance": [ - { - "type": "subsquare", - "url": "https://westend.subsquare.io/api" - } - ] - }, - "options": [ - "testnet", - "crowdloans", - "governance", - "proxy" - ], - "additional": { - "themeColor": "#1F78FF", - "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/polkadot-and-kusama", - "stakingMaxElectingVoters": 22500, - "feeViaRuntimeCall": true, - "identityChain": "1eb6fb0ba5187434de017a70cb84d4f47142df1d571d0ef9e7e1407f2b80b93c", - "supportsGenericLedgerApp": true - } -}