-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathassetlist.json
More file actions
43 lines (43 loc) · 1.04 KB
/
assetlist.json
File metadata and controls
43 lines (43 loc) · 1.04 KB
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
{
"chain_name": "structs",
"assets": [
{
"description": "Alpha Matter, the most powerful material in the Structs universe.",
"denom_units": [
{
"denom": "ualpha",
"exponent": 0
},
{
"denom": "malpha",
"exponent": 3
},
{
"denom": "alpha",
"exponent": 6
},
{
"denom": "kalpha",
"exponent": 9
},
{
"denom": "talpha",
"exponent": 18
}
],
"base": "ualpha",
"name": "alpha",
"display": "alpha",
"symbol": "ALPHA",
"logo_URIs": {
"png": "https://cdn.prod.website-files.com/63f67bd50091ab4b957b8055/6408dd7ae7c9a75c665c182d_Favicon.png",
"svg": "https://cdn.prod.website-files.com/63f67bd50091ab4b957b8055/6408dd7ae7c9a75c665c182d_Favicon.png"
},
"socials": {
"website": "https://playstructs.com",
"twitter": "https://x.com/playstructs"
},
"type_asset": "sdk.coin"
}
]
}