mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-17 21:22:10 +00:00
56fbd816c9
- move bitcoin wallet links from coins_details.override.json to a separate wallets.json file - drop NanoWallet links from nem nem_mosaics.json, auto-add them in coins_details.py instead - move misc wallet links to misc.json - clean out override file - change wallet format in coins_details.json: - they're now list instead of dict, so that we can specify ordering - add Trezor Beta wallet link to ETH/ETC and their tokens - somewhat stricter checking of trezor.io wallet data
86 lines
1.5 KiB
JSON
86 lines
1.5 KiB
JSON
[
|
|
{
|
|
"name": "NEM",
|
|
"ticker": "XEM",
|
|
"namespace": "nem",
|
|
"mosaic": "xem",
|
|
"divisibility": 6,
|
|
"links": {
|
|
"Homepage": "https://nem.io"
|
|
}
|
|
},
|
|
{
|
|
"name": "DIMCOIN",
|
|
"ticker": "DIM",
|
|
"namespace": "dim",
|
|
"mosaic": "coin",
|
|
"divisibility": 6,
|
|
"levy": "MosaicLevy_Percentile",
|
|
"fee": 10,
|
|
"levy_namespace": "dim",
|
|
"levy_mosaic": "coin",
|
|
"networks": [
|
|
104
|
|
],
|
|
"links": {
|
|
"Homepage": "https://www.dimcoin.io"
|
|
}
|
|
},
|
|
{
|
|
"name": "DIM TOKEN",
|
|
"ticker": "DIMTOK",
|
|
"namespace": "dim",
|
|
"mosaic": "token",
|
|
"divisibility": 6,
|
|
"networks": [
|
|
104
|
|
],
|
|
"links": {
|
|
"Homepage": "https://www.dimcoin.io"
|
|
}
|
|
},
|
|
{
|
|
"name": "Breeze Token",
|
|
"ticker": "BREEZE",
|
|
"namespace": "breeze",
|
|
"mosaic": "breeze-token",
|
|
"divisibility": 0,
|
|
"networks": [
|
|
104
|
|
],
|
|
"links": {
|
|
"Homepage": "https://breeze.chat"
|
|
}
|
|
},
|
|
{
|
|
"name": "PacNEM Game Credits",
|
|
"ticker": "PAC:HRT",
|
|
"namespace": "pacnem",
|
|
"mosaic": "heart",
|
|
"divisibility": 0,
|
|
"networks": [
|
|
104
|
|
],
|
|
"links": {
|
|
"Homepage": "https://pacnem.com"
|
|
}
|
|
},
|
|
{
|
|
"name": "PacNEM Score Tokens",
|
|
"ticker": "PAC:CHS",
|
|
"namespace": "pacnem",
|
|
"mosaic": "cheese",
|
|
"divisibility": 6,
|
|
"levy": "MosaicLevy_Percentile",
|
|
"fee": 100,
|
|
"levy_namespace": "nem",
|
|
"levy_mosaic": "xem",
|
|
"networks": [
|
|
104
|
|
],
|
|
"links": {
|
|
"Homepage": "https://pacnem.com"
|
|
}
|
|
}
|
|
]
|