mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-21 23:18:13 +00:00
fix(common/defs): add BNB wallet
This commit is contained in:
parent
76a1760764
commit
fc5847854b
@ -31744,7 +31744,12 @@
|
||||
"t1_enabled": "no",
|
||||
"t2_enabled": "yes",
|
||||
"type": "coin",
|
||||
"wallet": []
|
||||
"wallet": [
|
||||
{
|
||||
"name": "Binance Wallet",
|
||||
"url": "https://binance.org/unlock"
|
||||
}
|
||||
]
|
||||
},
|
||||
"misc:EOS": {
|
||||
"links": {
|
||||
|
BIN
common/defs/misc/bnb.png
Normal file
BIN
common/defs/misc/bnb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
@ -196,7 +196,9 @@
|
||||
"links": {
|
||||
"Homepage": "https://binance.org"
|
||||
},
|
||||
"wallet": {},
|
||||
"wallet": {
|
||||
"Binance Wallet": "https://binance.org/unlock"
|
||||
},
|
||||
"blockchain_link": null
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user