@chain-registry/assets 1.70.122 → 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 (91) 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/mainnet/axelar.js +130 -0
  48. package/mainnet/mantrachain.js +86 -0
  49. package/mainnet/noble.js +86 -0
  50. package/mainnet/osmosis.js +2 -2
  51. package/mainnet/routerchain.js +238 -0
  52. package/package.json +5 -5
  53. package/testnet/akashtestnet.js +1 -150
  54. package/testnet/archwaytestnet.js +0 -220
  55. package/testnet/axelartestnet.js +0 -220
  56. package/testnet/celestiatestnet3.js +0 -148
  57. package/testnet/chain4energytestnet.js +1 -150
  58. package/testnet/composabletestnet.js +3 -154
  59. package/testnet/coreumtestnet.js +1 -150
  60. package/testnet/cosmoshubtestnet.js +0 -220
  61. package/testnet/doravotatestnet.js +1 -150
  62. package/testnet/dydxtestnet.js +1 -71
  63. package/testnet/empowertestnet.js +3 -222
  64. package/testnet/impacthubtestnet.js +1 -150
  65. package/testnet/injectivetestnet.js +0 -148
  66. package/testnet/junotestnet.js +0 -148
  67. package/testnet/kimanetworktestnet.js +1 -150
  68. package/testnet/kujiratestnet.js +3 -78
  69. package/testnet/kyvetestnet.js +1 -150
  70. package/testnet/lavatestnet.js +1 -222
  71. package/testnet/likecointestnet.js +1 -150
  72. package/testnet/manifesttestnet.js +1 -222
  73. package/testnet/mantrachaintestnet.js +0 -220
  74. package/testnet/marstestnet.js +1 -150
  75. package/testnet/neutrontestnet.js +0 -148
  76. package/testnet/nobletestnet.js +0 -148
  77. package/testnet/noistestnet.js +3 -146
  78. package/testnet/nolustestnet.js +3 -154
  79. package/testnet/osmosistestnet.js +0 -442
  80. package/testnet/persistencetestnet2.js +3 -226
  81. package/testnet/quicksilvertestnet.js +3 -154
  82. package/testnet/sagatestnet.js +1 -222
  83. package/testnet/sgetestnet.js +1 -150
  84. package/testnet/stargazetestnet.js +0 -148
  85. package/testnet/swisstroniktestnet.js +1 -150
  86. package/testnet/symphonytestnet.js +3 -222
  87. package/testnet/symphonytestnet3.js +3 -222
  88. package/testnet/synternettestnet.js +1 -150
  89. package/testnet/titannettestnet.js +1 -150
  90. package/testnet/titantestnet.js +0 -288
  91. package/testnet/xiontestnet.js +0 -292
