forked from trezor/trezor-firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nem_mosaics.json
85 lines (85 loc) · 1.52 KB
/
nem_mosaics.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
[
{
"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"
}
}
]