From 9264f787cf32dbb570177941800d0c1392eb1b0c Mon Sep 17 00:00:00 2001 From: Szymon Lesisz Date: Fri, 6 Sep 2019 12:28:13 +0200 Subject: [PATCH] common: add BNB to support.json (#503) --- common/.gitignore | 1 + common/defs/support.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/common/.gitignore b/common/.gitignore index c02d98916..fc1a0b327 100644 --- a/common/.gitignore +++ b/common/.gitignore @@ -3,3 +3,4 @@ defs/coins/tools/coindefs.json tools/coins.json tools/coindefs.json tools/coinmarketcap.json +tools/__pycache__ diff --git a/common/defs/support.json b/common/defs/support.json index 142f79317..5210921bb 100644 --- a/common/defs/support.json +++ b/common/defs/support.json @@ -77,6 +77,7 @@ "eth:tRIN": true, "eth:tROP": true, "misc:ADA": true, + "misc:BNB": true, "misc:EOS": true, "misc:LSK": true, "misc:XLM": true, @@ -2638,7 +2639,7 @@ "eth:tRIN": "2.0.7", "eth:tROP": "2.0.7", "misc:ADA": "2.0.8", - "misc:BNB": "soon", + "misc:BNB": "2.1.5", "misc:EOS": "2.1.1", "misc:LSK": "2.0.7", "misc:MAID": "2.0.10",