mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
fix(common/defs): add BNB wallet
This commit is contained in:
parent
76a1760764
commit
fc5847854b
@ -31744,7 +31744,12 @@
|
|||||||
"t1_enabled": "no",
|
"t1_enabled": "no",
|
||||||
"t2_enabled": "yes",
|
"t2_enabled": "yes",
|
||||||
"type": "coin",
|
"type": "coin",
|
||||||
"wallet": []
|
"wallet": [
|
||||||
|
{
|
||||||
|
"name": "Binance Wallet",
|
||||||
|
"url": "https://binance.org/unlock"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"misc:EOS": {
|
"misc:EOS": {
|
||||||
"links": {
|
"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": {
|
"links": {
|
||||||
"Homepage": "https://binance.org"
|
"Homepage": "https://binance.org"
|
||||||
},
|
},
|
||||||
"wallet": {},
|
"wallet": {
|
||||||
|
"Binance Wallet": "https://binance.org/unlock"
|
||||||
|
},
|
||||||
"blockchain_link": null
|
"blockchain_link": null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user