@chain-registry/assets 1.70.15 → 1.70.17

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 (158) hide show
  1. package/asset_lists.js +3 -2
  2. package/devnet/assets.d.ts +3 -0
  3. package/devnet/assets.js +8 -0
  4. package/devnet/index.d.ts +1 -0
  5. package/devnet/index.js +27 -0
  6. package/devnet/prysmdevnet.d.ts +3 -0
  7. package/devnet/prysmdevnet.js +922 -0
  8. package/esm/asset_lists.js +2 -1
  9. package/esm/devnet/assets.js +3 -0
  10. package/esm/devnet/index.js +1 -0
  11. package/esm/devnet/prysmdevnet.js +920 -0
  12. package/esm/index.js +1 -0
  13. package/esm/mainnet/agoric.js +70 -2
  14. package/esm/mainnet/akash.js +70 -2
  15. package/esm/mainnet/andromeda.js +68 -0
  16. package/esm/mainnet/archway.js +10 -2
  17. package/esm/mainnet/assets.js +5 -1
  18. package/esm/mainnet/atomone.js +182 -0
  19. package/esm/mainnet/axelar.js +70 -2
  20. package/esm/mainnet/beezee.js +68 -0
  21. package/esm/mainnet/bitcanna.js +68 -0
  22. package/esm/mainnet/bitsong.js +68 -0
  23. package/esm/mainnet/carbon.js +16 -16
  24. package/esm/mainnet/chihuahua.js +2 -2
  25. package/esm/mainnet/comdex.js +2 -2
  26. package/esm/mainnet/composable.js +68 -0
  27. package/esm/mainnet/cosmoshub.js +72 -4
  28. package/esm/mainnet/crescent.js +2 -2
  29. package/esm/mainnet/cryptoorgchain.js +2 -2
  30. package/esm/mainnet/decentr.js +68 -0
  31. package/esm/mainnet/doravota.js +68 -0
  32. package/esm/mainnet/dydx.js +2 -2
  33. package/esm/mainnet/dymension.js +68 -0
  34. package/esm/mainnet/gravitybridge.js +72 -4
  35. package/esm/mainnet/index.js +4 -0
  36. package/esm/mainnet/injective.js +2 -2
  37. package/esm/mainnet/int3face.js +182 -0
  38. package/esm/mainnet/irisnet.js +2 -2
  39. package/esm/mainnet/jackal.js +68 -0
  40. package/esm/mainnet/juno.js +70 -2
  41. package/esm/mainnet/kava.js +4 -4
  42. package/esm/mainnet/kujira.js +86 -18
  43. package/esm/mainnet/lava.js +238 -0
  44. package/esm/mainnet/mantrachain.js +420 -0
  45. package/esm/mainnet/migaloo.js +16 -16
  46. package/esm/mainnet/neutron.js +108 -40
  47. package/esm/mainnet/noble.js +314 -6
  48. package/esm/mainnet/nois.js +68 -0
  49. package/esm/mainnet/omniflixhub.js +68 -0
  50. package/esm/mainnet/osmosis.js +534 -68
  51. package/esm/mainnet/planq.js +68 -0
  52. package/esm/mainnet/quicksilver.js +70 -2
  53. package/esm/mainnet/qwoyn.js +68 -0
  54. package/esm/mainnet/regen.js +2 -2
  55. package/esm/mainnet/routerchain.js +82 -0
  56. package/esm/mainnet/secretnetwork.js +102 -34
  57. package/esm/mainnet/self.js +86 -0
  58. package/esm/mainnet/sentinel.js +2 -2
  59. package/esm/mainnet/sifchain.js +2 -2
  60. package/esm/mainnet/stargaze.js +2 -2
  61. package/esm/mainnet/starname.js +2 -2
  62. package/esm/mainnet/stride.js +4 -4
  63. package/esm/mainnet/synternet.js +182 -0
  64. package/esm/mainnet/terra2.js +68 -0
  65. package/esm/mainnet/umee.js +70 -2
  66. package/esm/mainnet/vidulum.js +68 -0
  67. package/esm/testnet/assets.js +2 -1
  68. package/esm/testnet/axelartestnet.js +78 -0
  69. package/esm/testnet/celestiatestnet3.js +78 -0
  70. package/esm/testnet/composabletestnet.js +78 -0
  71. package/esm/testnet/cosmoshubtestnet.js +78 -0
  72. package/esm/testnet/elystestnet.js +78 -0
  73. package/esm/testnet/index.js +1 -0
  74. package/esm/testnet/jackaltestnet2.js +77 -1
  75. package/esm/testnet/nobletestnet.js +78 -0
  76. package/esm/testnet/osmosistestnet.js +84 -0
  77. package/esm/testnet/osmosistestnet4.js +78 -0
  78. package/esm/testnet/quicksilvertestnet.js +78 -0
  79. package/esm/testnet/stargazetestnet.js +78 -0
  80. package/esm/testnet/synternettestnet.js +154 -0
  81. package/index.d.ts +2 -1
  82. package/index.js +1 -0
  83. package/mainnet/agoric.js +70 -2
  84. package/mainnet/akash.js +70 -2
  85. package/mainnet/andromeda.js +68 -0
  86. package/mainnet/archway.js +10 -2
  87. package/mainnet/assets.js +5 -1
  88. package/mainnet/atomone.d.ts +3 -0
  89. package/mainnet/atomone.js +184 -0
  90. package/mainnet/axelar.js +70 -2
  91. package/mainnet/beezee.js +68 -0
  92. package/mainnet/bitcanna.js +68 -0
  93. package/mainnet/bitsong.js +68 -0
  94. package/mainnet/carbon.js +16 -16
  95. package/mainnet/chihuahua.js +2 -2
  96. package/mainnet/comdex.js +2 -2
  97. package/mainnet/composable.js +68 -0
  98. package/mainnet/cosmoshub.js +72 -4
  99. package/mainnet/crescent.js +2 -2
  100. package/mainnet/cryptoorgchain.js +2 -2
  101. package/mainnet/decentr.js +68 -0
  102. package/mainnet/doravota.js +68 -0
  103. package/mainnet/dydx.js +2 -2
  104. package/mainnet/dymension.js +68 -0
  105. package/mainnet/gravitybridge.js +72 -4
  106. package/mainnet/index.d.ts +4 -0
  107. package/mainnet/index.js +7 -3
  108. package/mainnet/injective.js +2 -2
  109. package/mainnet/int3face.d.ts +3 -0
  110. package/mainnet/int3face.js +184 -0
  111. package/mainnet/irisnet.js +2 -2
  112. package/mainnet/jackal.js +68 -0
  113. package/mainnet/juno.js +70 -2
  114. package/mainnet/kava.js +4 -4
  115. package/mainnet/kujira.js +86 -18
  116. package/mainnet/lava.js +238 -0
  117. package/mainnet/mantrachain.d.ts +3 -0
  118. package/mainnet/mantrachain.js +422 -0
  119. package/mainnet/migaloo.js +16 -16
  120. package/mainnet/neutron.js +108 -40
  121. package/mainnet/noble.js +314 -6
  122. package/mainnet/nois.js +68 -0
  123. package/mainnet/omniflixhub.js +68 -0
  124. package/mainnet/osmosis.js +534 -68
  125. package/mainnet/planq.js +68 -0
  126. package/mainnet/quicksilver.js +70 -2
  127. package/mainnet/qwoyn.js +68 -0
  128. package/mainnet/regen.js +2 -2
  129. package/mainnet/routerchain.js +82 -0
  130. package/mainnet/secretnetwork.js +102 -34
  131. package/mainnet/self.js +86 -0
  132. package/mainnet/sentinel.js +2 -2
  133. package/mainnet/sifchain.js +2 -2
  134. package/mainnet/stargaze.js +2 -2
  135. package/mainnet/starname.js +2 -2
  136. package/mainnet/stride.js +4 -4
  137. package/mainnet/synternet.d.ts +3 -0
  138. package/mainnet/synternet.js +184 -0
  139. package/mainnet/terra2.js +68 -0
  140. package/mainnet/umee.js +70 -2
  141. package/mainnet/vidulum.js +68 -0
  142. package/package.json +5 -5
  143. package/testnet/assets.js +2 -1
  144. package/testnet/axelartestnet.js +78 -0
  145. package/testnet/celestiatestnet3.js +78 -0
  146. package/testnet/composabletestnet.js +78 -0
  147. package/testnet/cosmoshubtestnet.js +78 -0
  148. package/testnet/elystestnet.js +78 -0
  149. package/testnet/index.d.ts +1 -0
  150. package/testnet/index.js +2 -1
  151. package/testnet/jackaltestnet2.js +77 -1
  152. package/testnet/nobletestnet.js +78 -0
  153. package/testnet/osmosistestnet.js +84 -0
  154. package/testnet/osmosistestnet4.js +78 -0
  155. package/testnet/quicksilvertestnet.js +78 -0
  156. package/testnet/stargazetestnet.js +78 -0
  157. package/testnet/synternettestnet.d.ts +3 -0
  158. package/testnet/synternettestnet.js +156 -0
