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

pull/41/head
matejcik 6 years ago
parent 2a234c1b00
commit cebeb81e8c

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

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

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

@ -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"
}
}
]
Loading…
Cancel
Save