@chain-registry/assets 1.70.249 → 1.70.251
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/esm/mainnet/akash.js +86 -0
- package/esm/mainnet/assets.js +3 -1
- package/esm/mainnet/celestia.js +62 -0
- package/esm/mainnet/composable.js +2 -58
- package/esm/mainnet/cosmoshub.js +62 -0
- package/esm/mainnet/index.js +2 -0
- package/esm/mainnet/namada.js +1308 -0
- package/esm/mainnet/neutron.js +62 -0
- package/esm/mainnet/noble.js +62 -0
- package/esm/mainnet/nyx.js +62 -0
- package/esm/mainnet/osmosis.js +62 -0
- package/esm/mainnet/stargaze.js +86 -0
- package/esm/mainnet/stride.js +62 -0
- package/esm/mainnet/xrplevm.js +1396 -0
- package/esm/noncosmos/penumbra.js +62 -0
- package/mainnet/akash.js +86 -0
- package/mainnet/assets.js +3 -1
- package/mainnet/celestia.js +62 -0
- package/mainnet/composable.js +2 -58
- package/mainnet/cosmoshub.js +62 -0
- package/mainnet/index.d.ts +2 -0
- package/mainnet/index.js +6 -4
- package/mainnet/namada.d.ts +3 -0
- package/mainnet/namada.js +1310 -0
- package/mainnet/neutron.js +62 -0
- package/mainnet/noble.js +62 -0
- package/mainnet/nyx.js +62 -0
- package/mainnet/osmosis.js +62 -0
- package/mainnet/stargaze.js +86 -0
- package/mainnet/stride.js +62 -0
- package/mainnet/xrplevm.d.ts +3 -0
- package/mainnet/xrplevm.js +1398 -0
- package/noncosmos/penumbra.js +62 -0
- package/package.json +5 -5
|
@@ -0,0 +1,1308 @@
|
|
|
1
|
+
const assets = {
|
|
2
|
+
chain_name: 'namada',
|
|
3
|
+
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'Celestia is a modular blockchain network focused on data availability, allowing developers to deploy their own customizable blockchains with ease.',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/BF28D9C17E0306B194D50F51C3B2590BEAD15E04E03ADD34C3A26E62D85C9676',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['utia']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'tia',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
base: 'ibc/BF28D9C17E0306B194D50F51C3B2590BEAD15E04E03ADD34C3A26E62D85C9676',
|
|
15
|
+
name: 'Celestia',
|
|
16
|
+
display: 'tia',
|
|
17
|
+
symbol: 'TIA',
|
|
18
|
+
coingecko_id: 'celestia',
|
|
19
|
+
logo_URIs: {
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
21
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
22
|
+
},
|
|
23
|
+
images: [{
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg',
|
|
26
|
+
theme: {
|
|
27
|
+
primary_color_hex: '#7c2cfb'
|
|
28
|
+
}
|
|
29
|
+
}],
|
|
30
|
+
socials: {
|
|
31
|
+
website: 'https://celestia.org/',
|
|
32
|
+
twitter: 'https://twitter.com/CelestiaOrg'
|
|
33
|
+
},
|
|
34
|
+
type_asset: 'sdk.coin',
|
|
35
|
+
traces: [{
|
|
36
|
+
type: 'ibc',
|
|
37
|
+
counterparty: {
|
|
38
|
+
channel_id: 'channel-73',
|
|
39
|
+
base_denom: 'utia',
|
|
40
|
+
chain_name: 'celestia'
|
|
41
|
+
},
|
|
42
|
+
chain: {
|
|
43
|
+
channel_id: 'channel-3'
|
|
44
|
+
}
|
|
45
|
+
}]
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
49
|
+
denom_units: [{
|
|
50
|
+
denom: 'ibc/9117A26BA81E29FA4F78F57DC2BD90CD3D26848101BA880445F119B22A1E254E',
|
|
51
|
+
exponent: 0,
|
|
52
|
+
aliases: ['uatom']
|
|
53
|
+
}, {
|
|
54
|
+
denom: 'atom',
|
|
55
|
+
exponent: 6
|
|
56
|
+
}],
|
|
57
|
+
base: 'ibc/9117A26BA81E29FA4F78F57DC2BD90CD3D26848101BA880445F119B22A1E254E',
|
|
58
|
+
name: 'Cosmos Hub Atom',
|
|
59
|
+
display: 'atom',
|
|
60
|
+
symbol: 'ATOM',
|
|
61
|
+
logo_URIs: {
|
|
62
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
63
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
64
|
+
},
|
|
65
|
+
coingecko_id: 'cosmos',
|
|
66
|
+
images: [{
|
|
67
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
68
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
|
|
69
|
+
theme: {
|
|
70
|
+
primary_color_hex: '#272d45'
|
|
71
|
+
}
|
|
72
|
+
}],
|
|
73
|
+
socials: {
|
|
74
|
+
website: 'https://cosmos.network',
|
|
75
|
+
twitter: 'https://twitter.com/cosmoshub'
|
|
76
|
+
},
|
|
77
|
+
type_asset: 'sdk.coin',
|
|
78
|
+
traces: [{
|
|
79
|
+
type: 'ibc',
|
|
80
|
+
counterparty: {
|
|
81
|
+
channel_id: 'channel-1317',
|
|
82
|
+
base_denom: 'uatom',
|
|
83
|
+
chain_name: 'cosmoshub'
|
|
84
|
+
},
|
|
85
|
+
chain: {
|
|
86
|
+
channel_id: 'channel-2'
|
|
87
|
+
}
|
|
88
|
+
}]
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
92
|
+
denom_units: [{
|
|
93
|
+
denom: 'ibc/B41472B80833CADC12B2F50F2AB9E279AAC181022BA9581813EE804D7DAB11F6',
|
|
94
|
+
exponent: 0,
|
|
95
|
+
aliases: ['untrn']
|
|
96
|
+
}, {
|
|
97
|
+
denom: 'ntrn',
|
|
98
|
+
exponent: 6
|
|
99
|
+
}],
|
|
100
|
+
base: 'ibc/B41472B80833CADC12B2F50F2AB9E279AAC181022BA9581813EE804D7DAB11F6',
|
|
101
|
+
name: 'Neutron',
|
|
102
|
+
display: 'ntrn',
|
|
103
|
+
symbol: 'NTRN',
|
|
104
|
+
logo_URIs: {
|
|
105
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
106
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
107
|
+
},
|
|
108
|
+
coingecko_id: 'neutron-3',
|
|
109
|
+
images: [{
|
|
110
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
111
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
112
|
+
theme: {
|
|
113
|
+
primary_color_hex: '#040404',
|
|
114
|
+
background_color_hex: '#000000',
|
|
115
|
+
circle: true
|
|
116
|
+
}
|
|
117
|
+
}],
|
|
118
|
+
socials: {
|
|
119
|
+
website: 'https://neutron.org/',
|
|
120
|
+
twitter: 'https://twitter.com/Neutron_org'
|
|
121
|
+
},
|
|
122
|
+
type_asset: 'sdk.coin',
|
|
123
|
+
traces: [{
|
|
124
|
+
type: 'ibc',
|
|
125
|
+
counterparty: {
|
|
126
|
+
channel_id: 'channel-7024',
|
|
127
|
+
base_denom: 'untrn',
|
|
128
|
+
chain_name: 'neutron'
|
|
129
|
+
},
|
|
130
|
+
chain: {
|
|
131
|
+
channel_id: 'channel-7'
|
|
132
|
+
}
|
|
133
|
+
}]
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
description: 'BITCOSMOS',
|
|
137
|
+
denom_units: [{
|
|
138
|
+
denom: 'ibc/BD97C4278E154025E8B1C7255FA17A86C89750F8061D7A18681E7D748A513C55',
|
|
139
|
+
exponent: 0,
|
|
140
|
+
aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj']
|
|
141
|
+
}, {
|
|
142
|
+
denom: 'bitcosmos',
|
|
143
|
+
exponent: 6
|
|
144
|
+
}],
|
|
145
|
+
base: 'ibc/BD97C4278E154025E8B1C7255FA17A86C89750F8061D7A18681E7D748A513C55',
|
|
146
|
+
name: 'Bitcosmos',
|
|
147
|
+
display: 'bitcosmos',
|
|
148
|
+
symbol: 'BTC',
|
|
149
|
+
logo_URIs: {
|
|
150
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
|
|
151
|
+
},
|
|
152
|
+
images: [{
|
|
153
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png',
|
|
154
|
+
theme: {
|
|
155
|
+
primary_color_hex: '#1b0847'
|
|
156
|
+
}
|
|
157
|
+
}],
|
|
158
|
+
type_asset: 'sdk.coin',
|
|
159
|
+
traces: [{
|
|
160
|
+
type: 'ibc',
|
|
161
|
+
counterparty: {
|
|
162
|
+
channel_id: 'channel-7024',
|
|
163
|
+
base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj',
|
|
164
|
+
chain_name: 'neutron'
|
|
165
|
+
},
|
|
166
|
+
chain: {
|
|
167
|
+
channel_id: 'channel-7'
|
|
168
|
+
}
|
|
169
|
+
}]
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
description: 'What the Fuck',
|
|
173
|
+
denom_units: [{
|
|
174
|
+
denom: 'ibc/5C68119A9BC5234B0A088A5FF95F3BA6318943E0568267DBA58B521E4113E9C2',
|
|
175
|
+
exponent: 0,
|
|
176
|
+
aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf']
|
|
177
|
+
}, {
|
|
178
|
+
denom: 'wtf',
|
|
179
|
+
exponent: 6
|
|
180
|
+
}],
|
|
181
|
+
base: 'ibc/5C68119A9BC5234B0A088A5FF95F3BA6318943E0568267DBA58B521E4113E9C2',
|
|
182
|
+
name: 'wtf',
|
|
183
|
+
display: 'wtf',
|
|
184
|
+
symbol: 'WTF',
|
|
185
|
+
logo_URIs: {
|
|
186
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
|
|
187
|
+
},
|
|
188
|
+
images: [{
|
|
189
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png',
|
|
190
|
+
theme: {
|
|
191
|
+
primary_color_hex: '#dcd5ab'
|
|
192
|
+
}
|
|
193
|
+
}],
|
|
194
|
+
type_asset: 'sdk.coin',
|
|
195
|
+
traces: [{
|
|
196
|
+
type: 'ibc',
|
|
197
|
+
counterparty: {
|
|
198
|
+
channel_id: 'channel-7024',
|
|
199
|
+
base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf',
|
|
200
|
+
chain_name: 'neutron'
|
|
201
|
+
},
|
|
202
|
+
chain: {
|
|
203
|
+
channel_id: 'channel-7'
|
|
204
|
+
}
|
|
205
|
+
}]
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
description: 'Astro BOY',
|
|
209
|
+
denom_units: [{
|
|
210
|
+
denom: 'ibc/7CDE818635F6F9E735BE46660EB412C581232900721DEE47CD28EE0B8B3FF385',
|
|
211
|
+
exponent: 0,
|
|
212
|
+
aliases: ['neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv']
|
|
213
|
+
}, {
|
|
214
|
+
denom: 'boy',
|
|
215
|
+
exponent: 6
|
|
216
|
+
}],
|
|
217
|
+
base: 'ibc/7CDE818635F6F9E735BE46660EB412C581232900721DEE47CD28EE0B8B3FF385',
|
|
218
|
+
name: 'boy',
|
|
219
|
+
display: 'boy',
|
|
220
|
+
symbol: 'BOY',
|
|
221
|
+
logo_URIs: {
|
|
222
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
|
|
223
|
+
},
|
|
224
|
+
images: [{
|
|
225
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png',
|
|
226
|
+
theme: {
|
|
227
|
+
primary_color_hex: '#333333'
|
|
228
|
+
}
|
|
229
|
+
}],
|
|
230
|
+
type_asset: 'sdk.coin',
|
|
231
|
+
traces: [{
|
|
232
|
+
type: 'ibc',
|
|
233
|
+
counterparty: {
|
|
234
|
+
channel_id: 'channel-7024',
|
|
235
|
+
base_denom: 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv',
|
|
236
|
+
chain_name: 'neutron'
|
|
237
|
+
},
|
|
238
|
+
chain: {
|
|
239
|
+
channel_id: 'channel-7'
|
|
240
|
+
}
|
|
241
|
+
}]
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
245
|
+
denom_units: [{
|
|
246
|
+
denom: 'ibc/28F4046614EF853188DDCED09B19F1EBEF4DF95B29030E2435260F948FC0DB97',
|
|
247
|
+
exponent: 0,
|
|
248
|
+
aliases: ['ustake']
|
|
249
|
+
}, {
|
|
250
|
+
denom: 'stake',
|
|
251
|
+
exponent: 6
|
|
252
|
+
}],
|
|
253
|
+
type_asset: 'sdk.coin',
|
|
254
|
+
base: 'ibc/28F4046614EF853188DDCED09B19F1EBEF4DF95B29030E2435260F948FC0DB97',
|
|
255
|
+
name: 'Stake',
|
|
256
|
+
display: 'stake',
|
|
257
|
+
symbol: 'STAKE',
|
|
258
|
+
logo_URIs: {
|
|
259
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
260
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
261
|
+
},
|
|
262
|
+
images: [{
|
|
263
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
264
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
|
|
265
|
+
theme: {
|
|
266
|
+
primary_color_hex: '#a8bbfb'
|
|
267
|
+
}
|
|
268
|
+
}],
|
|
269
|
+
traces: [{
|
|
270
|
+
type: 'ibc',
|
|
271
|
+
counterparty: {
|
|
272
|
+
channel_id: 'channel-136',
|
|
273
|
+
base_denom: 'ustake',
|
|
274
|
+
chain_name: 'noble'
|
|
275
|
+
},
|
|
276
|
+
chain: {
|
|
277
|
+
channel_id: 'channel-5'
|
|
278
|
+
}
|
|
279
|
+
}]
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
283
|
+
denom_units: [{
|
|
284
|
+
denom: 'ibc/405B348E183470033E38A5B3CFDE8B91C51C9CD91CF1914AC3839CB1624B9910',
|
|
285
|
+
exponent: 0,
|
|
286
|
+
aliases: ['ufrienzies']
|
|
287
|
+
}, {
|
|
288
|
+
denom: 'frienzies',
|
|
289
|
+
exponent: 6
|
|
290
|
+
}],
|
|
291
|
+
type_asset: 'sdk.coin',
|
|
292
|
+
base: 'ibc/405B348E183470033E38A5B3CFDE8B91C51C9CD91CF1914AC3839CB1624B9910',
|
|
293
|
+
display: 'frienzies',
|
|
294
|
+
name: 'Frienzies',
|
|
295
|
+
symbol: 'FRNZ',
|
|
296
|
+
logo_URIs: {
|
|
297
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
298
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
299
|
+
},
|
|
300
|
+
images: [{
|
|
301
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
302
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
|
|
303
|
+
theme: {
|
|
304
|
+
primary_color_hex: '#04041c'
|
|
305
|
+
}
|
|
306
|
+
}],
|
|
307
|
+
traces: [{
|
|
308
|
+
type: 'ibc',
|
|
309
|
+
counterparty: {
|
|
310
|
+
channel_id: 'channel-136',
|
|
311
|
+
base_denom: 'ufrienzies',
|
|
312
|
+
chain_name: 'noble'
|
|
313
|
+
},
|
|
314
|
+
chain: {
|
|
315
|
+
channel_id: 'channel-5'
|
|
316
|
+
}
|
|
317
|
+
}]
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
description: 'Ondo US Dollar Yield',
|
|
321
|
+
denom_units: [{
|
|
322
|
+
denom: 'ibc/925137DE4F77A2F26A5FA5051200437F43AFBBC39A4F443968C8E93B756AFB3B',
|
|
323
|
+
exponent: 0,
|
|
324
|
+
aliases: ['ausdy']
|
|
325
|
+
}, {
|
|
326
|
+
denom: 'usdy',
|
|
327
|
+
exponent: 18
|
|
328
|
+
}],
|
|
329
|
+
base: 'ibc/925137DE4F77A2F26A5FA5051200437F43AFBBC39A4F443968C8E93B756AFB3B',
|
|
330
|
+
display: 'usdy',
|
|
331
|
+
name: 'Ondo US Dollar Yield',
|
|
332
|
+
symbol: 'USDY',
|
|
333
|
+
logo_URIs: {
|
|
334
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
335
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
336
|
+
},
|
|
337
|
+
images: [{
|
|
338
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
339
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
|
|
340
|
+
theme: {
|
|
341
|
+
primary_color_hex: '#142c5c'
|
|
342
|
+
}
|
|
343
|
+
}],
|
|
344
|
+
coingecko_id: 'ondo-us-dollar-yield',
|
|
345
|
+
socials: {
|
|
346
|
+
website: 'https://ondo.finance/usdy',
|
|
347
|
+
twitter: 'https://x.com/OndoFinance'
|
|
348
|
+
},
|
|
349
|
+
type_asset: 'sdk.coin',
|
|
350
|
+
traces: [{
|
|
351
|
+
type: 'ibc',
|
|
352
|
+
counterparty: {
|
|
353
|
+
channel_id: 'channel-136',
|
|
354
|
+
base_denom: 'ausdy',
|
|
355
|
+
chain_name: 'noble'
|
|
356
|
+
},
|
|
357
|
+
chain: {
|
|
358
|
+
channel_id: 'channel-5'
|
|
359
|
+
}
|
|
360
|
+
}]
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
description: 'USDN token',
|
|
364
|
+
denom_units: [{
|
|
365
|
+
denom: 'ibc/FF4DCB799014F4648230C356EA3CCE3B8C7D328EA3A3A4F77C2849219678CB12',
|
|
366
|
+
exponent: 0,
|
|
367
|
+
aliases: ['uusdn']
|
|
368
|
+
}, {
|
|
369
|
+
denom: 'usdn',
|
|
370
|
+
exponent: 6
|
|
371
|
+
}],
|
|
372
|
+
type_asset: 'sdk.coin',
|
|
373
|
+
base: 'ibc/FF4DCB799014F4648230C356EA3CCE3B8C7D328EA3A3A4F77C2849219678CB12',
|
|
374
|
+
name: 'Noble Dollar',
|
|
375
|
+
display: 'usdn',
|
|
376
|
+
symbol: 'USDN',
|
|
377
|
+
logo_URIs: {
|
|
378
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
379
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
380
|
+
},
|
|
381
|
+
images: [{
|
|
382
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
383
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
384
|
+
theme: {
|
|
385
|
+
primary_color_hex: '#2E8564'
|
|
386
|
+
}
|
|
387
|
+
}],
|
|
388
|
+
traces: [{
|
|
389
|
+
type: 'ibc',
|
|
390
|
+
counterparty: {
|
|
391
|
+
channel_id: 'channel-136',
|
|
392
|
+
base_denom: 'uusdn',
|
|
393
|
+
chain_name: 'noble'
|
|
394
|
+
},
|
|
395
|
+
chain: {
|
|
396
|
+
channel_id: 'channel-5'
|
|
397
|
+
}
|
|
398
|
+
}]
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
description: 'NYX Token (NYX) is the Nym Network\'s native staking and governance token.',
|
|
402
|
+
denom_units: [{
|
|
403
|
+
denom: 'ibc/644348D2972C95803830C093C34ED9033BAA19943EBF817787EF28C6ED9224C0',
|
|
404
|
+
exponent: 0,
|
|
405
|
+
aliases: ['unyx']
|
|
406
|
+
}, {
|
|
407
|
+
denom: 'nyx',
|
|
408
|
+
exponent: 6
|
|
409
|
+
}],
|
|
410
|
+
base: 'ibc/644348D2972C95803830C093C34ED9033BAA19943EBF817787EF28C6ED9224C0',
|
|
411
|
+
name: 'NYX',
|
|
412
|
+
display: 'nyx',
|
|
413
|
+
symbol: 'NYX',
|
|
414
|
+
logo_URIs: {
|
|
415
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png'
|
|
416
|
+
},
|
|
417
|
+
images: [{
|
|
418
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png',
|
|
419
|
+
theme: {
|
|
420
|
+
primary_color_hex: '#f45135'
|
|
421
|
+
}
|
|
422
|
+
}],
|
|
423
|
+
type_asset: 'sdk.coin',
|
|
424
|
+
traces: [{
|
|
425
|
+
type: 'ibc',
|
|
426
|
+
counterparty: {
|
|
427
|
+
channel_id: 'channel-13',
|
|
428
|
+
base_denom: 'unyx',
|
|
429
|
+
chain_name: 'nyx'
|
|
430
|
+
},
|
|
431
|
+
chain: {
|
|
432
|
+
channel_id: 'channel-6'
|
|
433
|
+
}
|
|
434
|
+
}]
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
description: 'NYM Token (NYM) is the Nym Network\'s native utility token, used as the primary means to incentivize mixnet node operators.',
|
|
438
|
+
denom_units: [{
|
|
439
|
+
denom: 'ibc/D956638E52570976F762354757863F60F2AFE4879E849CB1C77B163F0BF11C64',
|
|
440
|
+
exponent: 0,
|
|
441
|
+
aliases: ['unym']
|
|
442
|
+
}, {
|
|
443
|
+
denom: 'nym',
|
|
444
|
+
exponent: 6
|
|
445
|
+
}],
|
|
446
|
+
base: 'ibc/D956638E52570976F762354757863F60F2AFE4879E849CB1C77B163F0BF11C64',
|
|
447
|
+
name: 'NYM',
|
|
448
|
+
display: 'nym',
|
|
449
|
+
symbol: 'NYM',
|
|
450
|
+
logo_URIs: {
|
|
451
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png',
|
|
452
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg'
|
|
453
|
+
},
|
|
454
|
+
coingecko_id: 'nym',
|
|
455
|
+
images: [{
|
|
456
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png',
|
|
457
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg',
|
|
458
|
+
theme: {
|
|
459
|
+
dark_mode: false,
|
|
460
|
+
circle: true,
|
|
461
|
+
primary_color_hex: '#151525'
|
|
462
|
+
}
|
|
463
|
+
}, {
|
|
464
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.png',
|
|
465
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.svg',
|
|
466
|
+
theme: {
|
|
467
|
+
dark_mode: true,
|
|
468
|
+
circle: true,
|
|
469
|
+
primary_color_hex: '#141424'
|
|
470
|
+
}
|
|
471
|
+
}],
|
|
472
|
+
type_asset: 'sdk.coin',
|
|
473
|
+
traces: [{
|
|
474
|
+
type: 'ibc',
|
|
475
|
+
counterparty: {
|
|
476
|
+
channel_id: 'channel-13',
|
|
477
|
+
base_denom: 'unym',
|
|
478
|
+
chain_name: 'nyx'
|
|
479
|
+
},
|
|
480
|
+
chain: {
|
|
481
|
+
channel_id: 'channel-6'
|
|
482
|
+
}
|
|
483
|
+
}]
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
description: 'The native token of Osmosis',
|
|
487
|
+
denom_units: [{
|
|
488
|
+
denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
489
|
+
exponent: 0,
|
|
490
|
+
aliases: ['uosmo']
|
|
491
|
+
}, {
|
|
492
|
+
denom: 'osmo',
|
|
493
|
+
exponent: 6
|
|
494
|
+
}],
|
|
495
|
+
type_asset: 'sdk.coin',
|
|
496
|
+
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
497
|
+
name: 'Osmosis',
|
|
498
|
+
display: 'osmo',
|
|
499
|
+
symbol: 'OSMO',
|
|
500
|
+
logo_URIs: {
|
|
501
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
502
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
503
|
+
},
|
|
504
|
+
images: [{
|
|
505
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
506
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
507
|
+
theme: {
|
|
508
|
+
primary_color_hex: '#760dbb'
|
|
509
|
+
}
|
|
510
|
+
}],
|
|
511
|
+
coingecko_id: 'osmosis',
|
|
512
|
+
keywords: ['dex', 'staking'],
|
|
513
|
+
socials: {
|
|
514
|
+
website: 'https://osmosis.zone',
|
|
515
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
516
|
+
},
|
|
517
|
+
traces: [{
|
|
518
|
+
type: 'ibc',
|
|
519
|
+
counterparty: {
|
|
520
|
+
channel_id: 'channel-98451',
|
|
521
|
+
base_denom: 'uosmo',
|
|
522
|
+
chain_name: 'osmosis'
|
|
523
|
+
},
|
|
524
|
+
chain: {
|
|
525
|
+
channel_id: 'channel-1'
|
|
526
|
+
}
|
|
527
|
+
}]
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
description: 'ION is the second native token of Osmosis.',
|
|
531
|
+
denom_units: [{
|
|
532
|
+
denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
533
|
+
exponent: 0,
|
|
534
|
+
aliases: ['uion']
|
|
535
|
+
}, {
|
|
536
|
+
denom: 'ion',
|
|
537
|
+
exponent: 6
|
|
538
|
+
}],
|
|
539
|
+
type_asset: 'sdk.coin',
|
|
540
|
+
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
541
|
+
name: 'Ion DAO',
|
|
542
|
+
display: 'ion',
|
|
543
|
+
symbol: 'ION',
|
|
544
|
+
logo_URIs: {
|
|
545
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
546
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
547
|
+
},
|
|
548
|
+
images: [{
|
|
549
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
550
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
551
|
+
theme: {
|
|
552
|
+
primary_color_hex: '#4453c7'
|
|
553
|
+
}
|
|
554
|
+
}],
|
|
555
|
+
coingecko_id: 'ion',
|
|
556
|
+
keywords: ['memecoin', 'defi'],
|
|
557
|
+
socials: {
|
|
558
|
+
website: 'https://ion.wtf',
|
|
559
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
560
|
+
},
|
|
561
|
+
traces: [{
|
|
562
|
+
type: 'ibc',
|
|
563
|
+
counterparty: {
|
|
564
|
+
channel_id: 'channel-98451',
|
|
565
|
+
base_denom: 'uion',
|
|
566
|
+
chain_name: 'osmosis'
|
|
567
|
+
},
|
|
568
|
+
chain: {
|
|
569
|
+
channel_id: 'channel-1'
|
|
570
|
+
}
|
|
571
|
+
}]
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
description: 'The native token of Penumbra.',
|
|
575
|
+
denom_units: [{
|
|
576
|
+
denom: 'ibc/9473AE955A0A5E6EFDDB8C529E777814DBE3D0FE2FD2ECB9D7208920E0FD62D3',
|
|
577
|
+
exponent: 0,
|
|
578
|
+
aliases: ['upenumbra']
|
|
579
|
+
}, {
|
|
580
|
+
denom: 'penumbra',
|
|
581
|
+
exponent: 6
|
|
582
|
+
}],
|
|
583
|
+
type_asset: 'unknown',
|
|
584
|
+
base: 'ibc/9473AE955A0A5E6EFDDB8C529E777814DBE3D0FE2FD2ECB9D7208920E0FD62D3',
|
|
585
|
+
display: 'penumbra',
|
|
586
|
+
symbol: 'UM',
|
|
587
|
+
name: 'Penumbra',
|
|
588
|
+
images: [{
|
|
589
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.png',
|
|
590
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg',
|
|
591
|
+
theme: {
|
|
592
|
+
circle: true,
|
|
593
|
+
primary_color_hex: '#c7b07f'
|
|
594
|
+
}
|
|
595
|
+
}],
|
|
596
|
+
socials: {
|
|
597
|
+
website: 'https://penumbra.zone/',
|
|
598
|
+
twitter: 'https://twitter.com/penumbrazone'
|
|
599
|
+
},
|
|
600
|
+
traces: [{
|
|
601
|
+
type: 'ibc',
|
|
602
|
+
counterparty: {
|
|
603
|
+
channel_id: 'channel-13',
|
|
604
|
+
base_denom: 'upenumbra',
|
|
605
|
+
chain_name: 'penumbra'
|
|
606
|
+
},
|
|
607
|
+
chain: {
|
|
608
|
+
channel_id: 'channel-4'
|
|
609
|
+
}
|
|
610
|
+
}]
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
description: 'Stride is a liquid staking blockchain in the Cosmos ecosystem that allows users to stake any IBC-compatible tokens and receive stTokens in return, providing liquidity while earning staking rewards.',
|
|
614
|
+
denom_units: [{
|
|
615
|
+
denom: 'ibc/FF6C2E86490C1C4FBBD24F55032831D2415B9D7882F85C3CC9C2401D79362BEA',
|
|
616
|
+
exponent: 0,
|
|
617
|
+
aliases: ['ustrd']
|
|
618
|
+
}, {
|
|
619
|
+
denom: 'strd',
|
|
620
|
+
exponent: 6
|
|
621
|
+
}],
|
|
622
|
+
base: 'ibc/FF6C2E86490C1C4FBBD24F55032831D2415B9D7882F85C3CC9C2401D79362BEA',
|
|
623
|
+
name: 'Stride',
|
|
624
|
+
display: 'strd',
|
|
625
|
+
symbol: 'STRD',
|
|
626
|
+
logo_URIs: {
|
|
627
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
628
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
|
|
629
|
+
},
|
|
630
|
+
coingecko_id: 'stride',
|
|
631
|
+
images: [{
|
|
632
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
633
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg',
|
|
634
|
+
theme: {
|
|
635
|
+
primary_color_hex: '#e4047c'
|
|
636
|
+
}
|
|
637
|
+
}],
|
|
638
|
+
socials: {
|
|
639
|
+
website: 'https://stride.zone/',
|
|
640
|
+
twitter: 'https://twitter.com/stride_zone'
|
|
641
|
+
},
|
|
642
|
+
type_asset: 'sdk.coin',
|
|
643
|
+
traces: [{
|
|
644
|
+
type: 'ibc',
|
|
645
|
+
counterparty: {
|
|
646
|
+
channel_id: 'channel-308',
|
|
647
|
+
base_denom: 'ustrd',
|
|
648
|
+
chain_name: 'stride'
|
|
649
|
+
},
|
|
650
|
+
chain: {
|
|
651
|
+
channel_id: 'channel-0'
|
|
652
|
+
}
|
|
653
|
+
}]
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
description: 'Celestia is a modular blockchain network focused on data availability, allowing developers to deploy their own customizable blockchains with ease.',
|
|
657
|
+
denom_units: [{
|
|
658
|
+
denom: 'ibc/BF28D9C17E0306B194D50F51C3B2590BEAD15E04E03ADD34C3A26E62D85C9676',
|
|
659
|
+
exponent: 0,
|
|
660
|
+
aliases: ['utia']
|
|
661
|
+
}, {
|
|
662
|
+
denom: 'tia',
|
|
663
|
+
exponent: 6
|
|
664
|
+
}],
|
|
665
|
+
base: 'ibc/BF28D9C17E0306B194D50F51C3B2590BEAD15E04E03ADD34C3A26E62D85C9676',
|
|
666
|
+
name: 'Celestia',
|
|
667
|
+
display: 'tia',
|
|
668
|
+
symbol: 'TIA',
|
|
669
|
+
coingecko_id: 'celestia',
|
|
670
|
+
logo_URIs: {
|
|
671
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
672
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
673
|
+
},
|
|
674
|
+
images: [{
|
|
675
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
676
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg',
|
|
677
|
+
theme: {
|
|
678
|
+
primary_color_hex: '#7c2cfb'
|
|
679
|
+
}
|
|
680
|
+
}],
|
|
681
|
+
socials: {
|
|
682
|
+
website: 'https://celestia.org/',
|
|
683
|
+
twitter: 'https://twitter.com/CelestiaOrg'
|
|
684
|
+
},
|
|
685
|
+
type_asset: 'sdk.coin',
|
|
686
|
+
traces: [{
|
|
687
|
+
type: 'ibc',
|
|
688
|
+
counterparty: {
|
|
689
|
+
channel_id: 'channel-73',
|
|
690
|
+
base_denom: 'utia',
|
|
691
|
+
chain_name: 'celestia'
|
|
692
|
+
},
|
|
693
|
+
chain: {
|
|
694
|
+
channel_id: 'channel-3'
|
|
695
|
+
}
|
|
696
|
+
}]
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
700
|
+
denom_units: [{
|
|
701
|
+
denom: 'ibc/9117A26BA81E29FA4F78F57DC2BD90CD3D26848101BA880445F119B22A1E254E',
|
|
702
|
+
exponent: 0,
|
|
703
|
+
aliases: ['uatom']
|
|
704
|
+
}, {
|
|
705
|
+
denom: 'atom',
|
|
706
|
+
exponent: 6
|
|
707
|
+
}],
|
|
708
|
+
base: 'ibc/9117A26BA81E29FA4F78F57DC2BD90CD3D26848101BA880445F119B22A1E254E',
|
|
709
|
+
name: 'Cosmos Hub Atom',
|
|
710
|
+
display: 'atom',
|
|
711
|
+
symbol: 'ATOM',
|
|
712
|
+
logo_URIs: {
|
|
713
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
714
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
715
|
+
},
|
|
716
|
+
coingecko_id: 'cosmos',
|
|
717
|
+
images: [{
|
|
718
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
719
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
|
|
720
|
+
theme: {
|
|
721
|
+
primary_color_hex: '#272d45'
|
|
722
|
+
}
|
|
723
|
+
}],
|
|
724
|
+
socials: {
|
|
725
|
+
website: 'https://cosmos.network',
|
|
726
|
+
twitter: 'https://twitter.com/cosmoshub'
|
|
727
|
+
},
|
|
728
|
+
type_asset: 'sdk.coin',
|
|
729
|
+
traces: [{
|
|
730
|
+
type: 'ibc',
|
|
731
|
+
counterparty: {
|
|
732
|
+
channel_id: 'channel-1317',
|
|
733
|
+
base_denom: 'uatom',
|
|
734
|
+
chain_name: 'cosmoshub'
|
|
735
|
+
},
|
|
736
|
+
chain: {
|
|
737
|
+
channel_id: 'channel-2'
|
|
738
|
+
}
|
|
739
|
+
}]
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
743
|
+
denom_units: [{
|
|
744
|
+
denom: 'ibc/B41472B80833CADC12B2F50F2AB9E279AAC181022BA9581813EE804D7DAB11F6',
|
|
745
|
+
exponent: 0,
|
|
746
|
+
aliases: ['untrn']
|
|
747
|
+
}, {
|
|
748
|
+
denom: 'ntrn',
|
|
749
|
+
exponent: 6
|
|
750
|
+
}],
|
|
751
|
+
base: 'ibc/B41472B80833CADC12B2F50F2AB9E279AAC181022BA9581813EE804D7DAB11F6',
|
|
752
|
+
name: 'Neutron',
|
|
753
|
+
display: 'ntrn',
|
|
754
|
+
symbol: 'NTRN',
|
|
755
|
+
logo_URIs: {
|
|
756
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
757
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
758
|
+
},
|
|
759
|
+
coingecko_id: 'neutron-3',
|
|
760
|
+
images: [{
|
|
761
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
762
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
763
|
+
theme: {
|
|
764
|
+
primary_color_hex: '#040404',
|
|
765
|
+
background_color_hex: '#000000',
|
|
766
|
+
circle: true
|
|
767
|
+
}
|
|
768
|
+
}],
|
|
769
|
+
socials: {
|
|
770
|
+
website: 'https://neutron.org/',
|
|
771
|
+
twitter: 'https://twitter.com/Neutron_org'
|
|
772
|
+
},
|
|
773
|
+
type_asset: 'sdk.coin',
|
|
774
|
+
traces: [{
|
|
775
|
+
type: 'ibc',
|
|
776
|
+
counterparty: {
|
|
777
|
+
channel_id: 'channel-7024',
|
|
778
|
+
base_denom: 'untrn',
|
|
779
|
+
chain_name: 'neutron'
|
|
780
|
+
},
|
|
781
|
+
chain: {
|
|
782
|
+
channel_id: 'channel-7'
|
|
783
|
+
}
|
|
784
|
+
}]
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
description: 'BITCOSMOS',
|
|
788
|
+
denom_units: [{
|
|
789
|
+
denom: 'ibc/BD97C4278E154025E8B1C7255FA17A86C89750F8061D7A18681E7D748A513C55',
|
|
790
|
+
exponent: 0,
|
|
791
|
+
aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj']
|
|
792
|
+
}, {
|
|
793
|
+
denom: 'bitcosmos',
|
|
794
|
+
exponent: 6
|
|
795
|
+
}],
|
|
796
|
+
base: 'ibc/BD97C4278E154025E8B1C7255FA17A86C89750F8061D7A18681E7D748A513C55',
|
|
797
|
+
name: 'Bitcosmos',
|
|
798
|
+
display: 'bitcosmos',
|
|
799
|
+
symbol: 'BTC',
|
|
800
|
+
logo_URIs: {
|
|
801
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
|
|
802
|
+
},
|
|
803
|
+
images: [{
|
|
804
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png',
|
|
805
|
+
theme: {
|
|
806
|
+
primary_color_hex: '#1b0847'
|
|
807
|
+
}
|
|
808
|
+
}],
|
|
809
|
+
type_asset: 'sdk.coin',
|
|
810
|
+
traces: [{
|
|
811
|
+
type: 'ibc',
|
|
812
|
+
counterparty: {
|
|
813
|
+
channel_id: 'channel-7024',
|
|
814
|
+
base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj',
|
|
815
|
+
chain_name: 'neutron'
|
|
816
|
+
},
|
|
817
|
+
chain: {
|
|
818
|
+
channel_id: 'channel-7'
|
|
819
|
+
}
|
|
820
|
+
}]
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
description: 'What the Fuck',
|
|
824
|
+
denom_units: [{
|
|
825
|
+
denom: 'ibc/5C68119A9BC5234B0A088A5FF95F3BA6318943E0568267DBA58B521E4113E9C2',
|
|
826
|
+
exponent: 0,
|
|
827
|
+
aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf']
|
|
828
|
+
}, {
|
|
829
|
+
denom: 'wtf',
|
|
830
|
+
exponent: 6
|
|
831
|
+
}],
|
|
832
|
+
base: 'ibc/5C68119A9BC5234B0A088A5FF95F3BA6318943E0568267DBA58B521E4113E9C2',
|
|
833
|
+
name: 'wtf',
|
|
834
|
+
display: 'wtf',
|
|
835
|
+
symbol: 'WTF',
|
|
836
|
+
logo_URIs: {
|
|
837
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
|
|
838
|
+
},
|
|
839
|
+
images: [{
|
|
840
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png',
|
|
841
|
+
theme: {
|
|
842
|
+
primary_color_hex: '#dcd5ab'
|
|
843
|
+
}
|
|
844
|
+
}],
|
|
845
|
+
type_asset: 'sdk.coin',
|
|
846
|
+
traces: [{
|
|
847
|
+
type: 'ibc',
|
|
848
|
+
counterparty: {
|
|
849
|
+
channel_id: 'channel-7024',
|
|
850
|
+
base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf',
|
|
851
|
+
chain_name: 'neutron'
|
|
852
|
+
},
|
|
853
|
+
chain: {
|
|
854
|
+
channel_id: 'channel-7'
|
|
855
|
+
}
|
|
856
|
+
}]
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
description: 'Astro BOY',
|
|
860
|
+
denom_units: [{
|
|
861
|
+
denom: 'ibc/7CDE818635F6F9E735BE46660EB412C581232900721DEE47CD28EE0B8B3FF385',
|
|
862
|
+
exponent: 0,
|
|
863
|
+
aliases: ['neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv']
|
|
864
|
+
}, {
|
|
865
|
+
denom: 'boy',
|
|
866
|
+
exponent: 6
|
|
867
|
+
}],
|
|
868
|
+
base: 'ibc/7CDE818635F6F9E735BE46660EB412C581232900721DEE47CD28EE0B8B3FF385',
|
|
869
|
+
name: 'boy',
|
|
870
|
+
display: 'boy',
|
|
871
|
+
symbol: 'BOY',
|
|
872
|
+
logo_URIs: {
|
|
873
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
|
|
874
|
+
},
|
|
875
|
+
images: [{
|
|
876
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png',
|
|
877
|
+
theme: {
|
|
878
|
+
primary_color_hex: '#333333'
|
|
879
|
+
}
|
|
880
|
+
}],
|
|
881
|
+
type_asset: 'sdk.coin',
|
|
882
|
+
traces: [{
|
|
883
|
+
type: 'ibc',
|
|
884
|
+
counterparty: {
|
|
885
|
+
channel_id: 'channel-7024',
|
|
886
|
+
base_denom: 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv',
|
|
887
|
+
chain_name: 'neutron'
|
|
888
|
+
},
|
|
889
|
+
chain: {
|
|
890
|
+
channel_id: 'channel-7'
|
|
891
|
+
}
|
|
892
|
+
}]
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
896
|
+
denom_units: [{
|
|
897
|
+
denom: 'ibc/28F4046614EF853188DDCED09B19F1EBEF4DF95B29030E2435260F948FC0DB97',
|
|
898
|
+
exponent: 0,
|
|
899
|
+
aliases: ['ustake']
|
|
900
|
+
}, {
|
|
901
|
+
denom: 'stake',
|
|
902
|
+
exponent: 6
|
|
903
|
+
}],
|
|
904
|
+
type_asset: 'sdk.coin',
|
|
905
|
+
base: 'ibc/28F4046614EF853188DDCED09B19F1EBEF4DF95B29030E2435260F948FC0DB97',
|
|
906
|
+
name: 'Stake',
|
|
907
|
+
display: 'stake',
|
|
908
|
+
symbol: 'STAKE',
|
|
909
|
+
logo_URIs: {
|
|
910
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
911
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
912
|
+
},
|
|
913
|
+
images: [{
|
|
914
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
915
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
|
|
916
|
+
theme: {
|
|
917
|
+
primary_color_hex: '#a8bbfb'
|
|
918
|
+
}
|
|
919
|
+
}],
|
|
920
|
+
traces: [{
|
|
921
|
+
type: 'ibc',
|
|
922
|
+
counterparty: {
|
|
923
|
+
channel_id: 'channel-136',
|
|
924
|
+
base_denom: 'ustake',
|
|
925
|
+
chain_name: 'noble'
|
|
926
|
+
},
|
|
927
|
+
chain: {
|
|
928
|
+
channel_id: 'channel-5'
|
|
929
|
+
}
|
|
930
|
+
}]
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
934
|
+
denom_units: [{
|
|
935
|
+
denom: 'ibc/405B348E183470033E38A5B3CFDE8B91C51C9CD91CF1914AC3839CB1624B9910',
|
|
936
|
+
exponent: 0,
|
|
937
|
+
aliases: ['ufrienzies']
|
|
938
|
+
}, {
|
|
939
|
+
denom: 'frienzies',
|
|
940
|
+
exponent: 6
|
|
941
|
+
}],
|
|
942
|
+
type_asset: 'sdk.coin',
|
|
943
|
+
base: 'ibc/405B348E183470033E38A5B3CFDE8B91C51C9CD91CF1914AC3839CB1624B9910',
|
|
944
|
+
display: 'frienzies',
|
|
945
|
+
name: 'Frienzies',
|
|
946
|
+
symbol: 'FRNZ',
|
|
947
|
+
logo_URIs: {
|
|
948
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
949
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
950
|
+
},
|
|
951
|
+
images: [{
|
|
952
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
953
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
|
|
954
|
+
theme: {
|
|
955
|
+
primary_color_hex: '#04041c'
|
|
956
|
+
}
|
|
957
|
+
}],
|
|
958
|
+
traces: [{
|
|
959
|
+
type: 'ibc',
|
|
960
|
+
counterparty: {
|
|
961
|
+
channel_id: 'channel-136',
|
|
962
|
+
base_denom: 'ufrienzies',
|
|
963
|
+
chain_name: 'noble'
|
|
964
|
+
},
|
|
965
|
+
chain: {
|
|
966
|
+
channel_id: 'channel-5'
|
|
967
|
+
}
|
|
968
|
+
}]
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
description: 'Ondo US Dollar Yield',
|
|
972
|
+
denom_units: [{
|
|
973
|
+
denom: 'ibc/925137DE4F77A2F26A5FA5051200437F43AFBBC39A4F443968C8E93B756AFB3B',
|
|
974
|
+
exponent: 0,
|
|
975
|
+
aliases: ['ausdy']
|
|
976
|
+
}, {
|
|
977
|
+
denom: 'usdy',
|
|
978
|
+
exponent: 18
|
|
979
|
+
}],
|
|
980
|
+
base: 'ibc/925137DE4F77A2F26A5FA5051200437F43AFBBC39A4F443968C8E93B756AFB3B',
|
|
981
|
+
display: 'usdy',
|
|
982
|
+
name: 'Ondo US Dollar Yield',
|
|
983
|
+
symbol: 'USDY',
|
|
984
|
+
logo_URIs: {
|
|
985
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
986
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
987
|
+
},
|
|
988
|
+
images: [{
|
|
989
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
990
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
|
|
991
|
+
theme: {
|
|
992
|
+
primary_color_hex: '#142c5c'
|
|
993
|
+
}
|
|
994
|
+
}],
|
|
995
|
+
coingecko_id: 'ondo-us-dollar-yield',
|
|
996
|
+
socials: {
|
|
997
|
+
website: 'https://ondo.finance/usdy',
|
|
998
|
+
twitter: 'https://x.com/OndoFinance'
|
|
999
|
+
},
|
|
1000
|
+
type_asset: 'sdk.coin',
|
|
1001
|
+
traces: [{
|
|
1002
|
+
type: 'ibc',
|
|
1003
|
+
counterparty: {
|
|
1004
|
+
channel_id: 'channel-136',
|
|
1005
|
+
base_denom: 'ausdy',
|
|
1006
|
+
chain_name: 'noble'
|
|
1007
|
+
},
|
|
1008
|
+
chain: {
|
|
1009
|
+
channel_id: 'channel-5'
|
|
1010
|
+
}
|
|
1011
|
+
}]
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
description: 'USDN token',
|
|
1015
|
+
denom_units: [{
|
|
1016
|
+
denom: 'ibc/FF4DCB799014F4648230C356EA3CCE3B8C7D328EA3A3A4F77C2849219678CB12',
|
|
1017
|
+
exponent: 0,
|
|
1018
|
+
aliases: ['uusdn']
|
|
1019
|
+
}, {
|
|
1020
|
+
denom: 'usdn',
|
|
1021
|
+
exponent: 6
|
|
1022
|
+
}],
|
|
1023
|
+
type_asset: 'sdk.coin',
|
|
1024
|
+
base: 'ibc/FF4DCB799014F4648230C356EA3CCE3B8C7D328EA3A3A4F77C2849219678CB12',
|
|
1025
|
+
name: 'Noble Dollar',
|
|
1026
|
+
display: 'usdn',
|
|
1027
|
+
symbol: 'USDN',
|
|
1028
|
+
logo_URIs: {
|
|
1029
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1030
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
1031
|
+
},
|
|
1032
|
+
images: [{
|
|
1033
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1034
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
1035
|
+
theme: {
|
|
1036
|
+
primary_color_hex: '#2E8564'
|
|
1037
|
+
}
|
|
1038
|
+
}],
|
|
1039
|
+
traces: [{
|
|
1040
|
+
type: 'ibc',
|
|
1041
|
+
counterparty: {
|
|
1042
|
+
channel_id: 'channel-136',
|
|
1043
|
+
base_denom: 'uusdn',
|
|
1044
|
+
chain_name: 'noble'
|
|
1045
|
+
},
|
|
1046
|
+
chain: {
|
|
1047
|
+
channel_id: 'channel-5'
|
|
1048
|
+
}
|
|
1049
|
+
}]
|
|
1050
|
+
},
|
|
1051
|
+
{
|
|
1052
|
+
description: 'NYX Token (NYX) is the Nym Network\'s native staking and governance token.',
|
|
1053
|
+
denom_units: [{
|
|
1054
|
+
denom: 'ibc/644348D2972C95803830C093C34ED9033BAA19943EBF817787EF28C6ED9224C0',
|
|
1055
|
+
exponent: 0,
|
|
1056
|
+
aliases: ['unyx']
|
|
1057
|
+
}, {
|
|
1058
|
+
denom: 'nyx',
|
|
1059
|
+
exponent: 6
|
|
1060
|
+
}],
|
|
1061
|
+
base: 'ibc/644348D2972C95803830C093C34ED9033BAA19943EBF817787EF28C6ED9224C0',
|
|
1062
|
+
name: 'NYX',
|
|
1063
|
+
display: 'nyx',
|
|
1064
|
+
symbol: 'NYX',
|
|
1065
|
+
logo_URIs: {
|
|
1066
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png'
|
|
1067
|
+
},
|
|
1068
|
+
images: [{
|
|
1069
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png',
|
|
1070
|
+
theme: {
|
|
1071
|
+
primary_color_hex: '#f45135'
|
|
1072
|
+
}
|
|
1073
|
+
}],
|
|
1074
|
+
type_asset: 'sdk.coin',
|
|
1075
|
+
traces: [{
|
|
1076
|
+
type: 'ibc',
|
|
1077
|
+
counterparty: {
|
|
1078
|
+
channel_id: 'channel-13',
|
|
1079
|
+
base_denom: 'unyx',
|
|
1080
|
+
chain_name: 'nyx'
|
|
1081
|
+
},
|
|
1082
|
+
chain: {
|
|
1083
|
+
channel_id: 'channel-6'
|
|
1084
|
+
}
|
|
1085
|
+
}]
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
description: 'NYM Token (NYM) is the Nym Network\'s native utility token, used as the primary means to incentivize mixnet node operators.',
|
|
1089
|
+
denom_units: [{
|
|
1090
|
+
denom: 'ibc/D956638E52570976F762354757863F60F2AFE4879E849CB1C77B163F0BF11C64',
|
|
1091
|
+
exponent: 0,
|
|
1092
|
+
aliases: ['unym']
|
|
1093
|
+
}, {
|
|
1094
|
+
denom: 'nym',
|
|
1095
|
+
exponent: 6
|
|
1096
|
+
}],
|
|
1097
|
+
base: 'ibc/D956638E52570976F762354757863F60F2AFE4879E849CB1C77B163F0BF11C64',
|
|
1098
|
+
name: 'NYM',
|
|
1099
|
+
display: 'nym',
|
|
1100
|
+
symbol: 'NYM',
|
|
1101
|
+
logo_URIs: {
|
|
1102
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png',
|
|
1103
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg'
|
|
1104
|
+
},
|
|
1105
|
+
coingecko_id: 'nym',
|
|
1106
|
+
images: [{
|
|
1107
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png',
|
|
1108
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg',
|
|
1109
|
+
theme: {
|
|
1110
|
+
dark_mode: false,
|
|
1111
|
+
circle: true,
|
|
1112
|
+
primary_color_hex: '#151525'
|
|
1113
|
+
}
|
|
1114
|
+
}, {
|
|
1115
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.png',
|
|
1116
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.svg',
|
|
1117
|
+
theme: {
|
|
1118
|
+
dark_mode: true,
|
|
1119
|
+
circle: true,
|
|
1120
|
+
primary_color_hex: '#141424'
|
|
1121
|
+
}
|
|
1122
|
+
}],
|
|
1123
|
+
type_asset: 'sdk.coin',
|
|
1124
|
+
traces: [{
|
|
1125
|
+
type: 'ibc',
|
|
1126
|
+
counterparty: {
|
|
1127
|
+
channel_id: 'channel-13',
|
|
1128
|
+
base_denom: 'unym',
|
|
1129
|
+
chain_name: 'nyx'
|
|
1130
|
+
},
|
|
1131
|
+
chain: {
|
|
1132
|
+
channel_id: 'channel-6'
|
|
1133
|
+
}
|
|
1134
|
+
}]
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
description: 'The native token of Osmosis',
|
|
1138
|
+
denom_units: [{
|
|
1139
|
+
denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
1140
|
+
exponent: 0,
|
|
1141
|
+
aliases: ['uosmo']
|
|
1142
|
+
}, {
|
|
1143
|
+
denom: 'osmo',
|
|
1144
|
+
exponent: 6
|
|
1145
|
+
}],
|
|
1146
|
+
type_asset: 'sdk.coin',
|
|
1147
|
+
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
1148
|
+
name: 'Osmosis',
|
|
1149
|
+
display: 'osmo',
|
|
1150
|
+
symbol: 'OSMO',
|
|
1151
|
+
logo_URIs: {
|
|
1152
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
1153
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
1154
|
+
},
|
|
1155
|
+
images: [{
|
|
1156
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
1157
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
1158
|
+
theme: {
|
|
1159
|
+
primary_color_hex: '#760dbb'
|
|
1160
|
+
}
|
|
1161
|
+
}],
|
|
1162
|
+
coingecko_id: 'osmosis',
|
|
1163
|
+
keywords: ['dex', 'staking'],
|
|
1164
|
+
socials: {
|
|
1165
|
+
website: 'https://osmosis.zone',
|
|
1166
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
1167
|
+
},
|
|
1168
|
+
traces: [{
|
|
1169
|
+
type: 'ibc',
|
|
1170
|
+
counterparty: {
|
|
1171
|
+
channel_id: 'channel-98451',
|
|
1172
|
+
base_denom: 'uosmo',
|
|
1173
|
+
chain_name: 'osmosis'
|
|
1174
|
+
},
|
|
1175
|
+
chain: {
|
|
1176
|
+
channel_id: 'channel-1'
|
|
1177
|
+
}
|
|
1178
|
+
}]
|
|
1179
|
+
},
|
|
1180
|
+
{
|
|
1181
|
+
description: 'ION is the second native token of Osmosis.',
|
|
1182
|
+
denom_units: [{
|
|
1183
|
+
denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
1184
|
+
exponent: 0,
|
|
1185
|
+
aliases: ['uion']
|
|
1186
|
+
}, {
|
|
1187
|
+
denom: 'ion',
|
|
1188
|
+
exponent: 6
|
|
1189
|
+
}],
|
|
1190
|
+
type_asset: 'sdk.coin',
|
|
1191
|
+
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
1192
|
+
name: 'Ion DAO',
|
|
1193
|
+
display: 'ion',
|
|
1194
|
+
symbol: 'ION',
|
|
1195
|
+
logo_URIs: {
|
|
1196
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
1197
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
1198
|
+
},
|
|
1199
|
+
images: [{
|
|
1200
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
1201
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
1202
|
+
theme: {
|
|
1203
|
+
primary_color_hex: '#4453c7'
|
|
1204
|
+
}
|
|
1205
|
+
}],
|
|
1206
|
+
coingecko_id: 'ion',
|
|
1207
|
+
keywords: ['memecoin', 'defi'],
|
|
1208
|
+
socials: {
|
|
1209
|
+
website: 'https://ion.wtf',
|
|
1210
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
1211
|
+
},
|
|
1212
|
+
traces: [{
|
|
1213
|
+
type: 'ibc',
|
|
1214
|
+
counterparty: {
|
|
1215
|
+
channel_id: 'channel-98451',
|
|
1216
|
+
base_denom: 'uion',
|
|
1217
|
+
chain_name: 'osmosis'
|
|
1218
|
+
},
|
|
1219
|
+
chain: {
|
|
1220
|
+
channel_id: 'channel-1'
|
|
1221
|
+
}
|
|
1222
|
+
}]
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
description: 'Stride is a liquid staking blockchain in the Cosmos ecosystem that allows users to stake any IBC-compatible tokens and receive stTokens in return, providing liquidity while earning staking rewards.',
|
|
1226
|
+
denom_units: [{
|
|
1227
|
+
denom: 'ibc/FF6C2E86490C1C4FBBD24F55032831D2415B9D7882F85C3CC9C2401D79362BEA',
|
|
1228
|
+
exponent: 0,
|
|
1229
|
+
aliases: ['ustrd']
|
|
1230
|
+
}, {
|
|
1231
|
+
denom: 'strd',
|
|
1232
|
+
exponent: 6
|
|
1233
|
+
}],
|
|
1234
|
+
base: 'ibc/FF6C2E86490C1C4FBBD24F55032831D2415B9D7882F85C3CC9C2401D79362BEA',
|
|
1235
|
+
name: 'Stride',
|
|
1236
|
+
display: 'strd',
|
|
1237
|
+
symbol: 'STRD',
|
|
1238
|
+
logo_URIs: {
|
|
1239
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
1240
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
|
|
1241
|
+
},
|
|
1242
|
+
coingecko_id: 'stride',
|
|
1243
|
+
images: [{
|
|
1244
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
1245
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg',
|
|
1246
|
+
theme: {
|
|
1247
|
+
primary_color_hex: '#e4047c'
|
|
1248
|
+
}
|
|
1249
|
+
}],
|
|
1250
|
+
socials: {
|
|
1251
|
+
website: 'https://stride.zone/',
|
|
1252
|
+
twitter: 'https://twitter.com/stride_zone'
|
|
1253
|
+
},
|
|
1254
|
+
type_asset: 'sdk.coin',
|
|
1255
|
+
traces: [{
|
|
1256
|
+
type: 'ibc',
|
|
1257
|
+
counterparty: {
|
|
1258
|
+
channel_id: 'channel-308',
|
|
1259
|
+
base_denom: 'ustrd',
|
|
1260
|
+
chain_name: 'stride'
|
|
1261
|
+
},
|
|
1262
|
+
chain: {
|
|
1263
|
+
channel_id: 'channel-0'
|
|
1264
|
+
}
|
|
1265
|
+
}]
|
|
1266
|
+
},
|
|
1267
|
+
{
|
|
1268
|
+
description: 'The native token of Penumbra.',
|
|
1269
|
+
denom_units: [{
|
|
1270
|
+
denom: 'ibc/9473AE955A0A5E6EFDDB8C529E777814DBE3D0FE2FD2ECB9D7208920E0FD62D3',
|
|
1271
|
+
exponent: 0,
|
|
1272
|
+
aliases: ['upenumbra']
|
|
1273
|
+
}, {
|
|
1274
|
+
denom: 'penumbra',
|
|
1275
|
+
exponent: 6
|
|
1276
|
+
}],
|
|
1277
|
+
type_asset: 'unknown',
|
|
1278
|
+
base: 'ibc/9473AE955A0A5E6EFDDB8C529E777814DBE3D0FE2FD2ECB9D7208920E0FD62D3',
|
|
1279
|
+
display: 'penumbra',
|
|
1280
|
+
symbol: 'UM',
|
|
1281
|
+
name: 'Penumbra',
|
|
1282
|
+
images: [{
|
|
1283
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.png',
|
|
1284
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg',
|
|
1285
|
+
theme: {
|
|
1286
|
+
circle: true,
|
|
1287
|
+
primary_color_hex: '#c7b07f'
|
|
1288
|
+
}
|
|
1289
|
+
}],
|
|
1290
|
+
socials: {
|
|
1291
|
+
website: 'https://penumbra.zone/',
|
|
1292
|
+
twitter: 'https://twitter.com/penumbrazone'
|
|
1293
|
+
},
|
|
1294
|
+
traces: [{
|
|
1295
|
+
type: 'ibc',
|
|
1296
|
+
counterparty: {
|
|
1297
|
+
channel_id: 'channel-13',
|
|
1298
|
+
base_denom: 'upenumbra',
|
|
1299
|
+
chain_name: 'penumbra'
|
|
1300
|
+
},
|
|
1301
|
+
chain: {
|
|
1302
|
+
channel_id: 'channel-4'
|
|
1303
|
+
}
|
|
1304
|
+
}]
|
|
1305
|
+
}
|
|
1306
|
+
]
|
|
1307
|
+
};
|
|
1308
|
+
export default assets;
|