From 51095a12947601833d2a3f01356d5ec3048fce65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?AlxVoy=20=E2=9A=A1=20ANODE=2ETEAM?= Date: Tue, 17 Oct 2023 15:48:10 +0300 Subject: [PATCH 1/2] Update chain-registry.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updating and adding validator services AlxVoy ⚡ ANODE.TEAM --- chain-registry.json | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/chain-registry.json b/chain-registry.json index f5e9ddee..4f69a674 100644 --- a/chain-registry.json +++ b/chain-registry.json @@ -45,6 +45,11 @@ "id": "10ed1e176d874c8bb3c7c065685d2da6a4b86475", "address": "seed-bcna.ibs.team:16656", "provider": "Inter Blockchain Services" + }, + { + "id": "951cadb1888c0360dce506c1eff925cb6eb47e06", + "address": "seeds-2.anode.team:10258", + "provider": "AlxVoy ⚡ ANODE.TEAM" } ], "persistent_peers": [ @@ -291,6 +296,10 @@ { "address": "bitcanna-grpc.kitkat.zone:13090", "provider": "KitKat" + }, + { + "address": "https://bitcanna.grpc.m.anode.team:443", + "provider": "AlxVoy ⚡ ANODE.TEAM" } ], "rest": [ @@ -437,6 +446,11 @@ "kind": "KitKat Explorer", "url": "https://explorer.kitkat.zone/bitcanna", "tx_page": "https://explorer.kitkat.zone/bitcanna/tx/${txHash}" + }, + { + "kind": AlxVoy ⚡ ANODE.TEAM", + "url": "https://main.anode.team/bitcanna", + "tx_page": "https://main.anode.team/bitcanna/tx/${txHash}" } ], "archive_nodes": [ @@ -465,10 +479,15 @@ "url_doc": "https://docs.kitkat.zone/chains/bitcanna/bitcanna-node-state-sync", "provider": "KitKat" }, + { + "address": "https://bitcanna.api.m.anode.team", + "url_doc": "https://anode.team/BitCanna/#State-Sync", + "provider": "AlxVoy ⚡ ANODE.TEAM" + }, { "address": "https://rpc.example.com/", "url_doc": "https://www.doc.com", "provider": "Example" - } + } ] } From d38abdcae6024f18c5bda75125cd1ce763004bc3 Mon Sep 17 00:00:00 2001 From: Raul Bernal Date: Wed, 18 Oct 2023 08:46:09 +0200 Subject: [PATCH 2/2] Update chain-registry.json Fix json syntax --- chain-registry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chain-registry.json b/chain-registry.json index 4f69a674..f06ac1e5 100644 --- a/chain-registry.json +++ b/chain-registry.json @@ -448,7 +448,7 @@ "tx_page": "https://explorer.kitkat.zone/bitcanna/tx/${txHash}" }, { - "kind": AlxVoy ⚡ ANODE.TEAM", + "kind": "AlxVoy ⚡ ANODE.TEAM", "url": "https://main.anode.team/bitcanna", "tx_page": "https://main.anode.team/bitcanna/tx/${txHash}" }