mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
common/defs: add wallets to misc coins
This commit is contained in:
parent
c735299bd0
commit
9f6bd97e54
@ -9,7 +9,9 @@
|
||||
"Homepage": "https://lisk.io/",
|
||||
"Github": "https://github.com/LiskHQ/lisk"
|
||||
},
|
||||
"wallet": {},
|
||||
"wallet": {
|
||||
"Liskish Wallet": "https://github.com/hirishh/liskish-wallet/releases"
|
||||
},
|
||||
"blockchain_link": {}
|
||||
},
|
||||
{
|
||||
@ -74,7 +76,9 @@
|
||||
"Homepage": "https://ripple.com",
|
||||
"Github": "https://github.com/ripple/rippled"
|
||||
},
|
||||
"wallet": {},
|
||||
"wallet": {
|
||||
"Trezor Beta": "https://beta-wallet.trezor.io/next/"
|
||||
},
|
||||
"blockchain_link": {
|
||||
"type": "ripple",
|
||||
"url": [
|
||||
@ -135,7 +139,9 @@
|
||||
"Homepage": "https://wanchain.org",
|
||||
"Github": "https://github.com/wanchain/go-wanchain"
|
||||
},
|
||||
"wallet": {},
|
||||
"wallet": {
|
||||
"Wanchain Wallet": "https://www.wanchain.org/products"
|
||||
},
|
||||
"blockchain_link": {}
|
||||
},
|
||||
{
|
||||
@ -149,7 +155,7 @@
|
||||
"Github": "https://github.com/EOSIO/eos"
|
||||
},
|
||||
"wallet": {
|
||||
"Bloks.io": "https://bloks.io"
|
||||
"Bloks.io": "https://bloks.io/wallet"
|
||||
},
|
||||
"blockchain_link": {}
|
||||
},
|
||||
@ -163,7 +169,9 @@
|
||||
"Homepage": "https://www.omnilayer.org",
|
||||
"Github": "https://github.com/OmniLayer"
|
||||
},
|
||||
"wallet": {},
|
||||
"wallet": {
|
||||
"OMNI Trezor": "https://omnitrezor.com/"
|
||||
},
|
||||
"blockchain_link": {}
|
||||
},
|
||||
{
|
||||
@ -176,7 +184,9 @@
|
||||
"Homepage": "https://maidsafe.net",
|
||||
"Github": "https://github.com/maidsafe"
|
||||
},
|
||||
"wallet": {},
|
||||
"wallet": {
|
||||
"OMNI Trezor": "https://omnitrezor.com/"
|
||||
},
|
||||
"blockchain_link": {}
|
||||
},
|
||||
{
|
||||
@ -202,7 +212,9 @@
|
||||
"links": {
|
||||
"Homepage": "https://tether.to"
|
||||
},
|
||||
"wallet": {},
|
||||
"wallet": {
|
||||
"OMNI Trezor": "https://omnitrezor.com/"
|
||||
},
|
||||
"blockchain_link": {}
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user