@@ -1,78 +1,6 @@
1
1
  const assets = {
2
2
  chain_name: 'xiontestnet',
3
3
  assets: [
4
- {
5
- description: 'The native token of Axelar',
6
- denom_units: [{
7
- denom: 'ibc/33517D439F5E545A1AAB148FAE43AAE17CF68FFB9BC97AE0048A3E3B64518C58',
8
- exponent: 0,
9
- aliases: ['uaxl']
10
- }, {
11
- denom: 'axl',
12
- exponent: 6
13
- }],
14
- base: 'ibc/33517D439F5E545A1AAB148FAE43AAE17CF68FFB9BC97AE0048A3E3B64518C58',
15
- name: 'Axelar',
16
- display: 'axl',
17
- symbol: 'AXL',
18
- logo_URIs: {
19
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
20
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
21
- },
22
- coingecko_id: 'axelar',
23
- images: [{
24
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
25
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
26
- }],
27
- type_asset: 'sdk.coin',
28
- traces: [{
29
- type: 'ibc',
30
- counterparty: {
31
- channel_id: 'channel-521',
32
- base_denom: 'uaxl',
33
- chain_name: 'axelartestnet'
34
- },
35
- chain: {
36
- channel_id: 'channel-225057'
37
- }
38
- }]
39
- },
40
- {
41
- description: 'The INJ token is the native governance token for the Injective chain.',
42
- denom_units: [{
43
- denom: 'ibc/05314A48723E06A1B1B666066B6BEC89F3708E8854DF2E5E9193387AA9653036',
44
- exponent: 0,
45
- aliases: ['inj']
46
- }, {
47
- denom: 'INJ',
48
- exponent: 18
49
- }],
50
- base: 'ibc/05314A48723E06A1B1B666066B6BEC89F3708E8854DF2E5E9193387AA9653036',
51
- name: 'Injective',
52
- display: 'INJ',
53
- symbol: 'INJ',
54
- logo_URIs: {
55
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
56
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
57
- },
58
- coingecko_id: 'injective-protocol',
59
- images: [{
60
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
61
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
62
- }],
63
- type_asset: 'sdk.coin',
64
- traces: [{
65
- type: 'ibc',
66
- counterparty: {
67
- channel_id: 'channel-489',
68
- base_denom: 'inj',
69
- chain_name: 'injectivetestnet'
70
- },
71
- chain: {
72
- channel_id: 'channel-487'
73
- }
74
- }]
75
- },
76
4
  {
77
5
  description: 'The controlled staking asset for Noble Chain',
78
6
  denom_units: [{
@@ -162,152 +90,6 @@ const assets = {
162
90
  }
163
91
  }]
164
92
  },
165
- {
166
- description: 'The native token of Osmosis',
167
- denom_units: [{
168
- denom: 'ibc/484532EB74866F3FB8A71F909F7B1B470FE2E66313DA0A1F9EE5B7C5C046D195',
169
- exponent: 0,
170
- aliases: ['uosmo']
171
- }, {
172
- denom: 'osmo',
173
- exponent: 6,
174
- aliases: []
175
- }],
176
- type_asset: 'sdk.coin',
177
- base: 'ibc/484532EB74866F3FB8A71F909F7B1B470FE2E66313DA0A1F9EE5B7C5C046D195',
178
- name: 'Osmosis Testnet',
179
- display: 'osmo',
180
- symbol: 'OSMO',
181
- logo_URIs: {
182
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
183
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
184
- },
185
- images: [{
186
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
187
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
188
- }],
189
- coingecko_id: 'osmosis',
190
- keywords: ['dex', 'staking'],
191
- traces: [{
192
- type: 'ibc',
193
- counterparty: {
194
- channel_id: 'channel-6668',
195
- base_denom: 'uosmo',
196
- chain_name: 'osmosistestnet'
197
- },
198
- chain: {
199
- channel_id: 'channel-490'
200
- }
201
- }]
202
- },
203
- {
204
- denom_units: [{
205
- denom: 'ibc/C622FF9AEDA0202E1910CF9F8D67C2BCC7AEE49E506EFE617A364875B8BFD92F',
206
- exponent: 0,
207
- aliases: ['uion']
208
- }, {
209
- denom: 'ion',
210
- exponent: 6
211
- }],
212
- type_asset: 'sdk.coin',
213
- base: 'ibc/C622FF9AEDA0202E1910CF9F8D67C2BCC7AEE49E506EFE617A364875B8BFD92F',
214
- name: 'Ion',
215
- display: 'ion',
216
- symbol: 'ION',
217
- logo_URIs: {
218
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
219
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
220
- },
221
- images: [{
222
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
223
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
224
- }],
225
- coingecko_id: 'ion',
226
- keywords: ['memecoin'],
227
- traces: [{
228
- type: 'ibc',
229
- counterparty: {
230
- channel_id: 'channel-6668',
231
- base_denom: 'uion',
232
- chain_name: 'osmosistestnet'
233
- },
234
- chain: {
235
- channel_id: 'channel-490'
236
- }
237
- }]
238
- },
239
- {
240
- description: 'The native token of Axelar',
241
- denom_units: [{
242
- denom: 'ibc/33517D439F5E545A1AAB148FAE43AAE17CF68FFB9BC97AE0048A3E3B64518C58',
243
- exponent: 0,
244
- aliases: ['uaxl']
245
- }, {
246
- denom: 'axl',
247
- exponent: 6
248
- }],
249
- base: 'ibc/33517D439F5E545A1AAB148FAE43AAE17CF68FFB9BC97AE0048A3E3B64518C58',
250
- name: 'Axelar',
251
- display: 'axl',
252
- symbol: 'AXL',
253
- logo_URIs: {
254
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
255
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
256
- },
257
- coingecko_id: 'axelar',
258
- images: [{
259
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
260
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
261
- }],
262
- type_asset: 'sdk.coin',
263
- traces: [{
264
- type: 'ibc',
265
- counterparty: {
266
- channel_id: 'channel-521',
267
- base_denom: 'uaxl',
268
- chain_name: 'axelartestnet'
269
- },
270
- chain: {
271
- channel_id: 'channel-225057'
272
- }
273
- }]
274
- },
275
- {
276
- description: 'The INJ token is the native governance token for the Injective chain.',
277
- denom_units: [{
278
- denom: 'ibc/05314A48723E06A1B1B666066B6BEC89F3708E8854DF2E5E9193387AA9653036',
279
- exponent: 0,
280
- aliases: ['inj']
281
- }, {
282
- denom: 'INJ',
283
- exponent: 18
284
- }],
285
- base: 'ibc/05314A48723E06A1B1B666066B6BEC89F3708E8854DF2E5E9193387AA9653036',
286
- name: 'Injective',
287
- display: 'INJ',
288
- symbol: 'INJ',
289
- logo_URIs: {
290
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
291
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
292
- },
293
- coingecko_id: 'injective-protocol',
294
- images: [{
295
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
296
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
297
- }],
298
- type_asset: 'sdk.coin',
299
- traces: [{
300
- type: 'ibc',
301
- counterparty: {
302
- channel_id: 'channel-489',
303
- base_denom: 'inj',
304
- chain_name: 'injectivetestnet'
305
- },
306
- chain: {
307
- channel_id: 'channel-487'
308
- }
309
- }]
310
- },
311
93
  {
312
94
  description: 'The controlled staking asset for Noble Chain',
313
95
  denom_units: [{
@@ -396,80 +178,6 @@ const assets = {
396
178
  channel_id: 'channel-489'
397
179
  }
398
180
  }]
399
- },
400
- {
401
- description: 'The native token of Osmosis',
402
- denom_units: [{
403
- denom: 'ibc/484532EB74866F3FB8A71F909F7B1B470FE2E66313DA0A1F9EE5B7C5C046D195',
404
- exponent: 0,
405
- aliases: ['uosmo']
406
- }, {
407
- denom: 'osmo',
408
- exponent: 6,
409
- aliases: []
410
- }],
411
- type_asset: 'sdk.coin',
412
- base: 'ibc/484532EB74866F3FB8A71F909F7B1B470FE2E66313DA0A1F9EE5B7C5C046D195',
413
- name: 'Osmosis Testnet',
414
- display: 'osmo',
415
- symbol: 'OSMO',
416
- logo_URIs: {
417
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
418
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
419
- },
420
- images: [{
421
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
422
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
423
- }],
424
- coingecko_id: 'osmosis',
425
- keywords: ['dex', 'staking'],
426
- traces: [{
427
- type: 'ibc',
428
- counterparty: {
429
- channel_id: 'channel-6668',
430
- base_denom: 'uosmo',
431
- chain_name: 'osmosistestnet'
432
- },
433
- chain: {
434
- channel_id: 'channel-490'
435
- }
436
- }]
437
- },
438
- {
439
- denom_units: [{
440
- denom: 'ibc/C622FF9AEDA0202E1910CF9F8D67C2BCC7AEE49E506EFE617A364875B8BFD92F',
441
- exponent: 0,
442
- aliases: ['uion']
443
- }, {
444
- denom: 'ion',
445
- exponent: 6
446
- }],
447
- type_asset: 'sdk.coin',
448
- base: 'ibc/C622FF9AEDA0202E1910CF9F8D67C2BCC7AEE49E506EFE617A364875B8BFD92F',
449
- name: 'Ion',
450
- display: 'ion',
451
- symbol: 'ION',
452
- logo_URIs: {
453
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
454
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
455
- },
456
- images: [{
457
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
458
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
459
- }],
460
- coingecko_id: 'ion',
461
- keywords: ['memecoin'],
462
- traces: [{
463
- type: 'ibc',
464
- counterparty: {
465
- channel_id: 'channel-6668',
466
- base_denom: 'uion',
467
- chain_name: 'osmosistestnet'
468
- },
469
- chain: {
470
- channel_id: 'channel-490'
471
- }
472
- }]
473
181
  }
474
182
  ]
475
183
  };
