@chain-registry/assets 1.70.171 → 1.70.173
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/axelar.js +10 -4
- package/esm/mainnet/cosmoshub.js +0 -82
- package/esm/mainnet/dungeon.js +16 -658
- package/esm/mainnet/elys.js +10 -4
- package/esm/mainnet/injective.js +10 -4
- package/esm/mainnet/kyve.js +84 -0
- package/esm/mainnet/migaloo.js +0 -82
- package/esm/mainnet/neutron.js +0 -82
- package/esm/mainnet/noble.js +10 -4
- package/esm/mainnet/osmosis.js +18 -12
- package/esm/mainnet/quicksilver.js +10 -4
- package/esm/mainnet/stride.js +0 -82
- package/esm/mainnet/terra2.js +0 -82
- package/esm/mainnet/xion.js +86 -0
- package/esm/testnet/assets.js +1 -2
- package/esm/testnet/axelartestnet.js +0 -68
- package/esm/testnet/index.js +0 -1
- package/esm/testnet/injectivetestnet.js +3 -74
- package/esm/testnet/nobletestnet.js +14 -68
- package/esm/testnet/osmosistestnet.js +14 -68
- package/mainnet/axelar.js +10 -4
- package/mainnet/cosmoshub.js +0 -82
- package/mainnet/dungeon.js +16 -658
- package/mainnet/elys.js +10 -4
- package/mainnet/injective.js +10 -4
- package/mainnet/kyve.js +84 -0
- package/mainnet/migaloo.js +0 -82
- package/mainnet/neutron.js +0 -82
- package/mainnet/noble.js +10 -4
- package/mainnet/osmosis.js +18 -12
- package/mainnet/quicksilver.js +10 -4
- package/mainnet/stride.js +0 -82
- package/mainnet/terra2.js +0 -82
- package/mainnet/xion.js +86 -0
- package/package.json +5 -5
- package/testnet/assets.js +1 -2
- package/testnet/axelartestnet.js +0 -68
- package/testnet/index.d.ts +0 -1
- package/testnet/index.js +1 -2
- package/testnet/injectivetestnet.js +3 -74
- package/testnet/nobletestnet.js +14 -68
- package/testnet/osmosistestnet.js +14 -68
- package/esm/testnet/xiontestnet.js +0 -184
- package/testnet/xiontestnet.d.ts +0 -3
- package/testnet/xiontestnet.js +0 -186
package/esm/mainnet/dungeon.js
CHANGED
|
@@ -1,288 +1,10 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'dungeon',
|
|
3
3
|
assets: [
|
|
4
|
-
{
|
|
5
|
-
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
6
|
-
denom_units: [{
|
|
7
|
-
denom: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
|
|
8
|
-
exponent: 0,
|
|
9
|
-
aliases: ['uatom']
|
|
10
|
-
}, {
|
|
11
|
-
denom: 'atom',
|
|
12
|
-
exponent: 6
|
|
13
|
-
}],
|
|
14
|
-
base: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
|
|
15
|
-
name: 'Cosmos Hub Atom',
|
|
16
|
-
display: 'atom',
|
|
17
|
-
symbol: 'ATOM',
|
|
18
|
-
logo_URIs: {
|
|
19
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
20
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
21
|
-
},
|
|
22
|
-
coingecko_id: 'cosmos',
|
|
23
|
-
images: [{
|
|
24
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
25
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
|
|
26
|
-
theme: {
|
|
27
|
-
primary_color_hex: '#272d45'
|
|
28
|
-
}
|
|
29
|
-
}],
|
|
30
|
-
socials: {
|
|
31
|
-
website: 'https://cosmos.network',
|
|
32
|
-
twitter: 'https://twitter.com/cosmoshub'
|
|
33
|
-
},
|
|
34
|
-
type_asset: 'sdk.coin',
|
|
35
|
-
traces: [{
|
|
36
|
-
type: 'ibc',
|
|
37
|
-
counterparty: {
|
|
38
|
-
channel_id: 'channel-1213',
|
|
39
|
-
base_denom: 'uatom',
|
|
40
|
-
chain_name: 'cosmoshub'
|
|
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/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
|
|
51
|
-
exponent: 0,
|
|
52
|
-
aliases: ['uatom']
|
|
53
|
-
}, {
|
|
54
|
-
denom: 'atom',
|
|
55
|
-
exponent: 6
|
|
56
|
-
}],
|
|
57
|
-
base: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
|
|
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-1213',
|
|
82
|
-
base_denom: 'uatom',
|
|
83
|
-
chain_name: 'cosmoshub'
|
|
84
|
-
},
|
|
85
|
-
chain: {
|
|
86
|
-
channel_id: 'channel-3'
|
|
87
|
-
}
|
|
88
|
-
}]
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
description: 'Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.',
|
|
92
|
-
denom_units: [{
|
|
93
|
-
denom: 'ibc/3A5933F14B4B1F9FF39B786CD3C37740D85C8D02CB1EF998471F4F945E515F98',
|
|
94
|
-
exponent: 0,
|
|
95
|
-
aliases: ['uwhale']
|
|
96
|
-
}, {
|
|
97
|
-
denom: 'whale',
|
|
98
|
-
exponent: 6
|
|
99
|
-
}],
|
|
100
|
-
base: 'ibc/3A5933F14B4B1F9FF39B786CD3C37740D85C8D02CB1EF998471F4F945E515F98',
|
|
101
|
-
name: 'Whale',
|
|
102
|
-
display: 'whale',
|
|
103
|
-
symbol: 'WHALE',
|
|
104
|
-
logo_URIs: {
|
|
105
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
106
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
|
|
107
|
-
},
|
|
108
|
-
coingecko_id: 'white-whale',
|
|
109
|
-
images: [{
|
|
110
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
111
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg',
|
|
112
|
-
theme: {
|
|
113
|
-
primary_color_hex: '#1c1c1c'
|
|
114
|
-
}
|
|
115
|
-
}],
|
|
116
|
-
type_asset: 'sdk.coin',
|
|
117
|
-
traces: [{
|
|
118
|
-
type: 'ibc',
|
|
119
|
-
counterparty: {
|
|
120
|
-
channel_id: 'channel-142',
|
|
121
|
-
base_denom: 'uwhale',
|
|
122
|
-
chain_name: 'migaloo'
|
|
123
|
-
},
|
|
124
|
-
chain: {
|
|
125
|
-
channel_id: 'channel-6'
|
|
126
|
-
}
|
|
127
|
-
}]
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
131
|
-
denom_units: [{
|
|
132
|
-
denom: 'ibc/6E4F7AC11F4EA9923438CF4A282B56EF96B8D4E052D6D360D53CEBC5114E5E77',
|
|
133
|
-
exponent: 0,
|
|
134
|
-
aliases: ['untrn']
|
|
135
|
-
}, {
|
|
136
|
-
denom: 'ntrn',
|
|
137
|
-
exponent: 6
|
|
138
|
-
}],
|
|
139
|
-
base: 'ibc/6E4F7AC11F4EA9923438CF4A282B56EF96B8D4E052D6D360D53CEBC5114E5E77',
|
|
140
|
-
name: 'Neutron',
|
|
141
|
-
display: 'ntrn',
|
|
142
|
-
symbol: 'NTRN',
|
|
143
|
-
logo_URIs: {
|
|
144
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
145
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
146
|
-
},
|
|
147
|
-
coingecko_id: 'neutron-3',
|
|
148
|
-
images: [{
|
|
149
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
150
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
151
|
-
theme: {
|
|
152
|
-
primary_color_hex: '#040404',
|
|
153
|
-
background_color_hex: '#000000',
|
|
154
|
-
circle: true
|
|
155
|
-
}
|
|
156
|
-
}],
|
|
157
|
-
socials: {
|
|
158
|
-
website: 'https://neutron.org/',
|
|
159
|
-
twitter: 'https://twitter.com/Neutron_org'
|
|
160
|
-
},
|
|
161
|
-
type_asset: 'sdk.coin',
|
|
162
|
-
traces: [{
|
|
163
|
-
type: 'ibc',
|
|
164
|
-
counterparty: {
|
|
165
|
-
channel_id: 'channel-5481',
|
|
166
|
-
base_denom: 'untrn',
|
|
167
|
-
chain_name: 'neutron'
|
|
168
|
-
},
|
|
169
|
-
chain: {
|
|
170
|
-
channel_id: 'channel-4'
|
|
171
|
-
}
|
|
172
|
-
}]
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
description: 'BITCOSMOS',
|
|
176
|
-
denom_units: [{
|
|
177
|
-
denom: 'ibc/E32447C3B93953DF829D689C0FCB611CDA198127DDDBB2BEC08FAA3D566846A1',
|
|
178
|
-
exponent: 0,
|
|
179
|
-
aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj']
|
|
180
|
-
}, {
|
|
181
|
-
denom: 'bitcosmos',
|
|
182
|
-
exponent: 6
|
|
183
|
-
}],
|
|
184
|
-
base: 'ibc/E32447C3B93953DF829D689C0FCB611CDA198127DDDBB2BEC08FAA3D566846A1',
|
|
185
|
-
name: 'Bitcosmos',
|
|
186
|
-
display: 'bitcosmos',
|
|
187
|
-
symbol: 'BTC',
|
|
188
|
-
logo_URIs: {
|
|
189
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
|
|
190
|
-
},
|
|
191
|
-
images: [{
|
|
192
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png',
|
|
193
|
-
theme: {
|
|
194
|
-
primary_color_hex: '#1b0847'
|
|
195
|
-
}
|
|
196
|
-
}],
|
|
197
|
-
type_asset: 'sdk.coin',
|
|
198
|
-
traces: [{
|
|
199
|
-
type: 'ibc',
|
|
200
|
-
counterparty: {
|
|
201
|
-
channel_id: 'channel-5481',
|
|
202
|
-
base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj',
|
|
203
|
-
chain_name: 'neutron'
|
|
204
|
-
},
|
|
205
|
-
chain: {
|
|
206
|
-
channel_id: 'channel-4'
|
|
207
|
-
}
|
|
208
|
-
}]
|
|
209
|
-
},
|
|
210
|
-
{
|
|
211
|
-
description: 'What the Fuck',
|
|
212
|
-
denom_units: [{
|
|
213
|
-
denom: 'ibc/C25277032035DDC15E1662DEFA34564EC082ABCC4E77D9F6DB319E5A32D47B51',
|
|
214
|
-
exponent: 0,
|
|
215
|
-
aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf']
|
|
216
|
-
}, {
|
|
217
|
-
denom: 'wtf',
|
|
218
|
-
exponent: 6
|
|
219
|
-
}],
|
|
220
|
-
base: 'ibc/C25277032035DDC15E1662DEFA34564EC082ABCC4E77D9F6DB319E5A32D47B51',
|
|
221
|
-
name: 'wtf',
|
|
222
|
-
display: 'wtf',
|
|
223
|
-
symbol: 'WTF',
|
|
224
|
-
logo_URIs: {
|
|
225
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
|
|
226
|
-
},
|
|
227
|
-
images: [{
|
|
228
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png',
|
|
229
|
-
theme: {
|
|
230
|
-
primary_color_hex: '#dcd5ab'
|
|
231
|
-
}
|
|
232
|
-
}],
|
|
233
|
-
type_asset: 'sdk.coin',
|
|
234
|
-
traces: [{
|
|
235
|
-
type: 'ibc',
|
|
236
|
-
counterparty: {
|
|
237
|
-
channel_id: 'channel-5481',
|
|
238
|
-
base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf',
|
|
239
|
-
chain_name: 'neutron'
|
|
240
|
-
},
|
|
241
|
-
chain: {
|
|
242
|
-
channel_id: 'channel-4'
|
|
243
|
-
}
|
|
244
|
-
}]
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
description: 'Astro BOY',
|
|
248
|
-
denom_units: [{
|
|
249
|
-
denom: 'ibc/4DBE718ED40B5F29214F5A74CC07383B4603FA43E88CFC17E78BCC140BE7DC06',
|
|
250
|
-
exponent: 0,
|
|
251
|
-
aliases: ['neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv']
|
|
252
|
-
}, {
|
|
253
|
-
denom: 'boy',
|
|
254
|
-
exponent: 6
|
|
255
|
-
}],
|
|
256
|
-
base: 'ibc/4DBE718ED40B5F29214F5A74CC07383B4603FA43E88CFC17E78BCC140BE7DC06',
|
|
257
|
-
name: 'boy',
|
|
258
|
-
display: 'boy',
|
|
259
|
-
symbol: 'BOY',
|
|
260
|
-
logo_URIs: {
|
|
261
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
|
|
262
|
-
},
|
|
263
|
-
images: [{
|
|
264
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png',
|
|
265
|
-
theme: {
|
|
266
|
-
primary_color_hex: '#333333'
|
|
267
|
-
}
|
|
268
|
-
}],
|
|
269
|
-
type_asset: 'sdk.coin',
|
|
270
|
-
traces: [{
|
|
271
|
-
type: 'ibc',
|
|
272
|
-
counterparty: {
|
|
273
|
-
channel_id: 'channel-5481',
|
|
274
|
-
base_denom: 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv',
|
|
275
|
-
chain_name: 'neutron'
|
|
276
|
-
},
|
|
277
|
-
chain: {
|
|
278
|
-
channel_id: 'channel-4'
|
|
279
|
-
}
|
|
280
|
-
}]
|
|
281
|
-
},
|
|
282
4
|
{
|
|
283
5
|
description: 'The native token of Osmosis',
|
|
284
6
|
denom_units: [{
|
|
285
|
-
denom: 'ibc/
|
|
7
|
+
denom: 'ibc/AC72F1D0BF72A358CD9D7E3AC8F868F96EDA9042DE00A72DB4AEA859065B7EB5',
|
|
286
8
|
exponent: 0,
|
|
287
9
|
aliases: ['uosmo']
|
|
288
10
|
}, {
|
|
@@ -290,7 +12,7 @@ const assets = {
|
|
|
290
12
|
exponent: 6
|
|
291
13
|
}],
|
|
292
14
|
type_asset: 'sdk.coin',
|
|
293
|
-
base: 'ibc/
|
|
15
|
+
base: 'ibc/AC72F1D0BF72A358CD9D7E3AC8F868F96EDA9042DE00A72DB4AEA859065B7EB5',
|
|
294
16
|
name: 'Osmosis',
|
|
295
17
|
display: 'osmo',
|
|
296
18
|
symbol: 'OSMO',
|
|
@@ -314,19 +36,19 @@ const assets = {
|
|
|
314
36
|
traces: [{
|
|
315
37
|
type: 'ibc',
|
|
316
38
|
counterparty: {
|
|
317
|
-
channel_id: 'channel-
|
|
39
|
+
channel_id: 'channel-101249',
|
|
318
40
|
base_denom: 'uosmo',
|
|
319
41
|
chain_name: 'osmosis'
|
|
320
42
|
},
|
|
321
43
|
chain: {
|
|
322
|
-
channel_id: 'channel-
|
|
44
|
+
channel_id: 'channel-5305'
|
|
323
45
|
}
|
|
324
46
|
}]
|
|
325
47
|
},
|
|
326
48
|
{
|
|
327
49
|
description: 'ION is the second native token of Osmosis.',
|
|
328
50
|
denom_units: [{
|
|
329
|
-
denom: 'ibc/
|
|
51
|
+
denom: 'ibc/B731EBC89F921AF373A09D91E551D506FA2CE2DECF3BD2479F566C5B80D649A1',
|
|
330
52
|
exponent: 0,
|
|
331
53
|
aliases: ['uion']
|
|
332
54
|
}, {
|
|
@@ -334,7 +56,7 @@ const assets = {
|
|
|
334
56
|
exponent: 6
|
|
335
57
|
}],
|
|
336
58
|
type_asset: 'sdk.coin',
|
|
337
|
-
base: 'ibc/
|
|
59
|
+
base: 'ibc/B731EBC89F921AF373A09D91E551D506FA2CE2DECF3BD2479F566C5B80D649A1',
|
|
338
60
|
name: 'Ion DAO',
|
|
339
61
|
display: 'ion',
|
|
340
62
|
symbol: 'ION',
|
|
@@ -358,297 +80,19 @@ const assets = {
|
|
|
358
80
|
traces: [{
|
|
359
81
|
type: 'ibc',
|
|
360
82
|
counterparty: {
|
|
361
|
-
channel_id: 'channel-
|
|
83
|
+
channel_id: 'channel-101249',
|
|
362
84
|
base_denom: 'uion',
|
|
363
85
|
chain_name: 'osmosis'
|
|
364
86
|
},
|
|
365
87
|
chain: {
|
|
366
|
-
channel_id: 'channel-
|
|
367
|
-
}
|
|
368
|
-
}]
|
|
369
|
-
},
|
|
370
|
-
{
|
|
371
|
-
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.',
|
|
372
|
-
denom_units: [{
|
|
373
|
-
denom: 'ibc/F4EF72139CDCF526FFD520402C53FFB7A927B528BDF0C5FF60A4D8B4780D2C6B',
|
|
374
|
-
exponent: 0,
|
|
375
|
-
aliases: ['ustrd']
|
|
376
|
-
}, {
|
|
377
|
-
denom: 'strd',
|
|
378
|
-
exponent: 6
|
|
379
|
-
}],
|
|
380
|
-
base: 'ibc/F4EF72139CDCF526FFD520402C53FFB7A927B528BDF0C5FF60A4D8B4780D2C6B',
|
|
381
|
-
name: 'Stride',
|
|
382
|
-
display: 'strd',
|
|
383
|
-
symbol: 'STRD',
|
|
384
|
-
logo_URIs: {
|
|
385
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
386
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
|
|
387
|
-
},
|
|
388
|
-
coingecko_id: 'stride',
|
|
389
|
-
images: [{
|
|
390
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
391
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg',
|
|
392
|
-
theme: {
|
|
393
|
-
primary_color_hex: '#e4047c'
|
|
394
|
-
}
|
|
395
|
-
}],
|
|
396
|
-
socials: {
|
|
397
|
-
website: 'https://stride.zone/',
|
|
398
|
-
twitter: 'https://twitter.com/stride_zone'
|
|
399
|
-
},
|
|
400
|
-
type_asset: 'sdk.coin',
|
|
401
|
-
traces: [{
|
|
402
|
-
type: 'ibc',
|
|
403
|
-
counterparty: {
|
|
404
|
-
channel_id: 'channel-287',
|
|
405
|
-
base_denom: 'ustrd',
|
|
406
|
-
chain_name: 'stride'
|
|
407
|
-
},
|
|
408
|
-
chain: {
|
|
409
|
-
channel_id: 'channel-5'
|
|
410
|
-
}
|
|
411
|
-
}]
|
|
412
|
-
},
|
|
413
|
-
{
|
|
414
|
-
description: 'The native staking token of Terra.',
|
|
415
|
-
denom_units: [{
|
|
416
|
-
denom: 'ibc/7B510288CA9EC3C8D034DDC1777DD6A0297B4A2BC6D4BC290ECDE977FA44E9E4',
|
|
417
|
-
exponent: 0,
|
|
418
|
-
aliases: ['uluna']
|
|
419
|
-
}, {
|
|
420
|
-
denom: 'luna',
|
|
421
|
-
exponent: 6
|
|
422
|
-
}],
|
|
423
|
-
base: 'ibc/7B510288CA9EC3C8D034DDC1777DD6A0297B4A2BC6D4BC290ECDE977FA44E9E4',
|
|
424
|
-
name: 'Luna',
|
|
425
|
-
display: 'luna',
|
|
426
|
-
symbol: 'LUNA',
|
|
427
|
-
logo_URIs: {
|
|
428
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
|
|
429
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
|
|
430
|
-
},
|
|
431
|
-
coingecko_id: 'terra-luna-2',
|
|
432
|
-
images: [{
|
|
433
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
|
|
434
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg',
|
|
435
|
-
theme: {
|
|
436
|
-
primary_color_hex: '#f4de6f'
|
|
437
|
-
}
|
|
438
|
-
}],
|
|
439
|
-
socials: {
|
|
440
|
-
website: 'https://www.terra.money/',
|
|
441
|
-
twitter: 'https://twitter.com/terra_money'
|
|
442
|
-
},
|
|
443
|
-
type_asset: 'sdk.coin',
|
|
444
|
-
traces: [{
|
|
445
|
-
type: 'ibc',
|
|
446
|
-
counterparty: {
|
|
447
|
-
channel_id: 'channel-582',
|
|
448
|
-
base_denom: 'uluna',
|
|
449
|
-
chain_name: 'terra2'
|
|
450
|
-
},
|
|
451
|
-
chain: {
|
|
452
|
-
channel_id: 'channel-7'
|
|
453
|
-
}
|
|
454
|
-
}]
|
|
455
|
-
},
|
|
456
|
-
{
|
|
457
|
-
description: 'Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.',
|
|
458
|
-
denom_units: [{
|
|
459
|
-
denom: 'ibc/3A5933F14B4B1F9FF39B786CD3C37740D85C8D02CB1EF998471F4F945E515F98',
|
|
460
|
-
exponent: 0,
|
|
461
|
-
aliases: ['uwhale']
|
|
462
|
-
}, {
|
|
463
|
-
denom: 'whale',
|
|
464
|
-
exponent: 6
|
|
465
|
-
}],
|
|
466
|
-
base: 'ibc/3A5933F14B4B1F9FF39B786CD3C37740D85C8D02CB1EF998471F4F945E515F98',
|
|
467
|
-
name: 'Whale',
|
|
468
|
-
display: 'whale',
|
|
469
|
-
symbol: 'WHALE',
|
|
470
|
-
logo_URIs: {
|
|
471
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
472
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
|
|
473
|
-
},
|
|
474
|
-
coingecko_id: 'white-whale',
|
|
475
|
-
images: [{
|
|
476
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
477
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg',
|
|
478
|
-
theme: {
|
|
479
|
-
primary_color_hex: '#1c1c1c'
|
|
480
|
-
}
|
|
481
|
-
}],
|
|
482
|
-
type_asset: 'sdk.coin',
|
|
483
|
-
traces: [{
|
|
484
|
-
type: 'ibc',
|
|
485
|
-
counterparty: {
|
|
486
|
-
channel_id: 'channel-142',
|
|
487
|
-
base_denom: 'uwhale',
|
|
488
|
-
chain_name: 'migaloo'
|
|
489
|
-
},
|
|
490
|
-
chain: {
|
|
491
|
-
channel_id: 'channel-6'
|
|
492
|
-
}
|
|
493
|
-
}]
|
|
494
|
-
},
|
|
495
|
-
{
|
|
496
|
-
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
497
|
-
denom_units: [{
|
|
498
|
-
denom: 'ibc/6E4F7AC11F4EA9923438CF4A282B56EF96B8D4E052D6D360D53CEBC5114E5E77',
|
|
499
|
-
exponent: 0,
|
|
500
|
-
aliases: ['untrn']
|
|
501
|
-
}, {
|
|
502
|
-
denom: 'ntrn',
|
|
503
|
-
exponent: 6
|
|
504
|
-
}],
|
|
505
|
-
base: 'ibc/6E4F7AC11F4EA9923438CF4A282B56EF96B8D4E052D6D360D53CEBC5114E5E77',
|
|
506
|
-
name: 'Neutron',
|
|
507
|
-
display: 'ntrn',
|
|
508
|
-
symbol: 'NTRN',
|
|
509
|
-
logo_URIs: {
|
|
510
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
511
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
512
|
-
},
|
|
513
|
-
coingecko_id: 'neutron-3',
|
|
514
|
-
images: [{
|
|
515
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
516
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
517
|
-
theme: {
|
|
518
|
-
primary_color_hex: '#040404',
|
|
519
|
-
background_color_hex: '#000000',
|
|
520
|
-
circle: true
|
|
521
|
-
}
|
|
522
|
-
}],
|
|
523
|
-
socials: {
|
|
524
|
-
website: 'https://neutron.org/',
|
|
525
|
-
twitter: 'https://twitter.com/Neutron_org'
|
|
526
|
-
},
|
|
527
|
-
type_asset: 'sdk.coin',
|
|
528
|
-
traces: [{
|
|
529
|
-
type: 'ibc',
|
|
530
|
-
counterparty: {
|
|
531
|
-
channel_id: 'channel-5481',
|
|
532
|
-
base_denom: 'untrn',
|
|
533
|
-
chain_name: 'neutron'
|
|
534
|
-
},
|
|
535
|
-
chain: {
|
|
536
|
-
channel_id: 'channel-4'
|
|
537
|
-
}
|
|
538
|
-
}]
|
|
539
|
-
},
|
|
540
|
-
{
|
|
541
|
-
description: 'BITCOSMOS',
|
|
542
|
-
denom_units: [{
|
|
543
|
-
denom: 'ibc/E32447C3B93953DF829D689C0FCB611CDA198127DDDBB2BEC08FAA3D566846A1',
|
|
544
|
-
exponent: 0,
|
|
545
|
-
aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj']
|
|
546
|
-
}, {
|
|
547
|
-
denom: 'bitcosmos',
|
|
548
|
-
exponent: 6
|
|
549
|
-
}],
|
|
550
|
-
base: 'ibc/E32447C3B93953DF829D689C0FCB611CDA198127DDDBB2BEC08FAA3D566846A1',
|
|
551
|
-
name: 'Bitcosmos',
|
|
552
|
-
display: 'bitcosmos',
|
|
553
|
-
symbol: 'BTC',
|
|
554
|
-
logo_URIs: {
|
|
555
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
|
|
556
|
-
},
|
|
557
|
-
images: [{
|
|
558
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png',
|
|
559
|
-
theme: {
|
|
560
|
-
primary_color_hex: '#1b0847'
|
|
561
|
-
}
|
|
562
|
-
}],
|
|
563
|
-
type_asset: 'sdk.coin',
|
|
564
|
-
traces: [{
|
|
565
|
-
type: 'ibc',
|
|
566
|
-
counterparty: {
|
|
567
|
-
channel_id: 'channel-5481',
|
|
568
|
-
base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj',
|
|
569
|
-
chain_name: 'neutron'
|
|
570
|
-
},
|
|
571
|
-
chain: {
|
|
572
|
-
channel_id: 'channel-4'
|
|
573
|
-
}
|
|
574
|
-
}]
|
|
575
|
-
},
|
|
576
|
-
{
|
|
577
|
-
description: 'What the Fuck',
|
|
578
|
-
denom_units: [{
|
|
579
|
-
denom: 'ibc/C25277032035DDC15E1662DEFA34564EC082ABCC4E77D9F6DB319E5A32D47B51',
|
|
580
|
-
exponent: 0,
|
|
581
|
-
aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf']
|
|
582
|
-
}, {
|
|
583
|
-
denom: 'wtf',
|
|
584
|
-
exponent: 6
|
|
585
|
-
}],
|
|
586
|
-
base: 'ibc/C25277032035DDC15E1662DEFA34564EC082ABCC4E77D9F6DB319E5A32D47B51',
|
|
587
|
-
name: 'wtf',
|
|
588
|
-
display: 'wtf',
|
|
589
|
-
symbol: 'WTF',
|
|
590
|
-
logo_URIs: {
|
|
591
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
|
|
592
|
-
},
|
|
593
|
-
images: [{
|
|
594
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png',
|
|
595
|
-
theme: {
|
|
596
|
-
primary_color_hex: '#dcd5ab'
|
|
597
|
-
}
|
|
598
|
-
}],
|
|
599
|
-
type_asset: 'sdk.coin',
|
|
600
|
-
traces: [{
|
|
601
|
-
type: 'ibc',
|
|
602
|
-
counterparty: {
|
|
603
|
-
channel_id: 'channel-5481',
|
|
604
|
-
base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf',
|
|
605
|
-
chain_name: 'neutron'
|
|
606
|
-
},
|
|
607
|
-
chain: {
|
|
608
|
-
channel_id: 'channel-4'
|
|
609
|
-
}
|
|
610
|
-
}]
|
|
611
|
-
},
|
|
612
|
-
{
|
|
613
|
-
description: 'Astro BOY',
|
|
614
|
-
denom_units: [{
|
|
615
|
-
denom: 'ibc/4DBE718ED40B5F29214F5A74CC07383B4603FA43E88CFC17E78BCC140BE7DC06',
|
|
616
|
-
exponent: 0,
|
|
617
|
-
aliases: ['neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv']
|
|
618
|
-
}, {
|
|
619
|
-
denom: 'boy',
|
|
620
|
-
exponent: 6
|
|
621
|
-
}],
|
|
622
|
-
base: 'ibc/4DBE718ED40B5F29214F5A74CC07383B4603FA43E88CFC17E78BCC140BE7DC06',
|
|
623
|
-
name: 'boy',
|
|
624
|
-
display: 'boy',
|
|
625
|
-
symbol: 'BOY',
|
|
626
|
-
logo_URIs: {
|
|
627
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
|
|
628
|
-
},
|
|
629
|
-
images: [{
|
|
630
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png',
|
|
631
|
-
theme: {
|
|
632
|
-
primary_color_hex: '#333333'
|
|
633
|
-
}
|
|
634
|
-
}],
|
|
635
|
-
type_asset: 'sdk.coin',
|
|
636
|
-
traces: [{
|
|
637
|
-
type: 'ibc',
|
|
638
|
-
counterparty: {
|
|
639
|
-
channel_id: 'channel-5481',
|
|
640
|
-
base_denom: 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv',
|
|
641
|
-
chain_name: 'neutron'
|
|
642
|
-
},
|
|
643
|
-
chain: {
|
|
644
|
-
channel_id: 'channel-4'
|
|
88
|
+
channel_id: 'channel-5305'
|
|
645
89
|
}
|
|
646
90
|
}]
|
|
647
91
|
},
|
|
648
92
|
{
|
|
649
93
|
description: 'The native token of Osmosis',
|
|
650
94
|
denom_units: [{
|
|
651
|
-
denom: 'ibc/
|
|
95
|
+
denom: 'ibc/AC72F1D0BF72A358CD9D7E3AC8F868F96EDA9042DE00A72DB4AEA859065B7EB5',
|
|
652
96
|
exponent: 0,
|
|
653
97
|
aliases: ['uosmo']
|
|
654
98
|
}, {
|
|
@@ -656,7 +100,7 @@ const assets = {
|
|
|
656
100
|
exponent: 6
|
|
657
101
|
}],
|
|
658
102
|
type_asset: 'sdk.coin',
|
|
659
|
-
base: 'ibc/
|
|
103
|
+
base: 'ibc/AC72F1D0BF72A358CD9D7E3AC8F868F96EDA9042DE00A72DB4AEA859065B7EB5',
|
|
660
104
|
name: 'Osmosis',
|
|
661
105
|
display: 'osmo',
|
|
662
106
|
symbol: 'OSMO',
|
|
@@ -680,19 +124,19 @@ const assets = {
|
|
|
680
124
|
traces: [{
|
|
681
125
|
type: 'ibc',
|
|
682
126
|
counterparty: {
|
|
683
|
-
channel_id: 'channel-
|
|
127
|
+
channel_id: 'channel-101249',
|
|
684
128
|
base_denom: 'uosmo',
|
|
685
129
|
chain_name: 'osmosis'
|
|
686
130
|
},
|
|
687
131
|
chain: {
|
|
688
|
-
channel_id: 'channel-
|
|
132
|
+
channel_id: 'channel-5305'
|
|
689
133
|
}
|
|
690
134
|
}]
|
|
691
135
|
},
|
|
692
136
|
{
|
|
693
137
|
description: 'ION is the second native token of Osmosis.',
|
|
694
138
|
denom_units: [{
|
|
695
|
-
denom: 'ibc/
|
|
139
|
+
denom: 'ibc/B731EBC89F921AF373A09D91E551D506FA2CE2DECF3BD2479F566C5B80D649A1',
|
|
696
140
|
exponent: 0,
|
|
697
141
|
aliases: ['uion']
|
|
698
142
|
}, {
|
|
@@ -700,7 +144,7 @@ const assets = {
|
|
|
700
144
|
exponent: 6
|
|
701
145
|
}],
|
|
702
146
|
type_asset: 'sdk.coin',
|
|
703
|
-
base: 'ibc/
|
|
147
|
+
base: 'ibc/B731EBC89F921AF373A09D91E551D506FA2CE2DECF3BD2479F566C5B80D649A1',
|
|
704
148
|
name: 'Ion DAO',
|
|
705
149
|
display: 'ion',
|
|
706
150
|
symbol: 'ION',
|
|
@@ -724,98 +168,12 @@ const assets = {
|
|
|
724
168
|
traces: [{
|
|
725
169
|
type: 'ibc',
|
|
726
170
|
counterparty: {
|
|
727
|
-
channel_id: 'channel-
|
|
171
|
+
channel_id: 'channel-101249',
|
|
728
172
|
base_denom: 'uion',
|
|
729
173
|
chain_name: 'osmosis'
|
|
730
174
|
},
|
|
731
175
|
chain: {
|
|
732
|
-
channel_id: 'channel-
|
|
733
|
-
}
|
|
734
|
-
}]
|
|
735
|
-
},
|
|
736
|
-
{
|
|
737
|
-
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.',
|
|
738
|
-
denom_units: [{
|
|
739
|
-
denom: 'ibc/F4EF72139CDCF526FFD520402C53FFB7A927B528BDF0C5FF60A4D8B4780D2C6B',
|
|
740
|
-
exponent: 0,
|
|
741
|
-
aliases: ['ustrd']
|
|
742
|
-
}, {
|
|
743
|
-
denom: 'strd',
|
|
744
|
-
exponent: 6
|
|
745
|
-
}],
|
|
746
|
-
base: 'ibc/F4EF72139CDCF526FFD520402C53FFB7A927B528BDF0C5FF60A4D8B4780D2C6B',
|
|
747
|
-
name: 'Stride',
|
|
748
|
-
display: 'strd',
|
|
749
|
-
symbol: 'STRD',
|
|
750
|
-
logo_URIs: {
|
|
751
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
752
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
|
|
753
|
-
},
|
|
754
|
-
coingecko_id: 'stride',
|
|
755
|
-
images: [{
|
|
756
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
757
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg',
|
|
758
|
-
theme: {
|
|
759
|
-
primary_color_hex: '#e4047c'
|
|
760
|
-
}
|
|
761
|
-
}],
|
|
762
|
-
socials: {
|
|
763
|
-
website: 'https://stride.zone/',
|
|
764
|
-
twitter: 'https://twitter.com/stride_zone'
|
|
765
|
-
},
|
|
766
|
-
type_asset: 'sdk.coin',
|
|
767
|
-
traces: [{
|
|
768
|
-
type: 'ibc',
|
|
769
|
-
counterparty: {
|
|
770
|
-
channel_id: 'channel-287',
|
|
771
|
-
base_denom: 'ustrd',
|
|
772
|
-
chain_name: 'stride'
|
|
773
|
-
},
|
|
774
|
-
chain: {
|
|
775
|
-
channel_id: 'channel-5'
|
|
776
|
-
}
|
|
777
|
-
}]
|
|
778
|
-
},
|
|
779
|
-
{
|
|
780
|
-
description: 'The native staking token of Terra.',
|
|
781
|
-
denom_units: [{
|
|
782
|
-
denom: 'ibc/7B510288CA9EC3C8D034DDC1777DD6A0297B4A2BC6D4BC290ECDE977FA44E9E4',
|
|
783
|
-
exponent: 0,
|
|
784
|
-
aliases: ['uluna']
|
|
785
|
-
}, {
|
|
786
|
-
denom: 'luna',
|
|
787
|
-
exponent: 6
|
|
788
|
-
}],
|
|
789
|
-
base: 'ibc/7B510288CA9EC3C8D034DDC1777DD6A0297B4A2BC6D4BC290ECDE977FA44E9E4',
|
|
790
|
-
name: 'Luna',
|
|
791
|
-
display: 'luna',
|
|
792
|
-
symbol: 'LUNA',
|
|
793
|
-
logo_URIs: {
|
|
794
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
|
|
795
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
|
|
796
|
-
},
|
|
797
|
-
coingecko_id: 'terra-luna-2',
|
|
798
|
-
images: [{
|
|
799
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
|
|
800
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg',
|
|
801
|
-
theme: {
|
|
802
|
-
primary_color_hex: '#f4de6f'
|
|
803
|
-
}
|
|
804
|
-
}],
|
|
805
|
-
socials: {
|
|
806
|
-
website: 'https://www.terra.money/',
|
|
807
|
-
twitter: 'https://twitter.com/terra_money'
|
|
808
|
-
},
|
|
809
|
-
type_asset: 'sdk.coin',
|
|
810
|
-
traces: [{
|
|
811
|
-
type: 'ibc',
|
|
812
|
-
counterparty: {
|
|
813
|
-
channel_id: 'channel-582',
|
|
814
|
-
base_denom: 'uluna',
|
|
815
|
-
chain_name: 'terra2'
|
|
816
|
-
},
|
|
817
|
-
chain: {
|
|
818
|
-
channel_id: 'channel-7'
|
|
176
|
+
channel_id: 'channel-5305'
|
|
819
177
|
}
|
|
820
178
|
}]
|
|
821
179
|
}
|