fix(common/defs): add BNB wallet

pull/1277/head
Pavol Rusnak 4 years ago
parent 76a1760764
commit fc5847854b
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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": {

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…
Cancel
Save