package/mainnet/axelar.js CHANGED
@@ -2057,6 +2057,71 @@ const assets = {
2057
2057
  }
2058
2058
  }]
2059
2059
  },
2060
+ {
2061
+ description: 'The native token of MANTRA',
2062
+ denom_units: [{
2063
+ denom: 'ibc/6AAA6D3FCEDC2CE663FB5A5D00934999E86089AA042FAED6B24C64058F8AE5A6',
2064
+ exponent: 0,
2065
+ aliases: ['uom']
2066
+ }, {
2067
+ denom: 'om',
2068
+ exponent: 6
2069
+ }],
2070
+ type_asset: 'sdk.coin',
2071
+ base: 'ibc/6AAA6D3FCEDC2CE663FB5A5D00934999E86089AA042FAED6B24C64058F8AE5A6',
2072
+ name: 'MANTRA Chain',
2073
+ display: 'om',
2074
+ symbol: 'OM',
2075
+ coingecko_id: 'mantra-dao',
2076
+ keywords: [
2077
+ 'rwa',
2078
+ 'wasm',
2079
+ 'staking'
2080
+ ],
2081
+ images: [
2082
+ {
2083
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
2084
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
2085
+ theme: {
2086
+ circle: true,
2087
+ primary_color_hex: '#fba0c1'
2088
+ }
2089
+ },
2090
+ {
2091
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
2092
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
2093
+ theme: {
2094
+ dark_mode: true,
2095
+ circle: true,
2096
+ primary_color_hex: '#342c2c'
2097
+ }
2098
+ },
2099
+ {
2100
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
2101
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
2102
+ theme: {
2103
+ dark_mode: false,
2104
+ circle: true,
2105
+ primary_color_hex: '#342c2c'
2106
+ }
2107
+ }
2108
+ ],
2109
+ socials: {
2110
+ website: 'https://www.mantrachain.io/',
2111
+ twitter: 'https://x.com/MANTRA_Chain'
2112
+ },
2113
+ traces: [{
2114
+ type: 'ibc',
2115
+ counterparty: {
2116
+ channel_id: 'channel-6',
2117
+ base_denom: 'uom',
2118
+ chain_name: 'mantrachain'
2119
+ },
2120
+ chain: {
2121
+ channel_id: 'channel-170'
2122
+ }
2123
+ }]
2124
+ },
2060
2125
  {
2061
2126
  description: 'Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.',
2062
2127
  denom_units: [{
@@ -9088,6 +9153,71 @@ const assets = {
9088
9153
  }
9089
9154
  }]
9090
9155
  },
