@chain-registry/assets 1.70.123 → 1.70.124

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.
Files changed (92) hide show
  1. package/devnet/prysmdevnet.js +0 -210
  2. package/esm/devnet/prysmdevnet.js +0 -210
  3. package/esm/mainnet/axelar.js +130 -0
  4. package/esm/mainnet/mantrachain.js +86 -0
  5. package/esm/mainnet/noble.js +86 -0
  6. package/esm/mainnet/osmosis.js +2 -2
  7. package/esm/mainnet/routerchain.js +238 -0
  8. package/esm/testnet/akashtestnet.js +1 -150
  9. package/esm/testnet/archwaytestnet.js +0 -220
  10. package/esm/testnet/axelartestnet.js +0 -220
  11. package/esm/testnet/celestiatestnet3.js +0 -148
  12. package/esm/testnet/chain4energytestnet.js +1 -150
  13. package/esm/testnet/composabletestnet.js +3 -154
  14. package/esm/testnet/coreumtestnet.js +1 -150
  15. package/esm/testnet/cosmoshubtestnet.js +0 -220
  16. package/esm/testnet/doravotatestnet.js +1 -150
  17. package/esm/testnet/dydxtestnet.js +1 -71
  18. package/esm/testnet/empowertestnet.js +3 -222
  19. package/esm/testnet/impacthubtestnet.js +1 -150
  20. package/esm/testnet/injectivetestnet.js +0 -148
  21. package/esm/testnet/junotestnet.js +0 -148
  22. package/esm/testnet/kimanetworktestnet.js +1 -150
  23. package/esm/testnet/kujiratestnet.js +3 -78
  24. package/esm/testnet/kyvetestnet.js +1 -150
  25. package/esm/testnet/lavatestnet.js +1 -222
  26. package/esm/testnet/likecointestnet.js +1 -150
  27. package/esm/testnet/manifesttestnet.js +1 -222
  28. package/esm/testnet/mantrachaintestnet.js +0 -220
  29. package/esm/testnet/marstestnet.js +1 -150
  30. package/esm/testnet/neutrontestnet.js +0 -148
  31. package/esm/testnet/nobletestnet.js +0 -148
  32. package/esm/testnet/noistestnet.js +3 -146
  33. package/esm/testnet/nolustestnet.js +3 -154
  34. package/esm/testnet/osmosistestnet.js +0 -442
  35. package/esm/testnet/persistencetestnet2.js +3 -226
  36. package/esm/testnet/quicksilvertestnet.js +3 -154
  37. package/esm/testnet/sagatestnet.js +1 -222
  38. package/esm/testnet/sgetestnet.js +1 -150
  39. package/esm/testnet/stargazetestnet.js +0 -148
  40. package/esm/testnet/swisstroniktestnet.js +1 -150
  41. package/esm/testnet/symphonytestnet.js +3 -222
  42. package/esm/testnet/symphonytestnet3.js +3 -222
  43. package/esm/testnet/synternettestnet.js +1 -150
  44. package/esm/testnet/titannettestnet.js +1 -150
  45. package/esm/testnet/titantestnet.js +0 -288
  46. package/esm/testnet/xiontestnet.js +0 -292
  47. package/index.d.ts +1 -1
  48. package/mainnet/axelar.js +130 -0
  49. package/mainnet/mantrachain.js +86 -0
  50. package/mainnet/noble.js +86 -0
  51. package/mainnet/osmosis.js +2 -2
  52. package/mainnet/routerchain.js +238 -0
  53. package/package.json +5 -5
  54. package/testnet/akashtestnet.js +1 -150
  55. package/testnet/archwaytestnet.js +0 -220
  56. package/testnet/axelartestnet.js +0 -220
  57. package/testnet/celestiatestnet3.js +0 -148
  58. package/testnet/chain4energytestnet.js +1 -150
  59. package/testnet/composabletestnet.js +3 -154
  60. package/testnet/coreumtestnet.js +1 -150
  61. package/testnet/cosmoshubtestnet.js +0 -220
  62. package/testnet/doravotatestnet.js +1 -150
  63. package/testnet/dydxtestnet.js +1 -71
  64. package/testnet/empowertestnet.js +3 -222
  65. package/testnet/impacthubtestnet.js +1 -150
  66. package/testnet/injectivetestnet.js +0 -148
  67. package/testnet/junotestnet.js +0 -148
  68. package/testnet/kimanetworktestnet.js +1 -150
  69. package/testnet/kujiratestnet.js +3 -78
  70. package/testnet/kyvetestnet.js +1 -150
  71. package/testnet/lavatestnet.js +1 -222
  72. package/testnet/likecointestnet.js +1 -150
  73. package/testnet/manifesttestnet.js +1 -222
  74. package/testnet/mantrachaintestnet.js +0 -220
  75. package/testnet/marstestnet.js +1 -150
  76. package/testnet/neutrontestnet.js +0 -148
  77. package/testnet/nobletestnet.js +0 -148
  78. package/testnet/noistestnet.js +3 -146
  79. package/testnet/nolustestnet.js +3 -154
  80. package/testnet/osmosistestnet.js +0 -442
  81. package/testnet/persistencetestnet2.js +3 -226
  82. package/testnet/quicksilvertestnet.js +3 -154
  83. package/testnet/sagatestnet.js +1 -222
  84. package/testnet/sgetestnet.js +1 -150
  85. package/testnet/stargazetestnet.js +0 -148
  86. package/testnet/swisstroniktestnet.js +1 -150
  87. package/testnet/symphonytestnet.js +3 -222
  88. package/testnet/symphonytestnet3.js +3 -222
  89. package/testnet/synternettestnet.js +1 -150
  90. package/testnet/titannettestnet.js +1 -150
  91. package/testnet/titantestnet.js +0 -288
  92. package/testnet/xiontestnet.js +0 -292