@@ -1841,6 +1841,48 @@ const assets = {
1841
1841
  }
1842
1842
  }]
1843
1843
  },
1844
+ {
1845
+ description: 'The native staking and governance token of the testnet version of Synternet chain.',
1846
+ denom_units: [{
1847
+ denom: 'ibc/5A40E4FFC9DD1E4BF7BF7C77AC2B0F72C179DB4C64D4B351969FC8EBB9D12B97',
1848
+ exponent: 0,
1849
+ aliases: ['uamber']
1850
+ }, {
1851
+ denom: 'AMBER',
1852
+ exponent: 6
1853
+ }],
1854
+ base: 'ibc/5A40E4FFC9DD1E4BF7BF7C77AC2B0F72C179DB4C64D4B351969FC8EBB9D12B97',
1855
+ name: 'Synternet',
1856
+ display: 'AMBER',
1857
+ symbol: 'AMBER',
1858
+ logo_URIs: {
1859
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
1860
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg'
1861
+ },
1862
+ images: [{
1863
+ image_sync: {
1864
+ chain_name: 'synternet',
1865
+ base_denom: 'usynt'
1866
+ },
1867
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
1868
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg',
1869
+ theme: {
1870
+ primary_color_hex: '#272d45'
1871
+ }
1872
+ }],
1873
+ type_asset: 'sdk.coin',
1874
+ traces: [{
1875
+ type: 'ibc',
1876
+ counterparty: {
1877
+ channel_id: 'channel-0',
1878
+ base_denom: 'uamber',
1879
+ chain_name: 'synternettestnet'
1880
+ },
1881
+ chain: {
1882
+ channel_id: 'channel-9152'
1883
+ }
1884
+ }]
1885
+ },
1844
1886
  {
1845
1887
  description: 'The native token of the Titan network.',
1846
1888
  denom_units: [
@@ -2375,6 +2417,48 @@ const assets = {
2375
2417
  }
2376
2418
  }]
