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:
parent
3cb023ec21
commit
9264f787cf
1
common/.gitignore
vendored
1
common/.gitignore
vendored
@ -3,3 +3,4 @@ defs/coins/tools/coindefs.json
|
||||
tools/coins.json
|
||||
tools/coindefs.json
|
||||
tools/coinmarketcap.json
|
||||
tools/__pycache__
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user