1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-18 04:18:10 +00:00

feat(common): update XDC wallet

This commit is contained in:
Pavol Rusnak 2021-10-05 12:21:51 +02:00
parent 595ac53b21
commit 5deee2ed00
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 9 additions and 6 deletions

View File

@ -34747,12 +34747,8 @@
"type": "coin", "type": "coin",
"wallet": [ "wallet": [
{ {
"name": "MyCrypto", "name": "XDC Wallet",
"url": "https://mycrypto.com" "url": "https://wallet.xinfin.network"
},
{
"name": "MyEtherWallet",
"url": "https://www.myetherwallet.com"
} }
] ]
}, },

View File

@ -27,6 +27,13 @@
"ignore_cmc_rank": true, "ignore_cmc_rank": true,
"reason": "this exists as misc:EOS and the eth: entry is probably a mistake" "reason": "this exists as misc:EOS and the eth: entry is probably a mistake"
}, },
"eth:XDC": {
"wallet": {
"MyCrypto": null,
"MyEtherWallet": null,
"XDC Wallet": "https://wallet.xinfin.network"
}
},
"misc:LSK": { "misc:LSK": {
"hidden": true, "hidden": true,
"ignore_cmc_rank": true, "ignore_cmc_rank": true,