2377
2419
  },
2420
+ {
2421
+ description: 'The native staking and governance token of the testnet version of Synternet chain.',
2422
+ denom_units: [{
2423
+ denom: 'ibc/5A40E4FFC9DD1E4BF7BF7C77AC2B0F72C179DB4C64D4B351969FC8EBB9D12B97',
2424
+ exponent: 0,
2425
+ aliases: ['uamber']
2426
+ }, {
2427
+ denom: 'AMBER',
2428
+ exponent: 6
2429
+ }],
2430
+ base: 'ibc/5A40E4FFC9DD1E4BF7BF7C77AC2B0F72C179DB4C64D4B351969FC8EBB9D12B97',
2431
+ name: 'Synternet',
2432
+ display: 'AMBER',
2433
+ symbol: 'AMBER',
2434
+ logo_URIs: {
2435
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
2436
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg'
2437
+ },
2438
+ images: [{
2439
+ image_sync: {
2440
+ chain_name: 'synternet',
2441
+ base_denom: 'usynt'
2442
+ },
2443
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
2444
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg',
2445
+ theme: {
2446
+ primary_color_hex: '#272d45'
2447
+ }
2448
+ }],
2449
+ type_asset: 'sdk.coin',
2450
+ traces: [{
2451
+ type: 'ibc',
2452
+ counterparty: {
2453
+ channel_id: 'channel-0',
2454
+ base_denom: 'uamber',
2455
+ chain_name: 'synternettestnet'
2456
+ },
2457
+ chain: {
2458
+ channel_id: 'channel-9152'
2459
+ }
2460
+ }]
2461
+ },
2378
2462
  {
2379
2463
  description: 'The native token of the Titan network.',
2380
2464
  denom_units: [
@@ -392,6 +392,84 @@ const assets = {
392
392
  channel_id: 'channel-3651'
393
393
  }
394
394
  }]