9156
+ {
9157
+ description: 'The native token of MANTRA',
9158
+ denom_units: [{
9159
+ denom: 'ibc/6AAA6D3FCEDC2CE663FB5A5D00934999E86089AA042FAED6B24C64058F8AE5A6',
9160
+ exponent: 0,
9161
+ aliases: ['uom']
9162
+ }, {
9163
+ denom: 'om',
9164
+ exponent: 6
9165
+ }],
9166
+ type_asset: 'sdk.coin',
9167
+ base: 'ibc/6AAA6D3FCEDC2CE663FB5A5D00934999E86089AA042FAED6B24C64058F8AE5A6',
9168
+ name: 'MANTRA Chain',
9169
+ display: 'om',
9170
+ symbol: 'OM',
9171
+ coingecko_id: 'mantra-dao',
9172
+ keywords: [
9173
+ 'rwa',
9174
+ 'wasm',
9175
+ 'staking'
9176
+ ],
9177
+ images: [
9178
+ {
9179
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
9180
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
9181
+ theme: {
9182
+ circle: true,
9183
+ primary_color_hex: '#fba0c1'
9184
+ }
9185
+ },
9186
+ {
9187
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
9188
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
9189
+ theme: {
9190
+ dark_mode: true,
9191
+ circle: true,
9192
+ primary_color_hex: '#342c2c'
9193
+ }
9194
+ },
9195
+ {
9196
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
9197
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
9198
+ theme: {
9199
+ dark_mode: false,
9200
+ circle: true,
9201
+ primary_color_hex: '#342c2c'
9202
+ }
9203
+ }
9204
+ ],
9205
+ socials: {
9206
+ website: 'https://www.mantrachain.io/',
9207
+ twitter: 'https://x.com/MANTRA_Chain'
9208
+ },
9209
+ traces: [{
9210
+ type: 'ibc',
9211
+ counterparty: {
9212
+ channel_id: 'channel-6',
9213
+ base_denom: 'uom',
9214
+ chain_name: 'mantrachain'
9215
+ },
9216
+ chain: {
9217
+ channel_id: 'channel-170'
9218
+ }
9219
+ }]
9220
+ },
9091
9221
  {
9092
9222
  description: 'Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.',
9093
9223
  denom_units: [{
@@ -3,6 +3,49 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const assets = {
4
4
  chain_name: 'mantrachain',
5
5
  assets: [
6
+ {
7
+ description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
8
+ denom_units: [{
9
+ denom: 'ibc/3E35008738AC049C9C1A1E37F785E947A8DAA9811B3EA3B25580664294056151',
10
+ exponent: 0,
11
+ aliases: ['uaxl']
12
+ }, {
13
+ denom: 'axl',
14
+ exponent: 6
15
+ }],
16
+ base: 'ibc/3E35008738AC049C9C1A1E37F785E947A8DAA9811B3EA3B25580664294056151',
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
+ theme: {
29
+ primary_color_hex: '#040404'
30
+ }
31
+ }],
32
+ socials: {
33
+ website: 'https://axelar.network/',
34
+ twitter: 'https://twitter.com/axelarnetwork'
35
+ },
36
+ type_asset: 'sdk.coin',
37
+ traces: [{
38
+ type: 'ibc',
39
+ counterparty: {
40
+ channel_id: 'channel-170',
41
+ base_denom: 'uaxl',
42
+ chain_name: 'axelar'
43
+ },
44
+ chain: {
45
+ channel_id: 'channel-6'
46
+ }
47
+ }]
48
+ },
6
49
  {
7
50
  description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
8
51
  denom_units: [{
@@ -326,6 +369,49 @@ const assets = {
326
369
  }
327
370
  }]
328
371
  },
372
+ {
373
+ description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
374
+ denom_units: [{
375
+ denom: 'ibc/3E35008738AC049C9C1A1E37F785E947A8DAA9811B3EA3B25580664294056151',
376
+ exponent: 0,
377
+ aliases: ['uaxl']
378
+ }, {
379
+ denom: 'axl',
380
+ exponent: 6
381
+ }],
382
+ base: 'ibc/3E35008738AC049C9C1A1E37F785E947A8DAA9811B3EA3B25580664294056151',
383
+ name: 'Axelar',
384
+ display: 'axl',
385
+ symbol: 'AXL',
386
+ logo_URIs: {
387
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
388
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
389
+ },
390
+ coingecko_id: 'axelar',
391
+ images: [{
392
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
393
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg',
394
+ theme: {
395
+ primary_color_hex: '#040404'
396
+ }
397
+ }],
398
+ socials: {
399
+ website: 'https://axelar.network/',
400
+ twitter: 'https://twitter.com/axelarnetwork'
401
+ },
402
+ type_asset: 'sdk.coin',
403
+ traces: [{
404
+ type: 'ibc',
405
+ counterparty: {
406
+ channel_id: 'channel-170',
407
+ base_denom: 'uaxl',
408
+ chain_name: 'axelar'
409
+ },
410
+ chain: {
411
+ channel_id: 'channel-6'
412
+ }
413
+ }]
414
+ },
329
415
  {
330
416
  description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
331
417
  denom_units: [{
package/mainnet/noble.js CHANGED
@@ -9448,6 +9448,49 @@ const assets = {
9448
9448
  }
9449
9449
  }]
9450
9450
  },
9451
+ {
9452
+ description: 'The native token of Router Chain',
9453
+ denom_units: [{
9454
+ denom: 'ibc/E4904724D95BB5FCA3423F0CBDE13CE8B26945F422BD0F044227DE93542005E5',
9455
+ exponent: 0,
9456
+ aliases: ['route']
9457
+ }, {
9458
+ denom: 'ROUTE',
9459
+ exponent: 18
9460
+ }],
9461
+ base: 'ibc/E4904724D95BB5FCA3423F0CBDE13CE8B26945F422BD0F044227DE93542005E5',
9462
+ name: 'Router Chain',
9463
+ display: 'ROUTE',
9464
+ symbol: 'ROUTE',
9465
+ coingecko_id: 'router-protocol-2',
9466
+ logo_URIs: {
9467
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png',
9468
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg'
9469
+ },
9470
+ images: [{
9471
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg',
9472
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png',
9473
+ theme: {
9474
+ primary_color_hex: '#cb0766'
9475
+ }
9476
+ }],
9477
+ socials: {
9478
+ website: 'https://www.routerprotocol.com/',
9479
+ twitter: 'https://x.com/routerprotocol'
9480
+ },
9481
+ type_asset: 'sdk.coin',
9482
+ traces: [{
9483
+ type: 'ibc',
9484
+ counterparty: {
9485
+ channel_id: 'channel-13',
9486
+ base_denom: 'route',
9487
+ chain_name: 'routerchain'
9488
+ },
9489
+ chain: {
9490
+ channel_id: 'channel-119'
9491
+ }
9492
+ }]
9493
+ },
9451
9494
  {
9452
9495
  description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
9453
9496
  denom_units: [{
@@ -14631,6 +14674,49 @@ const assets = {
14631
14674
  }
14632
14675
  }]
14633
14676
  },
14677
+ {
14678
+ description: 'The native token of Router Chain',
14679
+ denom_units: [{
14680
+ denom: 'ibc/E4904724D95BB5FCA3423F0CBDE13CE8B26945F422BD0F044227DE93542005E5',
14681
+ exponent: 0,
14682
+ aliases: ['route']
14683
+ }, {
14684
+ denom: 'ROUTE',
14685
+ exponent: 18
14686
+ }],
14687
+ base: 'ibc/E4904724D95BB5FCA3423F0CBDE13CE8B26945F422BD0F044227DE93542005E5',
14688
+ name: 'Router Chain',
14689
+ display: 'ROUTE',
14690
+ symbol: 'ROUTE',
14691
+ coingecko_id: 'router-protocol-2',
14692
+ logo_URIs: {
14693
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png',
14694
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg'
14695
+ },
14696
+ images: [{
14697
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg',
14698
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png',
14699
+ theme: {
14700
+ primary_color_hex: '#cb0766'
14701
+ }
14702
+ }],
14703
+ socials: {
14704
+ website: 'https://www.routerprotocol.com/',
14705
+ twitter: 'https://x.com/routerprotocol'
14706
+ },
14707
+ type_asset: 'sdk.coin',
14708
+ traces: [{
14709
+ type: 'ibc',
14710
+ counterparty: {
14711
+ channel_id: 'channel-13',
14712
+ base_denom: 'route',
14713
+ chain_name: 'routerchain'
14714
+ },
14715
+ chain: {
14716
+ channel_id: 'channel-119'
14717
+ }
14718
+ }]
14719
+ },
14634
14720
  {
14635
14721
  description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
14636
14722
  denom_units: [{