From 51ece76199d1265aef8416b9f7666201f42146a7 Mon Sep 17 00:00:00 2001 From: Michael Ira Krufky Date: Thu, 26 Jul 2018 15:05:14 -0400 Subject: [PATCH] Add Akroma support bitcointalk ANN : https://bitcointalk.org/index.php?topic=2844280.0 homepage : https://akroma.io block explorer : https://akroma.io/explorer network statistics : http://stats.akroma.io slip0044 index : 200625 chainId : 200625 --- defs/ethereum/networks.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/defs/ethereum/networks.json b/defs/ethereum/networks.json index 9dad46b11..39be85bf1 100644 --- a/defs/ethereum/networks.json +++ b/defs/ethereum/networks.json @@ -134,5 +134,13 @@ "name": "Ethersocial Network", "rskip60": false, "url": "https://ethersocial.org" + }, + { + "chain_id": 200625, + "slip44": 200625, + "shortcut": "AKA", + "name": "Akroma", + "rskip60": false, + "url": "https://akroma.io" } ]