@juno-network/assets 0.5.6 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +33 -1
- package/main/asset_list.js +2258 -0
- package/main/assets.js +249 -228
- package/main/chain.js +98 -97
- package/main/index.js +9 -9
- package/module/asset_list.js +2251 -0
- package/module/assets.js +250 -229
- package/module/chain.js +99 -98
- package/module/index.js +3 -3
- package/package.json +8 -6
- package/types/assets.d.ts +3 -28
- package/types/chain.d.ts +3 -61
- package/types/index.d.ts +5 -6
- package/main/ibc_assets.js +0 -2179
- package/module/ibc_assets.js +0 -2172
- package/types/ibc_assets.d.ts +0 -31
package/main/assets.js
CHANGED
|
@@ -4,292 +4,313 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports["default"] = void 0;
|
|
7
|
-
var
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
7
|
+
var assets = {
|
|
8
|
+
$schema: '../assetlist.schema.json',
|
|
9
|
+
chain_name: 'juno',
|
|
10
|
+
assets: [{
|
|
11
|
+
description: 'The native token of JUNO Chain',
|
|
12
|
+
denom_units: [{
|
|
13
|
+
denom: 'ujuno',
|
|
14
|
+
exponent: 0
|
|
15
15
|
}, {
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
denom: 'juno',
|
|
17
|
+
exponent: 6
|
|
18
18
|
}],
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
19
|
+
base: 'ujuno',
|
|
20
|
+
name: 'Juno',
|
|
21
|
+
display: 'juno',
|
|
22
|
+
symbol: 'JUNO',
|
|
23
|
+
logo_URIs: {
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
|
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
26
26
|
},
|
|
27
|
-
|
|
27
|
+
coingecko_id: 'juno-network'
|
|
28
28
|
}, {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
description: 'The native token cw20 for Neta on Juno Chain',
|
|
30
|
+
type_asset: 'cw20',
|
|
31
|
+
address: 'juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr',
|
|
32
|
+
denom_units: [{
|
|
33
|
+
denom: 'cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr',
|
|
34
|
+
exponent: 0
|
|
35
35
|
}, {
|
|
36
|
-
|
|
37
|
-
|
|
36
|
+
denom: 'neta',
|
|
37
|
+
exponent: 6
|
|
38
38
|
}],
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
39
|
+
base: 'cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr',
|
|
40
|
+
name: 'Neta',
|
|
41
|
+
display: 'neta',
|
|
42
|
+
symbol: 'NETA',
|
|
43
|
+
logo_URIs: {
|
|
44
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.png',
|
|
45
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.svg'
|
|
46
46
|
},
|
|
47
|
-
|
|
47
|
+
coingecko_id: 'neta'
|
|
48
48
|
}, {
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
49
|
+
description: 'The native token cw20 for Marble DAO on Juno Chain',
|
|
50
|
+
type_asset: 'cw20',
|
|
51
|
+
address: 'juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl',
|
|
52
|
+
denom_units: [{
|
|
53
|
+
denom: 'cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl',
|
|
54
|
+
exponent: 0
|
|
55
55
|
}, {
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
denom: 'marble',
|
|
57
|
+
exponent: 3
|
|
58
58
|
}],
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
59
|
+
base: 'cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl',
|
|
60
|
+
name: 'Marble',
|
|
61
|
+
display: 'marble',
|
|
62
|
+
symbol: 'MARBLE',
|
|
63
|
+
logo_URIs: {
|
|
64
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.png',
|
|
65
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.svg'
|
|
66
66
|
},
|
|
67
|
-
|
|
67
|
+
coingecko_id: 'marble'
|
|
68
68
|
}, {
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
69
|
+
description: 'Hope Galaxy is an NFT collection based on its own native Token $HOPE, a cw20 token on Juno chain.',
|
|
70
|
+
type_asset: 'cw20',
|
|
71
|
+
address: 'juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z',
|
|
72
|
+
denom_units: [{
|
|
73
|
+
denom: 'cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z',
|
|
74
|
+
exponent: 0
|
|
75
75
|
}, {
|
|
76
|
-
|
|
77
|
-
|
|
76
|
+
denom: 'hope',
|
|
77
|
+
exponent: 6
|
|
78
78
|
}],
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
79
|
+
base: 'cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z',
|
|
80
|
+
name: 'Hope Galaxy',
|
|
81
|
+
display: 'hope',
|
|
82
|
+
symbol: 'HOPE',
|
|
83
|
+
logo_URIs: {
|
|
84
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.png',
|
|
85
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.svg'
|
|
86
86
|
},
|
|
87
|
-
|
|
87
|
+
coingecko_id: 'hope-galaxy'
|
|
88
88
|
}, {
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
89
|
+
description: 'Racoon aims to simplify accessibility to AI, NFTs and Gambling on the Cosmos Ecosystem',
|
|
90
|
+
type_asset: 'cw20',
|
|
91
|
+
address: 'juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa',
|
|
92
|
+
denom_units: [{
|
|
93
|
+
denom: 'cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa',
|
|
94
|
+
exponent: 0
|
|
95
95
|
}, {
|
|
96
|
-
|
|
97
|
-
|
|
96
|
+
denom: 'rac',
|
|
97
|
+
exponent: 6
|
|
98
98
|
}],
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
99
|
+
base: 'cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa',
|
|
100
|
+
name: 'Racoon',
|
|
101
|
+
display: 'rac',
|
|
102
|
+
symbol: 'RAC',
|
|
103
|
+
logo_URIs: {
|
|
104
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png',
|
|
105
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg'
|
|
106
106
|
},
|
|
107
|
-
|
|
107
|
+
coingecko_id: 'racoon'
|
|
108
108
|
}, {
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
109
|
+
description: 'The native token of Marble DEX on Juno Chain',
|
|
110
|
+
type_asset: 'cw20',
|
|
111
|
+
address: 'juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq',
|
|
112
|
+
denom_units: [{
|
|
113
|
+
denom: 'cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq',
|
|
114
|
+
exponent: 0
|
|
115
115
|
}, {
|
|
116
|
-
|
|
117
|
-
|
|
116
|
+
denom: 'block',
|
|
117
|
+
exponent: 6
|
|
118
118
|
}],
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
119
|
+
base: 'cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq',
|
|
120
|
+
name: 'Block',
|
|
121
|
+
display: 'block',
|
|
122
|
+
symbol: 'BLOCK',
|
|
123
|
+
logo_URIs: {
|
|
124
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.png',
|
|
125
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.svg'
|
|
126
126
|
}
|
|
127
127
|
}, {
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
128
|
+
description: 'The DAO token to build consensus among Hong Kong People',
|
|
129
|
+
type_asset: 'cw20',
|
|
130
|
+
address: 'juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49',
|
|
131
|
+
denom_units: [{
|
|
132
|
+
denom: 'cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49',
|
|
133
|
+
exponent: 0,
|
|
134
|
+
aliases: ['dhk']
|
|
135
135
|
}],
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
136
|
+
base: 'cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49',
|
|
137
|
+
name: 'DHK',
|
|
138
|
+
display: 'dhk',
|
|
139
|
+
symbol: 'DHK',
|
|
140
|
+
logo_URIs: {
|
|
141
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png',
|
|
142
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg'
|
|
143
143
|
}
|
|
144
144
|
}, {
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
145
|
+
description: 'Token governance for Junoswap',
|
|
146
|
+
type_asset: 'cw20',
|
|
147
|
+
address: 'juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g',
|
|
148
|
+
denom_units: [{
|
|
149
|
+
denom: 'cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g',
|
|
150
|
+
exponent: 0
|
|
151
151
|
}, {
|
|
152
|
-
|
|
153
|
-
|
|
152
|
+
denom: 'raw',
|
|
153
|
+
exponent: 6
|
|
154
154
|
}],
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
155
|
+
base: 'cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g',
|
|
156
|
+
name: 'JunoSwap',
|
|
157
|
+
display: 'raw',
|
|
158
|
+
symbol: 'RAW',
|
|
159
|
+
logo_URIs: {
|
|
160
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png'
|
|
161
161
|
},
|
|
162
|
-
|
|
162
|
+
coingecko_id: 'junoswap-raw-dao'
|
|
163
163
|
}, {
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
164
|
+
description: 'Profit sharing token for Another.Software validator. Hold and receive dividends from Another.Software validator commissions!',
|
|
165
|
+
type_asset: 'cw20',
|
|
166
|
+
address: 'juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w',
|
|
167
|
+
denom_units: [{
|
|
168
|
+
denom: 'cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w',
|
|
169
|
+
exponent: 0
|
|
170
170
|
}, {
|
|
171
|
-
|
|
172
|
-
|
|
171
|
+
denom: 'asvt',
|
|
172
|
+
exponent: 6
|
|
173
173
|
}],
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
174
|
+
base: 'cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w',
|
|
175
|
+
name: 'Another.Software Validator Token',
|
|
176
|
+
display: 'asvt',
|
|
177
|
+
symbol: 'ASVT',
|
|
178
|
+
logo_URIs: {
|
|
179
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png'
|
|
180
180
|
}
|
|
181
181
|
}, {
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
182
|
+
description: 'IBC HNS is HNS, coin of Handshake, decentralized root namesystem, but wrapped to cosmos for IBC support by Another.Software through Juno netowrk.',
|
|
183
|
+
type_asset: 'cw20',
|
|
184
|
+
address: 'juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k',
|
|
185
|
+
denom_units: [{
|
|
186
|
+
denom: 'cw20:juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k',
|
|
187
|
+
exponent: 0
|
|
188
188
|
}, {
|
|
189
|
-
|
|
190
|
-
|
|
189
|
+
denom: 'hns',
|
|
190
|
+
exponent: 6
|
|
191
191
|
}],
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
192
|
+
base: 'cw20:juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k',
|
|
193
|
+
name: 'IBC HNS (Handshake)',
|
|
194
|
+
display: 'hns',
|
|
195
|
+
symbol: 'HNS',
|
|
196
|
+
logo_URIs: {
|
|
197
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hns.svg'
|
|
198
198
|
}
|
|
199
199
|
}, {
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
200
|
+
description: 'DAO dedicated to building tools on the Juno Network',
|
|
201
|
+
type_asset: 'cw20',
|
|
202
|
+
address: 'juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3',
|
|
203
|
+
denom_units: [{
|
|
204
|
+
denom: 'cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3',
|
|
205
|
+
exponent: 0
|
|
206
206
|
}, {
|
|
207
|
-
|
|
208
|
-
|
|
207
|
+
denom: 'joe',
|
|
208
|
+
exponent: 6
|
|
209
209
|
}],
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
210
|
+
base: 'cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3',
|
|
211
|
+
name: 'JoeDAO',
|
|
212
|
+
display: 'joe',
|
|
213
|
+
symbol: 'JOE',
|
|
214
|
+
logo_URIs: {
|
|
215
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png'
|
|
216
216
|
}
|
|
217
217
|
}, {
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
218
|
+
description: 'Governance Token for Digital Land Acquisition DAO',
|
|
219
|
+
type_asset: 'cw20',
|
|
220
|
+
address: 'juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr',
|
|
221
|
+
denom_units: [{
|
|
222
|
+
denom: 'cw20:juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr',
|
|
223
|
+
exponent: 0
|
|
224
224
|
}, {
|
|
225
|
-
|
|
226
|
-
|
|
225
|
+
denom: 'dla',
|
|
226
|
+
exponent: 6
|
|
227
227
|
}],
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
228
|
+
base: 'cw20:juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr',
|
|
229
|
+
name: 'Digital Land Acquisition DAO',
|
|
230
|
+
display: 'dla',
|
|
231
|
+
symbol: 'DLA',
|
|
232
|
+
logo_URIs: {
|
|
233
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.png',
|
|
234
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.svg'
|
|
235
235
|
}
|
|
236
236
|
}, {
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
237
|
+
description: 'DeFi gaming platform built on Juno',
|
|
238
|
+
type_asset: 'cw20',
|
|
239
|
+
address: 'juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se',
|
|
240
|
+
denom_units: [{
|
|
241
|
+
denom: 'cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se',
|
|
242
|
+
exponent: 0
|
|
243
243
|
}, {
|
|
244
|
-
|
|
245
|
-
|
|
244
|
+
denom: 'glto',
|
|
245
|
+
exponent: 6
|
|
246
246
|
}],
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
247
|
+
base: 'cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se',
|
|
248
|
+
name: 'Gelotto',
|
|
249
|
+
display: 'glto',
|
|
250
|
+
symbol: 'GLTO',
|
|
251
|
+
logo_URIs: {
|
|
252
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png',
|
|
253
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg'
|
|
254
254
|
}
|
|
255
255
|
}, {
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
256
|
+
description: 'Gelotto Year 1 Grand Prize Token',
|
|
257
|
+
type_asset: 'cw20',
|
|
258
|
+
address: 'juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh',
|
|
259
|
+
denom_units: [{
|
|
260
|
+
denom: 'cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh',
|
|
261
|
+
exponent: 0
|
|
262
262
|
}, {
|
|
263
|
-
|
|
264
|
-
|
|
263
|
+
denom: 'gkey',
|
|
264
|
+
exponent: 6
|
|
265
265
|
}],
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
266
|
+
base: 'cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh',
|
|
267
|
+
name: 'GKey',
|
|
268
|
+
display: 'gkey',
|
|
269
|
+
symbol: 'GKEY',
|
|
270
|
+
logo_URIs: {
|
|
271
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.png',
|
|
272
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.svg'
|
|
273
273
|
}
|
|
274
274
|
}, {
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
275
|
+
description: 'The native token cw20 for BlackHole on Juno Chain',
|
|
276
|
+
type_asset: 'cw20',
|
|
277
|
+
address: 'juno1rdw3gumdz7zyjn2pev9ugxs765xlv6vtv6g3jt2lqw580zrchvjs66daca',
|
|
278
|
+
denom_units: [{
|
|
279
|
+
denom: 'cw20:juno1rdw3gumdz7zyjn2pev9ugxs765xlv6vtv6g3jt2lqw580zrchvjs66daca',
|
|
280
|
+
exponent: 0
|
|
281
281
|
}, {
|
|
282
|
-
|
|
283
|
-
|
|
282
|
+
denom: 'blkh',
|
|
283
|
+
exponent: 4
|
|
284
284
|
}],
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
285
|
+
base: 'cw20:juno1rdw3gumdz7zyjn2pev9ugxs765xlv6vtv6g3jt2lqw580zrchvjs66daca',
|
|
286
|
+
name: 'Blackhole',
|
|
287
|
+
display: 'blkh',
|
|
288
|
+
symbol: 'BLKH',
|
|
289
|
+
logo_URIs: {
|
|
290
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blkh.png',
|
|
291
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blkh.svg'
|
|
292
292
|
}
|
|
293
|
+
}, {
|
|
294
|
+
description: 'The native token cw20 for Neta on Juno Chain',
|
|
295
|
+
type_asset: 'cw20',
|
|
296
|
+
address: 'juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr',
|
|
297
|
+
denom_units: [{
|
|
298
|
+
denom: 'ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A',
|
|
299
|
+
exponent: 0,
|
|
300
|
+
aliases: ['uneta']
|
|
301
|
+
}, {
|
|
302
|
+
denom: 'neta',
|
|
303
|
+
exponent: 6
|
|
304
|
+
}],
|
|
305
|
+
base: 'ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A',
|
|
306
|
+
name: 'Neta',
|
|
307
|
+
display: 'neta',
|
|
308
|
+
symbol: 'NETA',
|
|
309
|
+
logo_URIs: {
|
|
310
|
+
png: 'https://raw.githubusercontent.com/osmosis-labs/assetlists/main/images/neta.png'
|
|
311
|
+
},
|
|
312
|
+
coingecko_id: 'neta'
|
|
293
313
|
}]
|
|
294
314
|
};
|
|
315
|
+
var _default = assets;
|
|
295
316
|
exports["default"] = _default;
|