@chain-registry/assets 1.42.2 → 1.42.4
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/cosmoshub.js +78 -0
- package/esm/mainnet/osmosis.js +2 -2
- package/esm/mainnet/stargaze.js +78 -0
- package/esm/testnet/akashtestnet.js +14 -10
- package/esm/testnet/archwaytestnet.js +14 -10
- package/esm/testnet/axelartestnet.js +14 -10
- package/esm/testnet/celestiatestnet3.js +14 -10
- package/esm/testnet/chain4energytestnet.js +30 -26
- package/esm/testnet/composabletestnet.js +14 -10
- package/esm/testnet/cosmoshubtestnet.js +14 -10
- package/esm/testnet/doravotatestnet.js +14 -10
- package/esm/testnet/empowertestnet.js +14 -10
- package/esm/testnet/entrypointtestnet.js +14 -10
- package/esm/testnet/impacthubtestnet.js +14 -10
- package/esm/testnet/injectivetestnet.js +14 -10
- package/esm/testnet/junotestnet.js +14 -10
- package/esm/testnet/kyvetestnet.js +14 -10
- package/esm/testnet/lavatestnet.js +14 -10
- package/esm/testnet/likecointestnet.js +14 -10
- package/esm/testnet/marstestnet.js +14 -10
- package/esm/testnet/neutrontestnet.js +14 -10
- package/esm/testnet/nobletestnet.js +14 -10
- package/esm/testnet/nolustestnet.js +14 -10
- package/esm/testnet/osmosistestnet.js +8 -8
- package/esm/testnet/persistencetestnet2.js +14 -10
- package/esm/testnet/quicksilvertestnet.js +14 -10
- package/esm/testnet/sagatestnet.js +14 -10
- package/esm/testnet/sgetestnet.js +14 -10
- package/esm/testnet/stargazetestnet.js +14 -10
- package/esm/testnet/titantestnet.js +14 -10
- package/esm/testnet/xiontestnet.js +14 -10
- package/mainnet/cosmoshub.js +78 -0
- package/mainnet/osmosis.js +2 -2
- package/mainnet/stargaze.js +78 -0
- package/package.json +5 -5
- package/testnet/akashtestnet.js +14 -10
- package/testnet/archwaytestnet.js +14 -10
- package/testnet/axelartestnet.js +14 -10
- package/testnet/celestiatestnet3.js +14 -10
- package/testnet/chain4energytestnet.js +30 -26
- package/testnet/composabletestnet.js +14 -10
- package/testnet/cosmoshubtestnet.js +14 -10
- package/testnet/doravotatestnet.js +14 -10
- package/testnet/empowertestnet.js +14 -10
- package/testnet/entrypointtestnet.js +14 -10
- package/testnet/impacthubtestnet.js +14 -10
- package/testnet/injectivetestnet.js +14 -10
- package/testnet/junotestnet.js +14 -10
- package/testnet/kyvetestnet.js +14 -10
- package/testnet/lavatestnet.js +14 -10
- package/testnet/likecointestnet.js +14 -10
- package/testnet/marstestnet.js +14 -10
- package/testnet/neutrontestnet.js +14 -10
- package/testnet/nobletestnet.js +14 -10
- package/testnet/nolustestnet.js +14 -10
- package/testnet/osmosistestnet.js +8 -8
- package/testnet/persistencetestnet2.js +14 -10
- package/testnet/quicksilvertestnet.js +14 -10
- package/testnet/sagatestnet.js +14 -10
- package/testnet/sgetestnet.js +14 -10
- package/testnet/stargazetestnet.js +14 -10
- package/testnet/titantestnet.js +14 -10
- package/testnet/xiontestnet.js +14 -10
package/testnet/marstestnet.js
CHANGED
|
@@ -14,20 +14,21 @@ const assets = {
|
|
|
14
14
|
exponent: 6,
|
|
15
15
|
aliases: []
|
|
16
16
|
}],
|
|
17
|
+
type_asset: 'sdk.coin',
|
|
17
18
|
base: 'ibc/88EBE03CB0568DD56FF98A358943787B5E93F8D98F0D0F4A5081E89D7F1C79EA',
|
|
18
|
-
name: 'Osmosis',
|
|
19
|
+
name: 'Osmosis Testnet',
|
|
19
20
|
display: 'osmo',
|
|
20
21
|
symbol: 'OSMO',
|
|
21
22
|
logo_URIs: {
|
|
22
23
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
23
24
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
24
25
|
},
|
|
25
|
-
coingecko_id: 'osmosis',
|
|
26
|
-
keywords: ['dex', 'staking'],
|
|
27
26
|
images: [{
|
|
28
27
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
29
28
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
30
29
|
}],
|
|
30
|
+
coingecko_id: 'osmosis',
|
|
31
|
+
keywords: ['dex', 'staking'],
|
|
31
32
|
traces: [{
|
|
32
33
|
type: 'ibc',
|
|
33
34
|
counterparty: {
|
|
@@ -49,6 +50,7 @@ const assets = {
|
|
|
49
50
|
denom: 'ion',
|
|
50
51
|
exponent: 6
|
|
51
52
|
}],
|
|
53
|
+
type_asset: 'sdk.coin',
|
|
52
54
|
base: 'ibc/EF8B1E0B76F5D60B0DAAA5D44E7DF9F3A1141841BF7990A3B367565FAF6D3722',
|
|
53
55
|
name: 'Ion',
|
|
54
56
|
display: 'ion',
|
|
@@ -57,12 +59,12 @@ const assets = {
|
|
|
57
59
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
58
60
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
59
61
|
},
|
|
60
|
-
coingecko_id: 'ion',
|
|
61
|
-
keywords: ['memecoin'],
|
|
62
62
|
images: [{
|
|
63
63
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
64
64
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
65
65
|
}],
|
|
66
|
+
coingecko_id: 'ion',
|
|
67
|
+
keywords: ['memecoin'],
|
|
66
68
|
traces: [{
|
|
67
69
|
type: 'ibc',
|
|
68
70
|
counterparty: {
|
|
@@ -158,20 +160,21 @@ const assets = {
|
|
|
158
160
|
exponent: 6,
|
|
159
161
|
aliases: []
|
|
160
162
|
}],
|
|
163
|
+
type_asset: 'sdk.coin',
|
|
161
164
|
base: 'ibc/88EBE03CB0568DD56FF98A358943787B5E93F8D98F0D0F4A5081E89D7F1C79EA',
|
|
162
|
-
name: 'Osmosis',
|
|
165
|
+
name: 'Osmosis Testnet',
|
|
163
166
|
display: 'osmo',
|
|
164
167
|
symbol: 'OSMO',
|
|
165
168
|
logo_URIs: {
|
|
166
169
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
167
170
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
168
171
|
},
|
|
169
|
-
coingecko_id: 'osmosis',
|
|
170
|
-
keywords: ['dex', 'staking'],
|
|
171
172
|
images: [{
|
|
172
173
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
173
174
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
174
175
|
}],
|
|
176
|
+
coingecko_id: 'osmosis',
|
|
177
|
+
keywords: ['dex', 'staking'],
|
|
175
178
|
traces: [{
|
|
176
179
|
type: 'ibc',
|
|
177
180
|
counterparty: {
|
|
@@ -193,6 +196,7 @@ const assets = {
|
|
|
193
196
|
denom: 'ion',
|
|
194
197
|
exponent: 6
|
|
195
198
|
}],
|
|
199
|
+
type_asset: 'sdk.coin',
|
|
196
200
|
base: 'ibc/EF8B1E0B76F5D60B0DAAA5D44E7DF9F3A1141841BF7990A3B367565FAF6D3722',
|
|
197
201
|
name: 'Ion',
|
|
198
202
|
display: 'ion',
|
|
@@ -201,12 +205,12 @@ const assets = {
|
|
|
201
205
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
202
206
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
203
207
|
},
|
|
204
|
-
coingecko_id: 'ion',
|
|
205
|
-
keywords: ['memecoin'],
|
|
206
208
|
images: [{
|
|
207
209
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
208
210
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
209
211
|
}],
|
|
212
|
+
coingecko_id: 'ion',
|
|
213
|
+
keywords: ['memecoin'],
|
|
210
214
|
traces: [{
|
|
211
215
|
type: 'ibc',
|
|
212
216
|
counterparty: {
|
|
@@ -156,20 +156,21 @@ const assets = {
|
|
|
156
156
|
exponent: 6,
|
|
157
157
|
aliases: []
|
|
158
158
|
}],
|
|
159
|
+
type_asset: 'sdk.coin',
|
|
159
160
|
base: 'ibc/B4AD449E01839EFBA0561B18E0C2A37821DAF20EB448C7B8DAC82070A78D1B1A',
|
|
160
|
-
name: 'Osmosis',
|
|
161
|
+
name: 'Osmosis Testnet',
|
|
161
162
|
display: 'osmo',
|
|
162
163
|
symbol: 'OSMO',
|
|
163
164
|
logo_URIs: {
|
|
164
165
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
165
166
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
166
167
|
},
|
|
167
|
-
coingecko_id: 'osmosis',
|
|
168
|
-
keywords: ['dex', 'staking'],
|
|
169
168
|
images: [{
|
|
170
169
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
171
170
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
172
171
|
}],
|
|
172
|
+
coingecko_id: 'osmosis',
|
|
173
|
+
keywords: ['dex', 'staking'],
|
|
173
174
|
traces: [{
|
|
174
175
|
type: 'ibc',
|
|
175
176
|
counterparty: {
|
|
@@ -191,6 +192,7 @@ const assets = {
|
|
|
191
192
|
denom: 'ion',
|
|
192
193
|
exponent: 6
|
|
193
194
|
}],
|
|
195
|
+
type_asset: 'sdk.coin',
|
|
194
196
|
base: 'ibc/9A4429BB4E2BBF23D7C2896EADBABEDF391B788613BBDC5265FC5452A1F56A88',
|
|
195
197
|
name: 'Ion',
|
|
196
198
|
display: 'ion',
|
|
@@ -199,12 +201,12 @@ const assets = {
|
|
|
199
201
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
200
202
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
201
203
|
},
|
|
202
|
-
coingecko_id: 'ion',
|
|
203
|
-
keywords: ['memecoin'],
|
|
204
204
|
images: [{
|
|
205
205
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
206
206
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
207
207
|
}],
|
|
208
|
+
coingecko_id: 'ion',
|
|
209
|
+
keywords: ['memecoin'],
|
|
208
210
|
traces: [{
|
|
209
211
|
type: 'ibc',
|
|
210
212
|
counterparty: {
|
|
@@ -302,20 +304,21 @@ const assets = {
|
|
|
302
304
|
exponent: 6,
|
|
303
305
|
aliases: []
|
|
304
306
|
}],
|
|
307
|
+
type_asset: 'sdk.coin',
|
|
305
308
|
base: 'ibc/B4AD449E01839EFBA0561B18E0C2A37821DAF20EB448C7B8DAC82070A78D1B1A',
|
|
306
|
-
name: 'Osmosis',
|
|
309
|
+
name: 'Osmosis Testnet',
|
|
307
310
|
display: 'osmo',
|
|
308
311
|
symbol: 'OSMO',
|
|
309
312
|
logo_URIs: {
|
|
310
313
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
311
314
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
312
315
|
},
|
|
313
|
-
coingecko_id: 'osmosis',
|
|
314
|
-
keywords: ['dex', 'staking'],
|
|
315
316
|
images: [{
|
|
316
317
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
317
318
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
318
319
|
}],
|
|
320
|
+
coingecko_id: 'osmosis',
|
|
321
|
+
keywords: ['dex', 'staking'],
|
|
319
322
|
traces: [{
|
|
320
323
|
type: 'ibc',
|
|
321
324
|
counterparty: {
|
|
@@ -337,6 +340,7 @@ const assets = {
|
|
|
337
340
|
denom: 'ion',
|
|
338
341
|
exponent: 6
|
|
339
342
|
}],
|
|
343
|
+
type_asset: 'sdk.coin',
|
|
340
344
|
base: 'ibc/9A4429BB4E2BBF23D7C2896EADBABEDF391B788613BBDC5265FC5452A1F56A88',
|
|
341
345
|
name: 'Ion',
|
|
342
346
|
display: 'ion',
|
|
@@ -345,12 +349,12 @@ const assets = {
|
|
|
345
349
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
346
350
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
347
351
|
},
|
|
348
|
-
coingecko_id: 'ion',
|
|
349
|
-
keywords: ['memecoin'],
|
|
350
352
|
images: [{
|
|
351
353
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
352
354
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
353
355
|
}],
|
|
356
|
+
coingecko_id: 'ion',
|
|
357
|
+
keywords: ['memecoin'],
|
|
354
358
|
traces: [{
|
|
355
359
|
type: 'ibc',
|
|
356
360
|
counterparty: {
|
package/testnet/nobletestnet.js
CHANGED
|
@@ -180,20 +180,21 @@ const assets = {
|
|
|
180
180
|
exponent: 6,
|
|
181
181
|
aliases: []
|
|
182
182
|
}],
|
|
183
|
+
type_asset: 'sdk.coin',
|
|
183
184
|
base: 'ibc/D73D168790F3C072F38CFD35BCC72C356C1B300FBA32CF7B0199C75601FCC8BA',
|
|
184
|
-
name: 'Osmosis',
|
|
185
|
+
name: 'Osmosis Testnet',
|
|
185
186
|
display: 'osmo',
|
|
186
187
|
symbol: 'OSMO',
|
|
187
188
|
logo_URIs: {
|
|
188
189
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
189
190
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
190
191
|
},
|
|
191
|
-
coingecko_id: 'osmosis',
|
|
192
|
-
keywords: ['dex', 'staking'],
|
|
193
192
|
images: [{
|
|
194
193
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
195
194
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
196
195
|
}],
|
|
196
|
+
coingecko_id: 'osmosis',
|
|
197
|
+
keywords: ['dex', 'staking'],
|
|
197
198
|
traces: [{
|
|
198
199
|
type: 'ibc',
|
|
199
200
|
counterparty: {
|
|
@@ -215,6 +216,7 @@ const assets = {
|
|
|
215
216
|
denom: 'ion',
|
|
216
217
|
exponent: 6
|
|
217
218
|
}],
|
|
219
|
+
type_asset: 'sdk.coin',
|
|
218
220
|
base: 'ibc/F98ED29F4531D727A51BFE81C25C84184762D208E04A3596D1FD83006EDCC58D',
|
|
219
221
|
name: 'Ion',
|
|
220
222
|
display: 'ion',
|
|
@@ -223,12 +225,12 @@ const assets = {
|
|
|
223
225
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
224
226
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
225
227
|
},
|
|
226
|
-
coingecko_id: 'ion',
|
|
227
|
-
keywords: ['memecoin'],
|
|
228
228
|
images: [{
|
|
229
229
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
230
230
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
231
231
|
}],
|
|
232
|
+
coingecko_id: 'ion',
|
|
233
|
+
keywords: ['memecoin'],
|
|
232
234
|
traces: [{
|
|
233
235
|
type: 'ibc',
|
|
234
236
|
counterparty: {
|
|
@@ -357,20 +359,21 @@ const assets = {
|
|
|
357
359
|
exponent: 6,
|
|
358
360
|
aliases: []
|
|
359
361
|
}],
|
|
362
|
+
type_asset: 'sdk.coin',
|
|
360
363
|
base: 'ibc/D73D168790F3C072F38CFD35BCC72C356C1B300FBA32CF7B0199C75601FCC8BA',
|
|
361
|
-
name: 'Osmosis',
|
|
364
|
+
name: 'Osmosis Testnet',
|
|
362
365
|
display: 'osmo',
|
|
363
366
|
symbol: 'OSMO',
|
|
364
367
|
logo_URIs: {
|
|
365
368
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
366
369
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
367
370
|
},
|
|
368
|
-
coingecko_id: 'osmosis',
|
|
369
|
-
keywords: ['dex', 'staking'],
|
|
370
371
|
images: [{
|
|
371
372
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
372
373
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
373
374
|
}],
|
|
375
|
+
coingecko_id: 'osmosis',
|
|
376
|
+
keywords: ['dex', 'staking'],
|
|
374
377
|
traces: [{
|
|
375
378
|
type: 'ibc',
|
|
376
379
|
counterparty: {
|
|
@@ -392,6 +395,7 @@ const assets = {
|
|
|
392
395
|
denom: 'ion',
|
|
393
396
|
exponent: 6
|
|
394
397
|
}],
|
|
398
|
+
type_asset: 'sdk.coin',
|
|
395
399
|
base: 'ibc/F98ED29F4531D727A51BFE81C25C84184762D208E04A3596D1FD83006EDCC58D',
|
|
396
400
|
name: 'Ion',
|
|
397
401
|
display: 'ion',
|
|
@@ -400,12 +404,12 @@ const assets = {
|
|
|
400
404
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
401
405
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
402
406
|
},
|
|
403
|
-
coingecko_id: 'ion',
|
|
404
|
-
keywords: ['memecoin'],
|
|
405
407
|
images: [{
|
|
406
408
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
407
409
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
408
410
|
}],
|
|
411
|
+
coingecko_id: 'ion',
|
|
412
|
+
keywords: ['memecoin'],
|
|
409
413
|
traces: [{
|
|
410
414
|
type: 'ibc',
|
|
411
415
|
counterparty: {
|
package/testnet/nolustestnet.js
CHANGED
|
@@ -82,20 +82,21 @@ const assets = {
|
|
|
82
82
|
exponent: 6,
|
|
83
83
|
aliases: []
|
|
84
84
|
}],
|
|
85
|
+
type_asset: 'sdk.coin',
|
|
85
86
|
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
86
|
-
name: 'Osmosis',
|
|
87
|
+
name: 'Osmosis Testnet',
|
|
87
88
|
display: 'osmo',
|
|
88
89
|
symbol: 'OSMO',
|
|
89
90
|
logo_URIs: {
|
|
90
91
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
91
92
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
92
93
|
},
|
|
93
|
-
coingecko_id: 'osmosis',
|
|
94
|
-
keywords: ['dex', 'staking'],
|
|
95
94
|
images: [{
|
|
96
95
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
97
96
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
98
97
|
}],
|
|
98
|
+
coingecko_id: 'osmosis',
|
|
99
|
+
keywords: ['dex', 'staking'],
|
|
99
100
|
traces: [{
|
|
100
101
|
type: 'ibc',
|
|
101
102
|
counterparty: {
|
|
@@ -117,6 +118,7 @@ const assets = {
|
|
|
117
118
|
denom: 'ion',
|
|
118
119
|
exponent: 6
|
|
119
120
|
}],
|
|
121
|
+
type_asset: 'sdk.coin',
|
|
120
122
|
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
121
123
|
name: 'Ion',
|
|
122
124
|
display: 'ion',
|
|
@@ -125,12 +127,12 @@ const assets = {
|
|
|
125
127
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
126
128
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
127
129
|
},
|
|
128
|
-
coingecko_id: 'ion',
|
|
129
|
-
keywords: ['memecoin'],
|
|
130
130
|
images: [{
|
|
131
131
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
132
132
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
133
133
|
}],
|
|
134
|
+
coingecko_id: 'ion',
|
|
135
|
+
keywords: ['memecoin'],
|
|
134
136
|
traces: [{
|
|
135
137
|
type: 'ibc',
|
|
136
138
|
counterparty: {
|
|
@@ -154,20 +156,21 @@ const assets = {
|
|
|
154
156
|
exponent: 6,
|
|
155
157
|
aliases: []
|
|
156
158
|
}],
|
|
159
|
+
type_asset: 'sdk.coin',
|
|
157
160
|
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
158
|
-
name: 'Osmosis',
|
|
161
|
+
name: 'Osmosis Testnet',
|
|
159
162
|
display: 'osmo',
|
|
160
163
|
symbol: 'OSMO',
|
|
161
164
|
logo_URIs: {
|
|
162
165
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
163
166
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
164
167
|
},
|
|
165
|
-
coingecko_id: 'osmosis',
|
|
166
|
-
keywords: ['dex', 'staking'],
|
|
167
168
|
images: [{
|
|
168
169
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
169
170
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
170
171
|
}],
|
|
172
|
+
coingecko_id: 'osmosis',
|
|
173
|
+
keywords: ['dex', 'staking'],
|
|
171
174
|
traces: [{
|
|
172
175
|
type: 'ibc',
|
|
173
176
|
counterparty: {
|
|
@@ -189,6 +192,7 @@ const assets = {
|
|
|
189
192
|
denom: 'ion',
|
|
190
193
|
exponent: 6
|
|
191
194
|
}],
|
|
195
|
+
type_asset: 'sdk.coin',
|
|
192
196
|
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
193
197
|
name: 'Ion',
|
|
194
198
|
display: 'ion',
|
|
@@ -197,12 +201,12 @@ const assets = {
|
|
|
197
201
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
198
202
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
199
203
|
},
|
|
200
|
-
coingecko_id: 'ion',
|
|
201
|
-
keywords: ['memecoin'],
|
|
202
204
|
images: [{
|
|
203
205
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
204
206
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
205
207
|
}],
|
|
208
|
+
coingecko_id: 'ion',
|
|
209
|
+
keywords: ['memecoin'],
|
|
206
210
|
traces: [{
|
|
207
211
|
type: 'ibc',
|
|
208
212
|
counterparty: {
|
|
@@ -142,14 +142,14 @@ const assets = {
|
|
|
142
142
|
{
|
|
143
143
|
description: 'The native token of Chain4Energy',
|
|
144
144
|
denom_units: [{
|
|
145
|
-
denom: 'ibc/
|
|
145
|
+
denom: 'ibc/539BC2B6E70117D220834D6DF8E27307655D1325C0CADF7E3AF90AB00D9F8D69',
|
|
146
146
|
exponent: 0,
|
|
147
147
|
aliases: ['uc4e']
|
|
148
148
|
}, {
|
|
149
149
|
denom: 'c4e',
|
|
150
150
|
exponent: 6
|
|
151
151
|
}],
|
|
152
|
-
base: 'ibc/
|
|
152
|
+
base: 'ibc/539BC2B6E70117D220834D6DF8E27307655D1325C0CADF7E3AF90AB00D9F8D69',
|
|
153
153
|
name: 'Chain4Energy',
|
|
154
154
|
display: 'c4e',
|
|
155
155
|
symbol: 'C4E',
|
|
@@ -163,12 +163,12 @@ const assets = {
|
|
|
163
163
|
traces: [{
|
|
164
164
|
type: 'ibc',
|
|
165
165
|
counterparty: {
|
|
166
|
-
channel_id: 'channel-
|
|
166
|
+
channel_id: 'channel-5',
|
|
167
167
|
base_denom: 'uc4e',
|
|
168
168
|
chain_name: 'chain4energytestnet'
|
|
169
169
|
},
|
|
170
170
|
chain: {
|
|
171
|
-
channel_id: 'channel-
|
|
171
|
+
channel_id: 'channel-7735'
|
|
172
172
|
}
|
|
173
173
|
}]
|
|
174
174
|
},
|
|
@@ -774,14 +774,14 @@ const assets = {
|
|
|
774
774
|
{
|
|
775
775
|
description: 'The native token of Chain4Energy',
|
|
776
776
|
denom_units: [{
|
|
777
|
-
denom: 'ibc/
|
|
777
|
+
denom: 'ibc/539BC2B6E70117D220834D6DF8E27307655D1325C0CADF7E3AF90AB00D9F8D69',
|
|
778
778
|
exponent: 0,
|
|
779
779
|
aliases: ['uc4e']
|
|
780
780
|
}, {
|
|
781
781
|
denom: 'c4e',
|
|
782
782
|
exponent: 6
|
|
783
783
|
}],
|
|
784
|
-
base: 'ibc/
|
|
784
|
+
base: 'ibc/539BC2B6E70117D220834D6DF8E27307655D1325C0CADF7E3AF90AB00D9F8D69',
|
|
785
785
|
name: 'Chain4Energy',
|
|
786
786
|
display: 'c4e',
|
|
787
787
|
symbol: 'C4E',
|
|
@@ -795,12 +795,12 @@ const assets = {
|
|
|
795
795
|
traces: [{
|
|
796
796
|
type: 'ibc',
|
|
797
797
|
counterparty: {
|
|
798
|
-
channel_id: 'channel-
|
|
798
|
+
channel_id: 'channel-5',
|
|
799
799
|
base_denom: 'uc4e',
|
|
800
800
|
chain_name: 'chain4energytestnet'
|
|
801
801
|
},
|
|
802
802
|
chain: {
|
|
803
|
-
channel_id: 'channel-
|
|
803
|
+
channel_id: 'channel-7735'
|
|
804
804
|
}
|
|
805
805
|
}]
|
|
806
806
|
},
|
|
@@ -83,20 +83,21 @@ const assets = {
|
|
|
83
83
|
exponent: 6,
|
|
84
84
|
aliases: []
|
|
85
85
|
}],
|
|
86
|
+
type_asset: 'sdk.coin',
|
|
86
87
|
base: 'ibc/FAC1BAAA6ECDCB88408A6EEEA13AD4736DA687F85ACD22B5BBD00D36754AC0FA',
|
|
87
|
-
name: 'Osmosis',
|
|
88
|
+
name: 'Osmosis Testnet',
|
|
88
89
|
display: 'osmo',
|
|
89
90
|
symbol: 'OSMO',
|
|
90
91
|
logo_URIs: {
|
|
91
92
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
92
93
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
93
94
|
},
|
|
94
|
-
coingecko_id: 'osmosis',
|
|
95
|
-
keywords: ['dex', 'staking'],
|
|
96
95
|
images: [{
|
|
97
96
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
98
97
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
99
98
|
}],
|
|
99
|
+
coingecko_id: 'osmosis',
|
|
100
|
+
keywords: ['dex', 'staking'],
|
|
100
101
|
traces: [{
|
|
101
102
|
type: 'ibc',
|
|
102
103
|
counterparty: {
|
|
@@ -118,6 +119,7 @@ const assets = {
|
|
|
118
119
|
denom: 'ion',
|
|
119
120
|
exponent: 6
|
|
120
121
|
}],
|
|
122
|
+
type_asset: 'sdk.coin',
|
|
121
123
|
base: 'ibc/C1A2C4681159048DD4A116652D8594EC5CD1C30D9FD282A9DAEAD6328CF3CDCA',
|
|
122
124
|
name: 'Ion',
|
|
123
125
|
display: 'ion',
|
|
@@ -126,12 +128,12 @@ const assets = {
|
|
|
126
128
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
127
129
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
128
130
|
},
|
|
129
|
-
coingecko_id: 'ion',
|
|
130
|
-
keywords: ['memecoin'],
|
|
131
131
|
images: [{
|
|
132
132
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
133
133
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
134
134
|
}],
|
|
135
|
+
coingecko_id: 'ion',
|
|
136
|
+
keywords: ['memecoin'],
|
|
135
137
|
traces: [{
|
|
136
138
|
type: 'ibc',
|
|
137
139
|
counterparty: {
|
|
@@ -224,20 +226,21 @@ const assets = {
|
|
|
224
226
|
exponent: 6,
|
|
225
227
|
aliases: []
|
|
226
228
|
}],
|
|
229
|
+
type_asset: 'sdk.coin',
|
|
227
230
|
base: 'ibc/FAC1BAAA6ECDCB88408A6EEEA13AD4736DA687F85ACD22B5BBD00D36754AC0FA',
|
|
228
|
-
name: 'Osmosis',
|
|
231
|
+
name: 'Osmosis Testnet',
|
|
229
232
|
display: 'osmo',
|
|
230
233
|
symbol: 'OSMO',
|
|
231
234
|
logo_URIs: {
|
|
232
235
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
233
236
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
234
237
|
},
|
|
235
|
-
coingecko_id: 'osmosis',
|
|
236
|
-
keywords: ['dex', 'staking'],
|
|
237
238
|
images: [{
|
|
238
239
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
239
240
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
240
241
|
}],
|
|
242
|
+
coingecko_id: 'osmosis',
|
|
243
|
+
keywords: ['dex', 'staking'],
|
|
241
244
|
traces: [{
|
|
242
245
|
type: 'ibc',
|
|
243
246
|
counterparty: {
|
|
@@ -259,6 +262,7 @@ const assets = {
|
|
|
259
262
|
denom: 'ion',
|
|
260
263
|
exponent: 6
|
|
261
264
|
}],
|
|
265
|
+
type_asset: 'sdk.coin',
|
|
262
266
|
base: 'ibc/C1A2C4681159048DD4A116652D8594EC5CD1C30D9FD282A9DAEAD6328CF3CDCA',
|
|
263
267
|
name: 'Ion',
|
|
264
268
|
display: 'ion',
|
|
@@ -267,12 +271,12 @@ const assets = {
|
|
|
267
271
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
268
272
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
269
273
|
},
|
|
270
|
-
coingecko_id: 'ion',
|
|
271
|
-
keywords: ['memecoin'],
|
|
272
274
|
images: [{
|
|
273
275
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
274
276
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
275
277
|
}],
|
|
278
|
+
coingecko_id: 'ion',
|
|
279
|
+
keywords: ['memecoin'],
|
|
276
280
|
traces: [{
|
|
277
281
|
type: 'ibc',
|
|
278
282
|
counterparty: {
|
|
@@ -14,20 +14,21 @@ const assets = {
|
|
|
14
14
|
exponent: 6,
|
|
15
15
|
aliases: []
|
|
16
16
|
}],
|
|
17
|
+
type_asset: 'sdk.coin',
|
|
17
18
|
base: 'ibc/49B196A3117545AEEC9B11A8D006A36CC439DD4B79A4C4346A895E61C46FA674',
|
|
18
|
-
name: 'Osmosis',
|
|
19
|
+
name: 'Osmosis Testnet',
|
|
19
20
|
display: 'osmo',
|
|
20
21
|
symbol: 'OSMO',
|
|
21
22
|
logo_URIs: {
|
|
22
23
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
23
24
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
24
25
|
},
|
|
25
|
-
coingecko_id: 'osmosis',
|
|
26
|
-
keywords: ['dex', 'staking'],
|
|
27
26
|
images: [{
|
|
28
27
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
29
28
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
30
29
|
}],
|
|
30
|
+
coingecko_id: 'osmosis',
|
|
31
|
+
keywords: ['dex', 'staking'],
|
|
31
32
|
traces: [{
|
|
32
33
|
type: 'ibc',
|
|
33
34
|
counterparty: {
|
|
@@ -49,6 +50,7 @@ const assets = {
|
|
|
49
50
|
denom: 'ion',
|
|
50
51
|
exponent: 6
|
|
51
52
|
}],
|
|
53
|
+
type_asset: 'sdk.coin',
|
|
52
54
|
base: 'ibc/99FBFDE656012D44445023B9868EE43AEC6279A610E3D327AB24336FE2956B31',
|
|
53
55
|
name: 'Ion',
|
|
54
56
|
display: 'ion',
|
|
@@ -57,12 +59,12 @@ const assets = {
|
|
|
57
59
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
58
60
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
59
61
|
},
|
|
60
|
-
coingecko_id: 'ion',
|
|
61
|
-
keywords: ['memecoin'],
|
|
62
62
|
images: [{
|
|
63
63
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
64
64
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
65
65
|
}],
|
|
66
|
+
coingecko_id: 'ion',
|
|
67
|
+
keywords: ['memecoin'],
|
|
66
68
|
traces: [{
|
|
67
69
|
type: 'ibc',
|
|
68
70
|
counterparty: {
|
|
@@ -86,20 +88,21 @@ const assets = {
|
|
|
86
88
|
exponent: 6,
|
|
87
89
|
aliases: []
|
|
88
90
|
}],
|
|
91
|
+
type_asset: 'sdk.coin',
|
|
89
92
|
base: 'ibc/49B196A3117545AEEC9B11A8D006A36CC439DD4B79A4C4346A895E61C46FA674',
|
|
90
|
-
name: 'Osmosis',
|
|
93
|
+
name: 'Osmosis Testnet',
|
|
91
94
|
display: 'osmo',
|
|
92
95
|
symbol: 'OSMO',
|
|
93
96
|
logo_URIs: {
|
|
94
97
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
95
98
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
96
99
|
},
|
|
97
|
-
coingecko_id: 'osmosis',
|
|
98
|
-
keywords: ['dex', 'staking'],
|
|
99
100
|
images: [{
|
|
100
101
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
101
102
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
102
103
|
}],
|
|
104
|
+
coingecko_id: 'osmosis',
|
|
105
|
+
keywords: ['dex', 'staking'],
|
|
103
106
|
traces: [{
|
|
104
107
|
type: 'ibc',
|
|
105
108
|
counterparty: {
|
|
@@ -121,6 +124,7 @@ const assets = {
|
|
|
121
124
|
denom: 'ion',
|
|
122
125
|
exponent: 6
|
|
123
126
|
}],
|
|
127
|
+
type_asset: 'sdk.coin',
|
|
124
128
|
base: 'ibc/99FBFDE656012D44445023B9868EE43AEC6279A610E3D327AB24336FE2956B31',
|
|
125
129
|
name: 'Ion',
|
|
126
130
|
display: 'ion',
|
|
@@ -129,12 +133,12 @@ const assets = {
|
|
|
129
133
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
130
134
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
131
135
|
},
|
|
132
|
-
coingecko_id: 'ion',
|
|
133
|
-
keywords: ['memecoin'],
|
|
134
136
|
images: [{
|
|
135
137
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
136
138
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
137
139
|
}],
|
|
140
|
+
coingecko_id: 'ion',
|
|
141
|
+
keywords: ['memecoin'],
|
|
138
142
|
traces: [{
|
|
139
143
|
type: 'ibc',
|
|
140
144
|
counterparty: {
|