From 75a007177e3a6a6461faff84df07617adb2d718c Mon Sep 17 00:00:00 2001 From: matejcik Date: Mon, 23 Aug 2021 13:00:53 +0200 Subject: [PATCH] fix(common): remove Ontology from misc, the impl is missing --- common/defs/misc/misc.json | 12 ------------ common/defs/support.json | 2 -- 2 files changed, 14 deletions(-) diff --git a/common/defs/misc/misc.json b/common/defs/misc/misc.json index 1e35f84e6..0303aa7e7 100644 --- a/common/defs/misc/misc.json +++ b/common/defs/misc/misc.json @@ -100,18 +100,6 @@ "SimpleStaking": "https://simplestaking.com" } }, - { - "name": "Ontology", - "shortcut": "ONT", - "slip44": 1024, - "curve": "nist256p1", - "decimals": 8, - "links": { - "Homepage": "https://ont.io", - "Github": "https://github.com/ontio/ontology" - }, - "wallet": {} - }, { "name": "EOS", "shortcut": "EOS", diff --git a/common/defs/support.json b/common/defs/support.json index f9e4c06af..b9840afcb 100644 --- a/common/defs/support.json +++ b/common/defs/support.json @@ -2336,7 +2336,6 @@ "misc:BNB": "not implemented", "misc:EOS": "not implemented", "misc:LSK": "Incompatible mainnet hard-fork", - "misc:ONT": "not implemented", "misc:XMR": "not implemented", "misc:XRP": "not implemented", "misc:XTZ": "not implemented", @@ -4311,7 +4310,6 @@ "misc:EOS": "2.1.1", "misc:MAID": "2.0.10", "misc:OMNI": "2.0.10", - "misc:ONT": "soon", "misc:USDT": "2.0.10", "misc:WAN": "2.0.7", "misc:XLM": "2.0.8",