395
+ },
396
+ {
397
+ description: 'The native token of Prysm',
398
+ denom_units: [{
399
+ denom: 'ibc/465E80C8DF74BA682D2EA408043FB4285CC27F3B3123E600B9BCCDB6F14FDFB8',
400
+ exponent: 0,
401
+ aliases: ['uprysm']
402
+ }, {
403
+ denom: 'prysm',
404
+ exponent: 6
405
+ }],
406
+ base: 'ibc/465E80C8DF74BA682D2EA408043FB4285CC27F3B3123E600B9BCCDB6F14FDFB8',
407
+ display: 'prysm',
408
+ name: 'Prysm',
409
+ symbol: 'PRYSM',
410
+ images: [{
411
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
412
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg',
413
+ theme: {
414
+ circle: true,
415
+ primary_color_hex: '#cf654f'
416
+ }
417
+ }],
418
+ socials: {
419
+ website: 'https://www.prysm.network/',
420
+ twitter: 'https://twitter.com/PrysmNetwork'
421
+ },
422
+ type_asset: 'sdk.coin',
423
+ traces: [{
424
+ type: 'ibc',
425
+ counterparty: {
426
+ channel_id: 'channel-1',
427
+ base_denom: 'uprysm',
428
+ chain_name: 'prysmdevnet'
429
+ },
430
+ chain: {
431
+ channel_id: 'channel-9018'
432
+ }
433
+ }]
434
+ },
435
+ {
436
+ description: 'The native token of Prysm',
437
+ denom_units: [{
438
+ denom: 'ibc/465E80C8DF74BA682D2EA408043FB4285CC27F3B3123E600B9BCCDB6F14FDFB8',
439
+ exponent: 0,
440
+ aliases: ['uprysm']
441
+ }, {
442
+ denom: 'prysm',
443
+ exponent: 6
444
+ }],
445
+ base: 'ibc/465E80C8DF74BA682D2EA408043FB4285CC27F3B3123E600B9BCCDB6F14FDFB8',
446
+ display: 'prysm',
447
+ name: 'Prysm',
448
+ symbol: 'PRYSM',
449
+ images: [{
450
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
451
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg',
452
+ theme: {
453
+ circle: true,
454
+ primary_color_hex: '#cf654f'
455
+ }
456
+ }],
457
+ socials: {
458
+ website: 'https://www.prysm.network/',
459
+ twitter: 'https://twitter.com/PrysmNetwork'
460
+ },
461
+ type_asset: 'sdk.coin',
462
+ traces: [{
463
+ type: 'ibc',
464
+ counterparty: {
465
+ channel_id: 'channel-1',
466
+ base_denom: 'uprysm',
467
+ chain_name: 'prysmdevnet'
468
+ },
469
+ chain: {
470
+ channel_id: 'channel-9018'
471
+ }
472
+ }]
395
473
  }
396
474
  ]
397
475
  };
@@ -148,6 +148,84 @@ const assets = {
148
148
  channel_id: 'channel-20'
149
149
  }
150
150
  }]
151
+ },
152
+ {
153
+ description: 'The native token of Prysm',
154
+ denom_units: [{
155
+ denom: 'ibc/740ECD9448A8468DAA0318EC61B69D72B6DF9C99907039519560813871C55246',
156
+ exponent: 0,
157
+ aliases: ['uprysm']
158
+ }, {
159
+ denom: 'prysm',
160
+ exponent: 6
161
+ }],
162
+ base: 'ibc/740ECD9448A8468DAA0318EC61B69D72B6DF9C99907039519560813871C55246',
163
+ display: 'prysm',
164
+ name: 'Prysm',
165
+ symbol: 'PRYSM',
166
+ images: [{
167
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
168
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg',
169
+ theme: {
170
+ circle: true,
171
+ primary_color_hex: '#cf654f'
172
+ }
173
+ }],
174
+ socials: {
175
+ website: 'https://www.prysm.network/',
176
+ twitter: 'https://twitter.com/PrysmNetwork'
177
+ },
178
+ type_asset: 'sdk.coin',
179
+ traces: [{
180
+ type: 'ibc',
181
+ counterparty: {
182
+ channel_id: 'channel-5',
183
+ base_denom: 'uprysm',
184
+ chain_name: 'prysmdevnet'
185
+ },
186
+ chain: {
187
+ channel_id: 'channel-3'
188
+ }
189
+ }]
190
+ },
191
+ {
192
+ description: 'The native token of Prysm',
193
+ denom_units: [{
194
+ denom: 'ibc/740ECD9448A8468DAA0318EC61B69D72B6DF9C99907039519560813871C55246',
195
+ exponent: 0,
196
+ aliases: ['uprysm']
197
+ }, {
198
+ denom: 'prysm',
199
+ exponent: 6
200
+ }],
201
+ base: 'ibc/740ECD9448A8468DAA0318EC61B69D72B6DF9C99907039519560813871C55246',
202
+ display: 'prysm',
203
+ name: 'Prysm',
204
+ symbol: 'PRYSM',
205
+ images: [{
206
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
207
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg',
208
+ theme: {
209
+ circle: true,
210
+ primary_color_hex: '#cf654f'
211
+ }
212
+ }],
213
+ socials: {
214
+ website: 'https://www.prysm.network/',
215
+ twitter: 'https://twitter.com/PrysmNetwork'
216
+ },
217
+ type_asset: 'sdk.coin',
218
+ traces: [{
219
+ type: 'ibc',
220
+ counterparty: {
221
+ channel_id: 'channel-5',
222
+ base_denom: 'uprysm',
223
+ chain_name: 'prysmdevnet'
224
+ },
225
+ chain: {
226
+ channel_id: 'channel-3'
227
+ }
228
+ }]
151
229
  }
