From 7b404533a8b6da52b599425793e84c98a73a3bfd Mon Sep 17 00:00:00 2001 From: leohar Date: Thu, 12 Dec 2024 10:00:53 +0000 Subject: [PATCH 1/2] promote Azero EVM network --- chains/v21/chains.json | 49 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/chains/v21/chains.json b/chains/v21/chains.json index 43f929edb..55230362d 100644 --- a/chains/v21/chains.json +++ b/chains/v21/chains.json @@ -9464,5 +9464,54 @@ "url": "https://raw.githubusercontent.com/leohar/nova-utils/master/chains/v2/types/jamton.json", "overridesCommon": true } + }, + { + "chainId": "eip155:41455", + "name": "Aleph Zero EVM", + "assets": [ + { + "assetId": 0, + "symbol": "AZERO", + "priceId": "aleph-zero", + "type": "evmNative", + "icon": "AZERO.svg", + "precision": 18 + } + ], + "nodeSelectionStrategy": "uniform", + "nodes": [ + { + "url": "https://rpc.alephzero.raas.gelato.cloud", + "name": "Aleph Zero EVM rpc node" + }, + { + "url": "wss://ws.alephzero.raas.gelato.cloud", + "name": "Aleph Zero EVM wss node" + } + ], + "externalApi": { + "history": [ + { + "type": "etherscan", + "url": "https://evm-explorer.alephzero.org/api", + "parameters": { + "assetType": "evm" + } + } + ] + }, + "explorers": [ + { + "name": "Aleph Zero EVM Explorer", + "extrinsic": "https://evm-explorer.alephzero.org/tx/{hash}", + "account": "https://evm-explorer.alephzero.org/address/{address}" + } + ], + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", + "addressPrefix": 41455, + "options": [ + "ethereumBased", + "noSubstrateRuntime" + ] } ] From 78884dd481a23cf9021a3bc1f746e78b1bb7a7fc Mon Sep 17 00:00:00 2001 From: leohar Date: Wed, 18 Dec 2024 11:22:51 +0000 Subject: [PATCH 2/2] Revert "promote Azero EVM network (#3276)" This reverts commit e57bf948fc78485b827d753664cf0a63f1236399. --- chains/v21/chains.json | 49 ------------------------------------------ 1 file changed, 49 deletions(-) diff --git a/chains/v21/chains.json b/chains/v21/chains.json index 55230362d..43f929edb 100644 --- a/chains/v21/chains.json +++ b/chains/v21/chains.json @@ -9464,54 +9464,5 @@ "url": "https://raw.githubusercontent.com/leohar/nova-utils/master/chains/v2/types/jamton.json", "overridesCommon": true } - }, - { - "chainId": "eip155:41455", - "name": "Aleph Zero EVM", - "assets": [ - { - "assetId": 0, - "symbol": "AZERO", - "priceId": "aleph-zero", - "type": "evmNative", - "icon": "AZERO.svg", - "precision": 18 - } - ], - "nodeSelectionStrategy": "uniform", - "nodes": [ - { - "url": "https://rpc.alephzero.raas.gelato.cloud", - "name": "Aleph Zero EVM rpc node" - }, - { - "url": "wss://ws.alephzero.raas.gelato.cloud", - "name": "Aleph Zero EVM wss node" - } - ], - "externalApi": { - "history": [ - { - "type": "etherscan", - "url": "https://evm-explorer.alephzero.org/api", - "parameters": { - "assetType": "evm" - } - } - ] - }, - "explorers": [ - { - "name": "Aleph Zero EVM Explorer", - "extrinsic": "https://evm-explorer.alephzero.org/tx/{hash}", - "account": "https://evm-explorer.alephzero.org/address/{address}" - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/AlephZero.svg", - "addressPrefix": 41455, - "options": [ - "ethereumBased", - "noSubstrateRuntime" - ] } ]