1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-21 15:08:12 +00:00

common: add BNB to support.json (#503)

This commit is contained in:
Szymon Lesisz 2019-09-06 12:28:13 +02:00 committed by Pavol Rusnak
parent 3cb023ec21
commit 9264f787cf
2 changed files with 3 additions and 1 deletions

1
common/.gitignore vendored
View File

@ -3,3 +3,4 @@ defs/coins/tools/coindefs.json
tools/coins.json
tools/coindefs.json
tools/coinmarketcap.json
tools/__pycache__

View File

@ -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",