152
230
  ]
153
231
  };
@@ -297,6 +297,45 @@ const assets = {
297
297
  }
298
298
  }]
299
299
  },
300
+ {
301
+ description: 'The native token of Prysm',
302
+ denom_units: [{
303
+ denom: 'ibc/8A6CC8011B6421E227D5BF753C3937F703A5470847EEDF78C87111252AE1B6DE',
304
+ exponent: 0,
305
+ aliases: ['uprysm']
306
+ }, {
307
+ denom: 'prysm',
308
+ exponent: 6
309
+ }],
310
+ base: 'ibc/8A6CC8011B6421E227D5BF753C3937F703A5470847EEDF78C87111252AE1B6DE',
311
+ display: 'prysm',
312
+ name: 'Prysm',
313
+ symbol: 'PRYSM',
314
+ images: [{
315
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
316
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg',
317
+ theme: {
318
+ circle: true,
319
+ primary_color_hex: '#cf654f'
320
+ }
321
+ }],
322
+ socials: {
323
+ website: 'https://www.prysm.network/',
324
+ twitter: 'https://twitter.com/PrysmNetwork'
325
+ },
326
+ type_asset: 'sdk.coin',
327
+ traces: [{
328
+ type: 'ibc',
329
+ counterparty: {
330
+ channel_id: 'channel-11',
331
+ base_denom: 'uprysm',
332
+ chain_name: 'prysmdevnet'
333
+ },
334
+ chain: {
335
+ channel_id: 'channel-1005'
336
+ }
337
+ }]
338
+ },
300
339
  {
301
340
  description: 'The native token of Symphony',
302
341
  denom_units: [{
@@ -664,6 +703,45 @@ const assets = {
664
703
  channel_id: 'channel-807'
665
704
  }
666
705
  }]
706
+ },
707
+ {
708
+ description: 'The native token of Prysm',
709
+ denom_units: [{
710
+ denom: 'ibc/8A6CC8011B6421E227D5BF753C3937F703A5470847EEDF78C87111252AE1B6DE',
711
+ exponent: 0,
712
+ aliases: ['uprysm']
713
+ }, {
714
+ denom: 'prysm',
715
+ exponent: 6
716
+ }],
717
+ base: 'ibc/8A6CC8011B6421E227D5BF753C3937F703A5470847EEDF78C87111252AE1B6DE',
718
+ display: 'prysm',
719
+ name: 'Prysm',
720
+ symbol: 'PRYSM',
721
+ images: [{
722
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
723
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg',
724
+ theme: {
725
+ circle: true,
726
+ primary_color_hex: '#cf654f'
727
+ }
728
+ }],
729
+ socials: {
730
+ website: 'https://www.prysm.network/',
731
+ twitter: 'https://twitter.com/PrysmNetwork'
732
+ },
733
+ type_asset: 'sdk.coin',
734
+ traces: [{
735
+ type: 'ibc',
736
+ counterparty: {
737
+ channel_id: 'channel-11',
738
+ base_denom: 'uprysm',
739
+ chain_name: 'prysmdevnet'
740
+ },
741
+ chain: {
742
+ channel_id: 'channel-1005'
743
+ }
744
+ }]
667
745
  }
