From 893fd219d4a01bcffa0cd9cfa631856371ec5aa9 Mon Sep 17 00:00:00 2001 From: Eric Shin Date: Mon, 15 Apr 2019 20:44:57 +0900 Subject: [PATCH] Add Metadium (META) Support (#313) * add configuration of metadium netwrok * add Metadium(META) Icon --- defs/ethereum/meta.png | Bin 0 -> 713 bytes defs/ethereum/networks.json | 10 ++++++++++ 2 files changed, 10 insertions(+) create mode 100644 defs/ethereum/meta.png diff --git a/defs/ethereum/meta.png b/defs/ethereum/meta.png new file mode 100644 index 0000000000000000000000000000000000000000..ad8f6d0fab7e4d1c67bbeb1164964e300addbe94 GIT binary patch literal 713 zcmeAS@N?(olHy`uVBq!ia0vp^4Is?H1|$#LC7uRSoCO|{#S9GGLLkg|>2BR01_q{T zPZ!6KiaBrZe)PQ^Ai(~Bo!dmYgvBj^#q9*!S&q95rA$^%){G@gmpBueQ<}rV-qdHY zyVQsu-TQv>ya_#1$_wi%`F?!41T-EQG<26=6|cD6Zy6VzegFKImhiP(OaFfk`MvL6 zZPMKNzpb9XIQP2$jMZ+Y|17=j7Z)FY9rqbnrALWY|Gs>yY;(u0h zBjr2u9p5w3hR?Pg`TIKCsaNxP`PK5HKE6LDeyljQbW3(}wWr0-i(l`nm&7dH*8cZ> zTk4k^tG1uc+WTw4Rcpoi&Zv#++}w-iow-wf&FtZ=`>YQip4grF;>h39Lwhc6&HFVq z#moHq`D?c>A9;T+_W6<%=WgtLdo@_;_31UHn~JSJPcj#(Ei#s}Fcu4CS|u-Yr?CvxflvKu_sZr%T2ip)yUNx@q{a-Ob!F6*2UngC^+ BJGKA- literal 0 HcmV?d00001 diff --git a/defs/ethereum/networks.json b/defs/ethereum/networks.json index 186893407..b7ea8011d 100644 --- a/defs/ethereum/networks.json +++ b/defs/ethereum/networks.json @@ -55,6 +55,16 @@ "url": "https://ubiqsmart.com", "blockbook": [] }, + { + "chain": "meta", + "chain_id": 11, + "slip44": 916, + "shortcut": "META", + "name": "Metadium", + "rskip60": false, + "url": "https://metadium.com", + "blockbook": [] + }, { "chain": "etsc", "chain_id": 28,