1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-23 13:51:00 +00:00

fix(common): remove Wanchain from misc (it is now eth:WAN)

This commit is contained in:
matejcik 2021-08-23 12:55:35 +02:00 committed by matejcik
parent 7aed8d535d
commit 8dd7ad3c3e
2 changed files with 3 additions and 14 deletions

View File

@ -112,20 +112,6 @@
}, },
"wallet": {} "wallet": {}
}, },
{
"name": "Wanchain",
"shortcut": "WAN",
"slip44": 5718350,
"curve": "secp256k1",
"decimals": 18,
"links": {
"Homepage": "https://wanchain.org",
"Github": "https://github.com/wanchain/go-wanchain"
},
"wallet": {
"Wanchain Wallet": "https://www.wanchain.org/getstarted/"
}
},
{ {
"name": "EOS", "name": "EOS",
"shortcut": "EOS", "shortcut": "EOS",

View File

@ -127,5 +127,8 @@
}, },
"bitcoin:ZCR": { "bitcoin:ZCR": {
"Electrum-ZCR": "https://github.com/zcore-coin/electrum-wallet/" "Electrum-ZCR": "https://github.com/zcore-coin/electrum-wallet/"
},
"eth:WAN": {
"Wanchain Wallet": "https://www.wanchain.org/getstarted/"
} }
} }