668
746
  ]
669
747
  };
@@ -0,0 +1,154 @@
1
+ const assets = {
2
+ chain_name: 'synternettestnet',
3
+ assets: [
4
+ {
5
+ description: 'The native token of Osmosis',
6
+ denom_units: [{
7
+ denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
8
+ exponent: 0,
9
+ aliases: ['uosmo']
10
+ }, {
11
+ denom: 'osmo',
12
+ exponent: 6,
13
+ aliases: []
14
+ }],
15
+ type_asset: 'sdk.coin',
16
+ base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
17
+ name: 'Osmosis Testnet',
18
+ display: 'osmo',
19
+ symbol: 'OSMO',
20
+ logo_URIs: {
21
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
22
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
23
+ },
24
+ images: [{
25
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
26
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
27
+ }],
28
+ coingecko_id: 'osmosis',
29
+ keywords: ['dex', 'staking'],
30
+ traces: [{
31
+ type: 'ibc',
32
+ counterparty: {
33
+ channel_id: 'channel-9152',
34
+ base_denom: 'uosmo',
35
+ chain_name: 'osmosistestnet'
36
+ },
37
+ chain: {
38
+ channel_id: 'channel-0'
39
+ }
40
+ }]
41
+ },
42
+ {
43
+ denom_units: [{
44
+ denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
45
+ exponent: 0,
46
+ aliases: ['uion']
47
+ }, {
48
+ denom: 'ion',
49
+ exponent: 6
50
+ }],
51
+ type_asset: 'sdk.coin',
52
+ base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
53
+ name: 'Ion',
54
+ display: 'ion',
55
+ symbol: 'ION',
56
+ logo_URIs: {
57
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
58
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
59
+ },
60
+ images: [{
61
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
62
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
63
+ }],
64
+ coingecko_id: 'ion',
65
+ keywords: ['memecoin'],
66
+ traces: [{
67
+ type: 'ibc',
68
+ counterparty: {
69
+ channel_id: 'channel-9152',
70
+ base_denom: 'uion',
71
+ chain_name: 'osmosistestnet'
72
+ },
73
+ chain: {
74
+ channel_id: 'channel-0'
75
+ }
76
+ }]
77
+ },
78
+ {
79
+ description: 'The native token of Osmosis',
80
+ denom_units: [{
81
+ denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
82
+ exponent: 0,
83
+ aliases: ['uosmo']
84
+ }, {
85
+ denom: 'osmo',
86
+ exponent: 6,
87
+ aliases: []
88
+ }],
89
+ type_asset: 'sdk.coin',
90
+ base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
91
+ name: 'Osmosis Testnet',
92
+ display: 'osmo',
93
+ symbol: 'OSMO',
94
+ logo_URIs: {
95
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
96
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
97
+ },
98
+ images: [{
99
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
100
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
101
+ }],
102
+ coingecko_id: 'osmosis',
103
+ keywords: ['dex', 'staking'],
104
+ traces: [{
105
+ type: 'ibc',
106
+ counterparty: {
107
+ channel_id: 'channel-9152',
108
+ base_denom: 'uosmo',
109
+ chain_name: 'osmosistestnet'
110
+ },
111
+ chain: {
112
+ channel_id: 'channel-0'
113
+ }
114
+ }]
115
+ },
116
+ {
117
+ denom_units: [{
118
+ denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
119
+ exponent: 0,
120
+ aliases: ['uion']
121
+ }, {
122
+ denom: 'ion',
123
+ exponent: 6
124
+ }],
125
+ type_asset: 'sdk.coin',
126
+ base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
127
+ name: 'Ion',
128
+ display: 'ion',
129
+ symbol: 'ION',
130
+ logo_URIs: {
131
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
132
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
133
+ },
134
+ images: [{
135
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
136
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
137
+ }],
138
+ coingecko_id: 'ion',
139
+ keywords: ['memecoin'],
140
+ traces: [{
141
+ type: 'ibc',
142
+ counterparty: {
143
+ channel_id: 'channel-9152',
144
+ base_denom: 'uion',
145
+ chain_name: 'osmosistestnet'
146
+ },
147
+ chain: {
148
+ channel_id: 'channel-0'
149
+ }
150
+ }]
151
+ }
152
+ ]
153
+ };
154
+ export default assets;
package/index.d.ts CHANGED
@@ -1,9 +1,10 @@
1
1
  export * from './mainnet';