@@ -3,78 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const assets = {
4
4
  chain_name: 'xiontestnet',
5
5
  assets: [
6
- {
7
- description: 'The native token of Axelar',
8
- denom_units: [{
9
- denom: 'ibc/33517D439F5E545A1AAB148FAE43AAE17CF68FFB9BC97AE0048A3E3B64518C58',
10
- exponent: 0,
11
- aliases: ['uaxl']
12
- }, {
13
- denom: 'axl',
14
- exponent: 6
15
- }],
16
- base: 'ibc/33517D439F5E545A1AAB148FAE43AAE17CF68FFB9BC97AE0048A3E3B64518C58',
17
- name: 'Axelar',
18
- display: 'axl',
19
- symbol: 'AXL',
20
- logo_URIs: {
21
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
22
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
23
- },
24
- coingecko_id: 'axelar',
25
- images: [{
26
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
27
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
28
- }],
29
- type_asset: 'sdk.coin',
30
- traces: [{
31
- type: 'ibc',
32
- counterparty: {
33
- channel_id: 'channel-521',
34
- base_denom: 'uaxl',
35
- chain_name: 'axelartestnet'
36
- },
37
- chain: {
38
- channel_id: 'channel-225057'
39
- }
40
- }]
41
- },
42
- {
43
- description: 'The INJ token is the native governance token for the Injective chain.',
44
- denom_units: [{
45
- denom: 'ibc/05314A48723E06A1B1B666066B6BEC89F3708E8854DF2E5E9193387AA9653036',
46
- exponent: 0,
47
- aliases: ['inj']
48
- }, {
49
- denom: 'INJ',
50
- exponent: 18
51
- }],
52
- base: 'ibc/05314A48723E06A1B1B666066B6BEC89F3708E8854DF2E5E9193387AA9653036',
53
- name: 'Injective',
54
- display: 'INJ',
55
- symbol: 'INJ',
56
- logo_URIs: {
57
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
58
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
59
- },
60
- coingecko_id: 'injective-protocol',
61
- images: [{
62
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
63
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
64
- }],
65
- type_asset: 'sdk.coin',
66
- traces: [{
67
- type: 'ibc',
68
- counterparty: {
69
- channel_id: 'channel-489',
70
- base_denom: 'inj',
71
- chain_name: 'injectivetestnet'
72
- },
73
- chain: {
74
- channel_id: 'channel-487'
75
- }
76
- }]
77
- },
78
6
  {
79
7
  description: 'The controlled staking asset for Noble Chain',
80
8
  denom_units: [{
@@ -164,152 +92,6 @@ const assets = {
164
92
  }
165
93
  }]
166
94
  },
167
- {
168
- description: 'The native token of Osmosis',
169
- denom_units: [{
170
- denom: 'ibc/484532EB74866F3FB8A71F909F7B1B470FE2E66313DA0A1F9EE5B7C5C046D195',
171
- exponent: 0,
172
- aliases: ['uosmo']
173
- }, {
174
- denom: 'osmo',
175
- exponent: 6,
176
- aliases: []
177
- }],
178
- type_asset: 'sdk.coin',
179
- base: 'ibc/484532EB74866F3FB8A71F909F7B1B470FE2E66313DA0A1F9EE5B7C5C046D195',
180
- name: 'Osmosis Testnet',
181
- display: 'osmo',
182
- symbol: 'OSMO',
183
- logo_URIs: {
184
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
185
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
186
- },
187
- images: [{
188
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
189
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
190
- }],
191
- coingecko_id: 'osmosis',
192
- keywords: ['dex', 'staking'],
193
- traces: [{
194
- type: 'ibc',
195
- counterparty: {
196
- channel_id: 'channel-6668',
197
- base_denom: 'uosmo',
198
- chain_name: 'osmosistestnet'
199
- },
200
- chain: {
201
- channel_id: 'channel-490'
202
- }
203
- }]
204
- },
205
- {
206
- denom_units: [{
207
- denom: 'ibc/C622FF9AEDA0202E1910CF9F8D67C2BCC7AEE49E506EFE617A364875B8BFD92F',
208
- exponent: 0,
209
- aliases: ['uion']
210
- }, {
211
- denom: 'ion',
212
- exponent: 6
213
- }],
214
- type_asset: 'sdk.coin',
215
- base: 'ibc/C622FF9AEDA0202E1910CF9F8D67C2BCC7AEE49E506EFE617A364875B8BFD92F',
216
- name: 'Ion',
217
- display: 'ion',
218
- symbol: 'ION',
219
- logo_URIs: {
220
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
221
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
222
- },
223
- images: [{
224
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
225
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
226
- }],
227
- coingecko_id: 'ion',
228
- keywords: ['memecoin'],
229
- traces: [{
230
- type: 'ibc',
231
- counterparty: {
232
- channel_id: 'channel-6668',
233
- base_denom: 'uion',
234
- chain_name: 'osmosistestnet'
235
- },
236
- chain: {
237
- channel_id: 'channel-490'
238
- }
239
- }]
240
- },
241
- {
242
- description: 'The native token of Axelar',
243
- denom_units: [{
244
- denom: 'ibc/33517D439F5E545A1AAB148FAE43AAE17CF68FFB9BC97AE0048A3E3B64518C58',
245
- exponent: 0,
246
- aliases: ['uaxl']
247
- }, {
248
- denom: 'axl',
249
- exponent: 6
250
- }],
251
- base: 'ibc/33517D439F5E545A1AAB148FAE43AAE17CF68FFB9BC97AE0048A3E3B64518C58',
252
- name: 'Axelar',
253
- display: 'axl',
254
- symbol: 'AXL',
255
- logo_URIs: {
256
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
257
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
258
- },
259
- coingecko_id: 'axelar',
260
- images: [{
261
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
262
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
263
- }],
264
- type_asset: 'sdk.coin',
265
- traces: [{
266
- type: 'ibc',
267
- counterparty: {
268
- channel_id: 'channel-521',
269
- base_denom: 'uaxl',
270
- chain_name: 'axelartestnet'
271
- },
272
- chain: {
273
- channel_id: 'channel-225057'
274
- }
275
- }]
276
- },
277
- {
278
- description: 'The INJ token is the native governance token for the Injective chain.',
279
- denom_units: [{
280
- denom: 'ibc/05314A48723E06A1B1B666066B6BEC89F3708E8854DF2E5E9193387AA9653036',
281
- exponent: 0,
282
- aliases: ['inj']
283
- }, {
284
- denom: 'INJ',
285
- exponent: 18
286
- }],
287
- base: 'ibc/05314A48723E06A1B1B666066B6BEC89F3708E8854DF2E5E9193387AA9653036',
288
- name: 'Injective',
289
- display: 'INJ',
290
- symbol: 'INJ',
291
- logo_URIs: {
292
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
293
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
294
- },
295
- coingecko_id: 'injective-protocol',
296
- images: [{
297
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
298
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
299
- }],
300
- type_asset: 'sdk.coin',
301
- traces: [{
302
- type: 'ibc',
303
- counterparty: {
304
- channel_id: 'channel-489',
305
- base_denom: 'inj',
306
- chain_name: 'injectivetestnet'
307
- },
308
- chain: {
309
- channel_id: 'channel-487'
310
- }
311
- }]
312
- },
313
95
  {
314
96
  description: 'The controlled staking asset for Noble Chain',
315
97
  denom_units: [{
@@ -398,80 +180,6 @@ const assets = {
398
180
  channel_id: 'channel-489'
399
181
  }
400
182
  }]
401
- },
402
- {
403
- description: 'The native token of Osmosis',
404
- denom_units: [{
405
- denom: 'ibc/484532EB74866F3FB8A71F909F7B1B470FE2E66313DA0A1F9EE5B7C5C046D195',
406
- exponent: 0,
407
- aliases: ['uosmo']
408
- }, {
409
- denom: 'osmo',
410
- exponent: 6,
411
- aliases: []
412
- }],
413
- type_asset: 'sdk.coin',
414
- base: 'ibc/484532EB74866F3FB8A71F909F7B1B470FE2E66313DA0A1F9EE5B7C5C046D195',
415
- name: 'Osmosis Testnet',
416
- display: 'osmo',
417
- symbol: 'OSMO',
418
- logo_URIs: {
419
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
420
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
421
- },
422
- images: [{
423
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
424
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
425
- }],
426
- coingecko_id: 'osmosis',
427
- keywords: ['dex', 'staking'],
428
- traces: [{
429
- type: 'ibc',
430
- counterparty: {
431
- channel_id: 'channel-6668',
432
- base_denom: 'uosmo',
433
- chain_name: 'osmosistestnet'
434
- },
435
- chain: {
436
- channel_id: 'channel-490'
437
- }
438
- }]
439
- },
440
- {
441
- denom_units: [{
442
- denom: 'ibc/C622FF9AEDA0202E1910CF9F8D67C2BCC7AEE49E506EFE617A364875B8BFD92F',
443
- exponent: 0,
444
- aliases: ['uion']
445
- }, {
446
- denom: 'ion',
447
- exponent: 6
448
- }],
449
- type_asset: 'sdk.coin',
450
- base: 'ibc/C622FF9AEDA0202E1910CF9F8D67C2BCC7AEE49E506EFE617A364875B8BFD92F',
451
- name: 'Ion',
452
- display: 'ion',
453
- symbol: 'ION',
454
- logo_URIs: {
455
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
456
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
457
- },
458
- images: [{
459
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
460
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
461
- }],
462
- coingecko_id: 'ion',
463
- keywords: ['memecoin'],
464
- traces: [{
465
- type: 'ibc',
466
- counterparty: {
467
- channel_id: 'channel-6668',
468
- base_denom: 'uion',
469
- chain_name: 'osmosistestnet'
470
- },
471
- chain: {
472
- channel_id: 'channel-490'
473
- }
474
- }]
475
183
  }
476
184
  ]
477
185
  };