1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-23 07:58:09 +00:00

defs: update and tweak json data, add others.json for Lisk, Stellar etc

This commit is contained in:
matejcik 2018-07-20 16:40:20 +02:00
parent 2a234c1b00
commit cebeb81e8c
4 changed files with 105 additions and 14 deletions

View File

@ -0,0 +1,8 @@
{
"mosaic:DIMTOK": {
"coinmarketcap_alias": "dimcoin"
},
"erc20:eth:GNT": {
"coinmarketcap_alias": "golem-network-tokens"
}
}

View File

@ -35,7 +35,7 @@
"chain_id": 8, "chain_id": 8,
"slip44": 108, "slip44": 108,
"shortcut": "UBQ", "shortcut": "UBQ",
"name": "UBIQ", "name": "Ubiq",
"rskip60": false, "rskip60": false,
"url": "https://ubiqsmart.com" "url": "https://ubiqsmart.com"
}, },

View File

@ -1,10 +1,16 @@
[ [
{ {
"name": "XEM", "name": "NEM",
"ticker": "XEM", "ticker": "XEM",
"namespace": "nem", "namespace": "nem",
"mosaic": "xem", "mosaic": "xem",
"divisibility": 6 "divisibility": 6,
"links": {
"Homepage": "https://nem.io"
},
"wallet": {
"Nano Wallet": "https://nem.io/downloads/"
}
}, },
{ {
"name": "DIMCOIN", "name": "DIMCOIN",
@ -18,7 +24,13 @@
"levy_mosaic": "coin", "levy_mosaic": "coin",
"networks": [ "networks": [
104 104
] ],
"links": {
"Homepage": "https://www.dimcoin.io"
},
"wallet": {
"Nano Wallet": "https://nem.io/downloads/"
}
}, },
{ {
"name": "DIM TOKEN", "name": "DIM TOKEN",
@ -28,7 +40,13 @@
"divisibility": 6, "divisibility": 6,
"networks": [ "networks": [
104 104
] ],
"links": {
"Homepage": "https://www.dimcoin.io"
},
"wallet": {
"Nano Wallet": "https://nem.io/downloads/"
}
}, },
{ {
"name": "Breeze Token", "name": "Breeze Token",
@ -38,7 +56,13 @@
"divisibility": 0, "divisibility": 0,
"networks": [ "networks": [
104 104
] ],
"links": {
"Homepage": "https://breeze.chat"
},
"wallet": {
"Nano Wallet": "https://nem.io/downloads/"
}
}, },
{ {
"name": "PacNEM Game Credits", "name": "PacNEM Game Credits",
@ -48,7 +72,13 @@
"divisibility": 0, "divisibility": 0,
"networks": [ "networks": [
104 104
] ],
"links": {
"Homepage": "https://pacnem.com"
},
"wallet": {
"Nano Wallet": "https://nem.io/downloads/"
}
}, },
{ {
"name": "PacNEM Score Tokens", "name": "PacNEM Score Tokens",
@ -62,6 +92,12 @@
"levy_mosaic": "xem", "levy_mosaic": "xem",
"networks": [ "networks": [
104 104
] ],
"links": {
"Homepage": "https://pacnem.com"
},
"wallet": {
"Nano Wallet": "https://nem.io/downloads/"
}
} }
] ]

47
defs/others.json Normal file
View File

@ -0,0 +1,47 @@
[
{
"name": "Lisk",
"shortcut": "LSK",
"links": {
"Homepage": "https://lisk.io/"
}
},
{
"name": "Stellar",
"notes": "In development",
"shortcut": "XLM",
"links": {
"Homepage": "https://www.stellar.org"
}
},
{
"name": "Monero",
"shortcut": "XMR",
"notes": "In development",
"links": {
"Homepage": "https://getmonero.org"
}
},
{
"name": "Ripple",
"shortcut": "XRP",
"notes": "In development",
"links": {
"Homepage": "https://ripple.com"
}
},
{
"name": "Cardano",
"shortcut": "ADA",
"links": {
"Homepage": "https://www.cardano.org"
}
},
{
"name": "Tezos",
"shortcut": "XTZ",
"links": {
"Homepage": "https://tezos.com"
}
}
]