2
2
  export * from './testnet';
3
+ export * from './devnet';
3
4
  export * from './noncosmos';
4
5
  import asset_lists from './asset_lists';
5
6
  declare const _default: {
6
- asset_lists: AssetList[];
7
+ asset_lists: import("@chain-registry/types").AssetList[];
7
8
  };
8
9
  export default _default;
9
10
  export { asset_lists };
package/index.js CHANGED
@@ -20,6 +20,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
20
20
  exports.asset_lists = void 0;
21
21
  __exportStar(require("./mainnet"), exports);
22
22
  __exportStar(require("./testnet"), exports);
23
+ __exportStar(require("./devnet"), exports);
23
24
  __exportStar(require("./noncosmos"), exports);
24
25
  const asset_lists_1 = __importDefault(require("./asset_lists"));
25
26
  exports.asset_lists = asset_lists_1.default;
package/mainnet/agoric.js CHANGED
@@ -53,6 +53,40 @@ const assets = {
53
53
  }
54
54
  }]
55
55
  },
56
+ {
57
+ description: 'Architects Token',
58
+ type_asset: 'cw20',
59
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
60
+ denom_units: [{
61
+ denom: 'ibc/942E6FDD64A9887E6E647900EC9E18EE166D6DAE76F470D324C349361AA6CE37',
62
+ exponent: 0,
63
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
64
+ }, {
65
+ denom: 'TOKN',
66
+ exponent: 18
67
+ }],
68
+ base: 'ibc/942E6FDD64A9887E6E647900EC9E18EE166D6DAE76F470D324C349361AA6CE37',
69
+ name: 'Architects Token',
70
+ display: 'TOKN',
71
+ symbol: 'TOKN',
72
+ logo_URIs: {
73
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
74
+ },
75
+ images: [{
76
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
77
+ }],
78
+ traces: [{
79
+ type: 'ibc',
80
+ counterparty: {
81
+ channel_id: 'channel-20',
82
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
83
+ chain_name: 'archway'
84
+ },
85
+ chain: {
86
+ channel_id: 'channel-60'
87
+ }
88
+ }]
89
+ },
56
90
  {
57
91
  description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
58
92
  denom_units: [{
@@ -921,7 +955,7 @@ const assets = {
921
955
  }]
922
956
  },
923
957
  {
924
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
958
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
925
959
  denom_units: [{
926
960
  denom: 'ibc/1C312D6A05202A8F83393290B3403EAA37FF2E3DDA73BB69253C2D10CDA4D6CF',
927
961
  exponent: 0,
@@ -1140,6 +1174,40 @@ const assets = {
1140
1174
  }
1141
1175
  }]
1142
1176
  },
1177
+ {
1178
+ description: 'Architects Token',
1179
+ type_asset: 'cw20',
1180
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
1181
+ denom_units: [{
1182
+ denom: 'ibc/942E6FDD64A9887E6E647900EC9E18EE166D6DAE76F470D324C349361AA6CE37',
1183
+ exponent: 0,
1184
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
1185
+ }, {
1186
+ denom: 'TOKN',
1187
+ exponent: 18
1188
+ }],
1189
+ base: 'ibc/942E6FDD64A9887E6E647900EC9E18EE166D6DAE76F470D324C349361AA6CE37',
1190
+ name: 'Architects Token',
1191
+ display: 'TOKN',
1192
+ symbol: 'TOKN',
1193
+ logo_URIs: {
1194
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
1195
+ },
1196
+ images: [{
1197
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
1198
+ }],
1199
+ traces: [{
1200
+ type: 'ibc',
1201
+ counterparty: {
1202
+ channel_id: 'channel-20',
1203
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
1204
+ chain_name: 'archway'
1205
+ },
1206
+ chain: {
1207
+ channel_id: 'channel-60'
1208
+ }
1209
+ }]
1210
+ },
1143
1211
  {
1144
1212
  description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
1145
1213
  denom_units: [{
@@ -2008,7 +2076,7 @@ const assets = {
2008
2076
  }]
2009
2077
  },
2010
2078
  {
2011
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
2079
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
2012
2080
  denom_units: [{
2013
2081
  denom: 'ibc/1C312D6A05202A8F83393290B3403EAA37FF2E3DDA73BB69253C2D10CDA4D6CF',
2014
2082
  exponent: 0,