From c13598fe82de2bfcc95453cf2e65700b4d883c06 Mon Sep 17 00:00:00 2001 From: PEDRO DIEZ GARCIA Date: Fri, 8 Nov 2024 16:35:47 +0100 Subject: [PATCH] Issue59_adding_aleph_zero_network --- code/API_definitions/blockchain-public-address.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/API_definitions/blockchain-public-address.yaml b/code/API_definitions/blockchain-public-address.yaml index 44558be..9fb9e9a 100644 --- a/code/API_definitions/blockchain-public-address.yaml +++ b/code/API_definitions/blockchain-public-address.yaml @@ -268,6 +268,7 @@ components: - `ethereum` blockchain would be identified by `evm:1` value (i.e. ethereum mainnet). - `polygon` blockchain would be identified by `evm:137` value (i.e. polygon mainnet). - `celo` blockchain would be identified by `evm:42220` value (i.e. celo mainnet). + - `aleph zero` blockchain would be identified by `evm:41455` value (i.e. aleph zero evm). - `bitcoin`: Representing Bitcoin L1 blockchain. No `` concept applies for this L1 Ecosystem - `solana`: Representing Solana L1 blockchain. No `` concept applies for this L1 Ecosystem - `cardano`: Representing Cardano L1 blockchain. No `` concept applies for this L1 Ecosystem @@ -319,6 +320,7 @@ components: - `ethereum` blockchain would be identified by `evm:1` value (i.e. ethereum mainnet). - `polygon` blockchain would be identified by `evm:137` value (i.e. polygon mainnet). - `celo` blockchain would be identified by `evm:42220` value (i.e. celo mainnet). + - `aleph zero` blockchain would be identified by `evm:41455` value (i.e. aleph zero evm). - `bitcoin`: Representing Bitcoin L1 blockchain. No `` concept applies for this L1 Ecosystem - `solana`: Representing Solana L1 blockchain. No `` concept applies for this L1 Ecosystem - `cardano`: Representing Cardano L1 blockchain. No `` concept applies for this L1 Ecosystem