-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
Copy pathassetlist.json
110 lines (110 loc) · 3.19 KB
/
assetlist.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"$schema": "../assetlist.schema.json",
"chain_name": "highbury",
"assets": [
{
"description": "The native staking and governance token of the Blackfury ecosystem",
"denom_units": [
{
"denom": "ufury",
"exponent": 0
},
{
"denom": "fury",
"exponent": 6
}
],
"base": "ufury",
"name": "Fury",
"display": "fury",
"symbol": "FURY",
"traces": [
{
"type": "legacy-mintage",
"counterparty": {
"chain_name": "furya",
"base_denom": "ufury"
},
"provider": "Furya"
}
],
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/fury.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/fury.svg"
},
"coingecko_id": "fanfury",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/fury.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/fury.svg",
"theme": {
"primary_color_hex": "#040404"
}
}
],
"type_asset": "sdk.coin"
},
{
"description": "Governance token of Jinx Wallet and Fury Lend Protocol",
"denom_units": [
{
"denom": "jinx",
"exponent": 0
},
{
"denom": "JINX",
"exponent": 6
}
],
"base": "jinx",
"name": "Jinx",
"display": "JINX",
"symbol": "JINX",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/jinx.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/jinx.svg"
},
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/jinx.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/jinx.svg",
"theme": {
"primary_color_hex": "#040404"
}
}
],
"type_asset": "sdk.coin"
},
{
"description": "Governance token of Fury Swap Protocol",
"denom_units": [
{
"denom": "jinxy",
"exponent": 0
},
{
"denom": "JINXY",
"exponent": 6
}
],
"base": "jinxy",
"name": "Jinxy",
"display": "JINXY",
"symbol": "JINXy",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/jinxy.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/jinxy.svg"
},
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/jinxy.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/jinxy.svg",
"theme": {
"primary_color_hex": "#090909"
}
}
],
"type_asset": "sdk.coin"
}
]
}