1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-13 03:19:05 +00:00
trezor-firmware/defs/misc/misc.json
matejcik 1dc75fb051 defs: add Wanchain to misc
because while it's technically an Ethereum fork, it doesn't fit into networks
2018-08-30 17:02:43 +02:00

72 lines
1.5 KiB
JSON

[
{
"name": "Lisk",
"shortcut": "LSK",
"slip44": 134,
"links": {
"Homepage": "https://lisk.io/"
}
},
{
"name": "Stellar",
"notes": "In development",
"slip44": 148,
"shortcut": "XLM",
"links": {
"Homepage": "https://www.stellar.org"
}
},
{
"name": "Monero",
"shortcut": "XMR",
"slip44": 128,
"notes": "In development",
"links": {
"Homepage": "https://getmonero.org"
}
},
{
"name": "Ripple",
"shortcut": "XRP",
"slip44": 144,
"notes": "In development",
"links": {
"Homepage": "https://ripple.com"
}
},
{
"name": "Cardano",
"shortcut": "ADA",
"slip44": 1815,
"links": {
"Homepage": "https://www.cardano.org"
}
},
{
"name": "Tezos",
"shortcut": "XTZ",
"slip44": 1729,
"notes": "In development",
"links": {
"Homepage": "https://tezos.com"
}
},
{
"name": "Ontology",
"shortcut": "ONT",
"slip44": 1024,
"notes": "In development",
"links": {
"Homepage": "https://ont.io"
}
},
{
"name": "Wanchain",
"shortcut": "WAN",
"slip44": 5718350,
"links": {
"Homepage": "https://wanchain.org"
}
}
]