@chain-registry/assets 1.70.16 → 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 +1 -0
  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
@@ -427,6 +427,40 @@ const assets = {
427
427
  }
428
428
  }]
429
429
  },
430
+ {
431
+ description: 'Architects Token',
432
+ type_asset: 'cw20',
433
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
434
+ denom_units: [{
435
+ denom: 'ibc/3838496384B98CEDA02B5030FACFC4DEAFCA368568B9EAC186AA7E8C4359933F',
436
+ exponent: 0,
437
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
438
+ }, {
439
+ denom: 'TOKN',
440
+ exponent: 18
441
+ }],
442
+ base: 'ibc/3838496384B98CEDA02B5030FACFC4DEAFCA368568B9EAC186AA7E8C4359933F',
443
+ name: 'Architects Token',
444
+ display: 'TOKN',
445
+ symbol: 'TOKN',
446
+ logo_URIs: {
447
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
448
+ },
449
+ images: [{
450
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
451
+ }],
452
+ traces: [{
453
+ type: 'ibc',
454
+ counterparty: {
455
+ channel_id: 'channel-1',
456
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
457
+ chain_name: 'archway'
458
+ },
459
+ chain: {
460
+ channel_id: 'channel-1429'
461
+ }
462
+ }]
463
+ },
430
464
  {
431
465
  description: 'The native token of Arkhadian',
432
466
  denom_units: [{
@@ -512,6 +546,45 @@ const assets = {
512
546
  }
513
547
  }]
514
548
  },
549
+ {
550
+ description: 'The native staking and governance token of AtomOne',
551
+ denom_units: [{
552
+ denom: 'ibc/715283E4A955EB803AB1DD30B488587A4D63BF0B51BADA537053DEE479BA10D6',
553
+ exponent: 0,
554
+ aliases: ['uatone']
555
+ }, {
556
+ denom: 'atone',
557
+ exponent: 6
558
+ }],
559
+ base: 'ibc/715283E4A955EB803AB1DD30B488587A4D63BF0B51BADA537053DEE479BA10D6',
560
+ name: 'Atone',
561
+ display: 'atone',
562
+ symbol: 'ATONE',
563
+ logo_URIs: {
564
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
565
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
566
+ },
567
+ images: [{
568
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
569
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
570
+ }],
571
+ type_asset: 'sdk.coin',
572
+ socials: {
573
+ website: 'https://atom.one',
574
+ twitter: 'https://x.com/_atomone'
575
+ },
576
+ traces: [{
577
+ type: 'ibc',
578
+ counterparty: {
579
+ channel_id: 'channel-0',
580
+ base_denom: 'uatone',
581
+ chain_name: 'atomone'
582
+ },
583
+ chain: {
584
+ channel_id: 'channel-85309'
585
+ }
586
+ }]
587
+ },
515
588
  {
516
589
  description: 'The native token of Aura Network',
517
590
  denom_units: [{
@@ -638,7 +711,7 @@ const assets = {
638
711
  }]
639
712
  },
640
713
  {
641
- description: 'BeeZee native blockchain',
714
+ description: 'BeeZee network native coin',
642
715
  denom_units: [{
643
716
  denom: 'ibc/C822645522FC3EECF817609AA38C24B64D04F5C267A23BCCF8F2E3BC5755FA88',
644
717
  exponent: 0,
@@ -664,6 +737,10 @@ const assets = {
664
737
  }
665
738
  }],
666
739
  type_asset: 'sdk.coin',
740
+ socials: {
741
+ website: 'https://getbze.com/',
742
+ twitter: 'https://x.com/BZEdgeCoin'
743
+ },
667
744
  traces: [{
668
745
  type: 'ibc',
669
746
  counterparty: {
@@ -3125,7 +3202,7 @@ const assets = {
3125
3202
  },
3126
3203
  socials: {
3127
3204
  website: 'https://islamiccoin.net',
3128
- twitter: 'https://x.com/1slamic_coin'
3205
+ twitter: 'https://x.com/islamic_coin'
3129
3206
  },
3130
3207
  images: [{
3131
3208
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
@@ -3594,6 +3671,46 @@ const assets = {
3594
3671
  }
3595
3672
  }]
3596
3673
  },
3674
+ {
3675
+ description: 'Int3face blockchain native token',
3676
+ denom_units: [{
3677
+ denom: 'ibc/7D29C888219883C47C623578ACACFC89CC29AA70FBF09C895A1EED911BF90F32',
3678
+ exponent: 0,
3679
+ aliases: ['uint3']
3680
+ }, {
3681
+ denom: 'int3',
3682
+ exponent: 6
3683
+ }],
3684
+ base: 'ibc/7D29C888219883C47C623578ACACFC89CC29AA70FBF09C895A1EED911BF90F32',
3685
+ name: 'Int3face Token',
3686
+ display: 'int3',
3687
+ symbol: 'INT3',
3688
+ logo_URIs: {
3689
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png'
3690
+ },
3691
+ images: [{
3692
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png',
3693
+ theme: {
3694
+ primary_color_hex: '#3d3d3d'
3695
+ }
3696
+ }],
3697
+ socials: {
3698
+ website: 'https://int3face.io/',
3699
+ twitter: 'https://x.com/int3face'
3700
+ },
3701
+ type_asset: 'sdk.coin',
3702
+ traces: [{
3703
+ type: 'ibc',
3704
+ counterparty: {
3705
+ channel_id: 'channel-0',
3706
+ base_denom: 'uint3',
3707
+ chain_name: 'int3face'
3708
+ },
3709
+ chain: {
3710
+ channel_id: 'channel-82819'
3711
+ }
3712
+ }]
3713
+ },
3597
3714
  {
3598
3715
  description: 'The IRIS token is the native governance token for the IrisNet chain.',
3599
3716
  denom_units: [{
@@ -4373,6 +4490,71 @@ const assets = {
4373
4490
  }
4374
4491
  }]
4375
4492
  },
4493
+ {
4494
+ description: 'The native token of MANTRA',
4495
+ denom_units: [{
4496
+ denom: 'ibc/164807F6226F91990F358C6467EEE8B162E437BDCD3DADEC3F0CE20693720795',
4497
+ exponent: 0,
4498
+ aliases: ['uom']
4499
+ }, {
4500
+ denom: 'om',
4501
+ exponent: 6
4502
+ }],
4503
+ type_asset: 'sdk.coin',
4504
+ base: 'ibc/164807F6226F91990F358C6467EEE8B162E437BDCD3DADEC3F0CE20693720795',
4505
+ name: 'MANTRA Chain',
4506
+ display: 'om',
4507
+ symbol: 'OM',
4508
+ coingecko_id: 'mantra-dao',
4509
+ keywords: [
4510
+ 'rwa',
4511
+ 'wasm',
4512
+ 'staking'
4513
+ ],
4514
+ images: [
4515
+ {
4516
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
4517
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
4518
+ theme: {
4519
+ circle: true,
4520
+ primary_color_hex: '#fba0c1'
4521
+ }
4522
+ },
4523
+ {
4524
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
4525
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
4526
+ theme: {
4527
+ dark_mode: true,
4528
+ circle: true,
4529
+ primary_color_hex: '#342c2c'
4530
+ }
4531
+ },
4532
+ {
4533
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
4534
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
4535
+ theme: {
4536
+ dark_mode: false,
4537
+ circle: true,
4538
+ primary_color_hex: '#342c2c'
4539
+ }
4540
+ }
4541
+ ],
4542
+ socials: {
4543
+ website: 'https://www.mantrachain.io/',
4544
+ twitter: 'https://x.com/MANTRA_Chain'
4545
+ },
4546
+ traces: [{
4547
+ type: 'ibc',
4548
+ counterparty: {
4549
+ channel_id: 'channel-0',
4550
+ base_denom: 'uom',
4551
+ chain_name: 'mantrachain'
4552
+ },
4553
+ chain: {
4554
+ channel_id: 'channel-85077'
4555
+ }
4556
+ }]
4557
+ },
4376
4558
  {
4377
4559
  description: 'The native token of Medas Digital Network',
4378
4560
  denom_units: [{
@@ -5909,6 +6091,40 @@ const assets = {
5909
6091
  }
5910
6092
  }]
5911
6093
  },
6094
+ {
6095
+ description: 'Architects Token',
6096
+ type_asset: 'cw20',
6097
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
6098
+ denom_units: [{
6099
+ denom: 'ibc/3838496384B98CEDA02B5030FACFC4DEAFCA368568B9EAC186AA7E8C4359933F',
6100
+ exponent: 0,
6101
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
6102
+ }, {
6103
+ denom: 'TOKN',
6104
+ exponent: 18
6105
+ }],
6106
+ base: 'ibc/3838496384B98CEDA02B5030FACFC4DEAFCA368568B9EAC186AA7E8C4359933F',
6107
+ name: 'Architects Token',
6108
+ display: 'TOKN',
6109
+ symbol: 'TOKN',
6110
+ logo_URIs: {
6111
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
6112
+ },
6113
+ images: [{
6114
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
6115
+ }],
6116
+ traces: [{
6117
+ type: 'ibc',
6118
+ counterparty: {
6119
+ channel_id: 'channel-1',
6120
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
6121
+ chain_name: 'archway'
6122
+ },
6123
+ chain: {
6124
+ channel_id: 'channel-1429'
6125
+ }
6126
+ }]
6127
+ },
5912
6128
  {
5913
6129
  description: 'The native token of Arkhadian',
5914
6130
  denom_units: [{
@@ -5994,6 +6210,45 @@ const assets = {
5994
6210
  }
5995
6211
  }]
5996
6212
  },
6213
+ {
6214
+ description: 'The native staking and governance token of AtomOne',
6215
+ denom_units: [{
6216
+ denom: 'ibc/715283E4A955EB803AB1DD30B488587A4D63BF0B51BADA537053DEE479BA10D6',
6217
+ exponent: 0,
6218
+ aliases: ['uatone']
6219
+ }, {
6220
+ denom: 'atone',
6221
+ exponent: 6
6222
+ }],
6223
+ base: 'ibc/715283E4A955EB803AB1DD30B488587A4D63BF0B51BADA537053DEE479BA10D6',
6224
+ name: 'Atone',
6225
+ display: 'atone',
6226
+ symbol: 'ATONE',
6227
+ logo_URIs: {
6228
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
6229
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
6230
+ },
6231
+ images: [{
6232
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
6233
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
6234
+ }],
6235
+ type_asset: 'sdk.coin',
6236
+ socials: {
6237
+ website: 'https://atom.one',
6238
+ twitter: 'https://x.com/_atomone'
6239
+ },
6240
+ traces: [{
6241
+ type: 'ibc',
6242
+ counterparty: {
6243
+ channel_id: 'channel-0',
6244
+ base_denom: 'uatone',
6245
+ chain_name: 'atomone'
6246
+ },
6247
+ chain: {
6248
+ channel_id: 'channel-85309'
6249
+ }
6250
+ }]
6251
+ },
5997
6252
  {
5998
6253
  description: 'The native token of Aura Network',
5999
6254
  denom_units: [{
@@ -6120,7 +6375,7 @@ const assets = {
6120
6375
  }]
6121
6376
  },
6122
6377
  {
6123
- description: 'BeeZee native blockchain',
6378
+ description: 'BeeZee network native coin',
6124
6379
  denom_units: [{
6125
6380
  denom: 'ibc/C822645522FC3EECF817609AA38C24B64D04F5C267A23BCCF8F2E3BC5755FA88',
6126
6381
  exponent: 0,
@@ -6146,6 +6401,10 @@ const assets = {
6146
6401
  }
6147
6402
  }],
6148
6403
  type_asset: 'sdk.coin',
6404
+ socials: {
6405
+ website: 'https://getbze.com/',
6406
+ twitter: 'https://x.com/BZEdgeCoin'
6407
+ },
6149
6408
  traces: [{
6150
6409
  type: 'ibc',
6151
6410
  counterparty: {
@@ -8607,7 +8866,7 @@ const assets = {
8607
8866
  },
8608
8867
  socials: {
8609
8868
  website: 'https://islamiccoin.net',
8610
- twitter: 'https://x.com/1slamic_coin'
8869
+ twitter: 'https://x.com/islamic_coin'
8611
8870
  },
8612
8871
  images: [{
8613
8872
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
@@ -9076,6 +9335,46 @@ const assets = {
9076
9335
  }
9077
9336
  }]
9078
9337
  },
9338
+ {
9339
+ description: 'Int3face blockchain native token',
9340
+ denom_units: [{
9341
+ denom: 'ibc/7D29C888219883C47C623578ACACFC89CC29AA70FBF09C895A1EED911BF90F32',
9342
+ exponent: 0,
9343
+ aliases: ['uint3']
9344
+ }, {
9345
+ denom: 'int3',
9346
+ exponent: 6
9347
+ }],
9348
+ base: 'ibc/7D29C888219883C47C623578ACACFC89CC29AA70FBF09C895A1EED911BF90F32',
9349
+ name: 'Int3face Token',
9350
+ display: 'int3',
9351
+ symbol: 'INT3',
9352
+ logo_URIs: {
9353
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png'
9354
+ },
9355
+ images: [{
9356
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png',
9357
+ theme: {
9358
+ primary_color_hex: '#3d3d3d'
9359
+ }
9360
+ }],
9361
+ socials: {
9362
+ website: 'https://int3face.io/',
9363
+ twitter: 'https://x.com/int3face'
9364
+ },
9365
+ type_asset: 'sdk.coin',
9366
+ traces: [{
9367
+ type: 'ibc',
9368
+ counterparty: {
9369
+ channel_id: 'channel-0',
9370
+ base_denom: 'uint3',
9371
+ chain_name: 'int3face'
9372
+ },
9373
+ chain: {
9374
+ channel_id: 'channel-82819'
9375
+ }
9376
+ }]
9377
+ },
9079
9378
  {
9080
9379
  description: 'The IRIS token is the native governance token for the IrisNet chain.',
9081
9380
  denom_units: [{
@@ -9855,6 +10154,71 @@ const assets = {
9855
10154
  }
9856
10155
  }]
9857
10156
  },
10157
+ {
10158
+ description: 'The native token of MANTRA',
10159
+ denom_units: [{
10160
+ denom: 'ibc/164807F6226F91990F358C6467EEE8B162E437BDCD3DADEC3F0CE20693720795',
10161
+ exponent: 0,
10162
+ aliases: ['uom']
10163
+ }, {
10164
+ denom: 'om',
10165
+ exponent: 6
10166
+ }],
10167
+ type_asset: 'sdk.coin',
10168
+ base: 'ibc/164807F6226F91990F358C6467EEE8B162E437BDCD3DADEC3F0CE20693720795',
10169
+ name: 'MANTRA Chain',
10170
+ display: 'om',
10171
+ symbol: 'OM',
10172
+ coingecko_id: 'mantra-dao',
10173
+ keywords: [
10174
+ 'rwa',
10175
+ 'wasm',
10176
+ 'staking'
10177
+ ],
10178
+ images: [
10179
+ {
10180
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
10181
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
10182
+ theme: {
10183
+ circle: true,
10184
+ primary_color_hex: '#fba0c1'
10185
+ }
10186
+ },
10187
+ {
10188
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
10189
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
10190
+ theme: {
10191
+ dark_mode: true,
10192
+ circle: true,
10193
+ primary_color_hex: '#342c2c'
10194
+ }
10195
+ },
10196
+ {
10197
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
10198
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
10199
+ theme: {
10200
+ dark_mode: false,
10201
+ circle: true,
10202
+ primary_color_hex: '#342c2c'
10203
+ }
10204
+ }
10205
+ ],
10206
+ socials: {
10207
+ website: 'https://www.mantrachain.io/',
10208
+ twitter: 'https://x.com/MANTRA_Chain'
10209
+ },
10210
+ traces: [{
10211
+ type: 'ibc',
10212
+ counterparty: {
10213
+ channel_id: 'channel-0',
10214
+ base_denom: 'uom',
10215
+ chain_name: 'mantrachain'
10216
+ },
10217
+ chain: {
10218
+ channel_id: 'channel-85077'
10219
+ }
10220
+ }]
10221
+ },
9858
10222
  {
9859
10223
  description: 'The native token of Medas Digital Network',
9860
10224
  denom_units: [{
@@ -11083,7 +11447,7 @@ const assets = {
11083
11447
  }]
11084
11448
  },
11085
11449
  {
11086
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
11450
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
11087
11451
  denom_units: [{
11088
11452
  denom: 'ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293',
11089
11453
  exponent: 0,
@@ -14058,7 +14422,7 @@ const assets = {
14058
14422
  }]
14059
14423
  },
14060
14424
  {
14061
- description: 'The native token of Quasar',
14425
+ description: 'The QSR token has transitioned to a legacy token, with migration to the EVM ecosystem currently underway.',
14062
14426
  denom_units: [{
14063
14427
  denom: 'ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477',
14064
14428
  exponent: 0,
@@ -14070,9 +14434,9 @@ const assets = {
14070
14434
  }],
14071
14435
  type_asset: 'sdk.coin',
14072
14436
  base: 'ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477',
14073
- name: 'Quasar',
14437
+ name: 'Quasar (legacy)',
14074
14438
  display: 'qsr',
14075
- symbol: 'QSR',
14439
+ symbol: 'QSR.legacy',
14076
14440
  coingecko_id: 'quasar-2',
14077
14441
  logo_URIs: {
14078
14442
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
@@ -15271,7 +15635,7 @@ const assets = {
15271
15635
  }]
15272
15636
  },
15273
15637
  {
15274
- description: 'STOS coin is the token for the Stratos (STOS) cosmos based blockchain',
15638
+ description: 'STOS coin is the native token for the Stratos Blockchain. Stratos is a pioneering decentralized infrastructure service provider, revolutionizing AI and DePIN with advanced decentralized solutions in storage, computing, databases, and blockchain services. We empower Web 3.0 developpers and dApps through our scalable, reliable, and high-performance networks.',
15275
15639
  denom_units: [
15276
15640
  {
15277
15641
  denom: 'ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C',
@@ -15303,6 +15667,15 @@ const assets = {
15303
15667
  primary_color_hex: '#04847c'
15304
15668
  }
15305
15669
  }],
15670
+ socials: {
15671
+ website: 'https://www.thestratos.org/',
15672
+ twitter: 'https://x.com/Stratos_Network',
15673
+ discord: 'https://discord.gg/tpQGpC2nMh',
15674
+ telegram: 'https://t.me/StratosOfficial',
15675
+ reddit: 'https://www.reddit.com/r/stratoscommunity/',
15676
+ github: 'https://github.com/stratosnet',
15677
+ medium: 'https://stratos-network.medium.com/'
15678
+ },
15306
15679
  type_asset: 'sdk.coin',
15307
15680
  traces: [{
15308
15681
  type: 'ibc',
@@ -15359,6 +15732,48 @@ const assets = {
15359
15732
  }
15360
15733
  }]
15361
15734
  },
15735
+ {
15736
+ description: 'Synternet is a blockchain that powers modular, interoperable data infrastructure across all major chains.',
15737
+ denom_units: [{
15738
+ denom: 'ibc/1B454982D3746951510D3845145B83628D4ED380D95722C8077776C4689F973A',
15739
+ exponent: 0,
15740
+ aliases: ['usynt']
15741
+ }, {
15742
+ denom: 'SYNT',
15743
+ exponent: 6
15744
+ }],
15745
+ base: 'ibc/1B454982D3746951510D3845145B83628D4ED380D95722C8077776C4689F973A',
15746
+ name: 'Synternet',
15747
+ display: 'SYNT',
15748
+ symbol: 'SYNT',
15749
+ logo_URIs: {
15750
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
15751
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg'
15752
+ },
15753
+ images: [{
15754
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
15755
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg',
15756
+ theme: {
15757
+ primary_color_hex: '#272d45'
15758
+ }
15759
+ }],
15760
+ socials: {
15761
+ website: 'https://www.synternet.com/',
15762
+ twitter: 'https://twitter.com/synternet_com'
15763
+ },
15764
+ type_asset: 'sdk.coin',
15765
+ traces: [{
15766
+ type: 'ibc',
15767
+ counterparty: {
15768
+ channel_id: 'channel-1',
15769
+ base_denom: 'usynt',
15770
+ chain_name: 'synternet'
15771
+ },
15772
+ chain: {
15773
+ channel_id: 'channel-85186'
15774
+ }
15775
+ }]
15776
+ },
15362
15777
  {
15363
15778
  description: 'The native token of Teritori',
15364
15779
  denom_units: [{
@@ -16761,7 +17176,7 @@ const assets = {
16761
17176
  }]
16762
17177
  },
16763
17178
  {
16764
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
17179
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
16765
17180
  denom_units: [{
16766
17181
  denom: 'ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293',
16767
17182
  exponent: 0,
@@ -19736,7 +20151,7 @@ const assets = {
19736
20151
  }]
19737
20152
  },
19738
20153
  {
19739
- description: 'The native token of Quasar',
20154
+ description: 'The QSR token has transitioned to a legacy token, with migration to the EVM ecosystem currently underway.',
19740
20155
  denom_units: [{
19741
20156
  denom: 'ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477',
19742
20157
  exponent: 0,
@@ -19748,9 +20163,9 @@ const assets = {
19748
20163
  }],
19749
20164
  type_asset: 'sdk.coin',
19750
20165
  base: 'ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477',
19751
- name: 'Quasar',
20166
+ name: 'Quasar (legacy)',
19752
20167
  display: 'qsr',
19753
- symbol: 'QSR',
20168
+ symbol: 'QSR.legacy',
19754
20169
  coingecko_id: 'quasar-2',
19755
20170
  logo_URIs: {
19756
20171
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
@@ -20949,7 +21364,7 @@ const assets = {
20949
21364
  }]
20950
21365
  },
20951
21366
  {
20952
- description: 'STOS coin is the token for the Stratos (STOS) cosmos based blockchain',
21367
+ description: 'STOS coin is the native token for the Stratos Blockchain. Stratos is a pioneering decentralized infrastructure service provider, revolutionizing AI and DePIN with advanced decentralized solutions in storage, computing, databases, and blockchain services. We empower Web 3.0 developpers and dApps through our scalable, reliable, and high-performance networks.',
20953
21368
  denom_units: [
20954
21369
  {
20955
21370
  denom: 'ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C',
@@ -20981,6 +21396,15 @@ const assets = {
20981
21396
  primary_color_hex: '#04847c'
20982
21397
  }
20983
21398
  }],
21399
+ socials: {
21400
+ website: 'https://www.thestratos.org/',
21401
+ twitter: 'https://x.com/Stratos_Network',
21402
+ discord: 'https://discord.gg/tpQGpC2nMh',
21403
+ telegram: 'https://t.me/StratosOfficial',
21404
+ reddit: 'https://www.reddit.com/r/stratoscommunity/',
21405
+ github: 'https://github.com/stratosnet',
21406
+ medium: 'https://stratos-network.medium.com/'
21407
+ },
20984
21408
  type_asset: 'sdk.coin',
20985
21409
  traces: [{
20986
21410
  type: 'ibc',
@@ -21037,6 +21461,48 @@ const assets = {
21037
21461
  }
21038
21462
  }]
21039
21463
  },
21464
+ {
21465
+ description: 'Synternet is a blockchain that powers modular, interoperable data infrastructure across all major chains.',
21466
+ denom_units: [{
21467
+ denom: 'ibc/1B454982D3746951510D3845145B83628D4ED380D95722C8077776C4689F973A',
21468
+ exponent: 0,
21469
+ aliases: ['usynt']
21470
+ }, {
21471
+ denom: 'SYNT',
21472
+ exponent: 6
21473
+ }],
21474
+ base: 'ibc/1B454982D3746951510D3845145B83628D4ED380D95722C8077776C4689F973A',
21475
+ name: 'Synternet',
21476
+ display: 'SYNT',
21477
+ symbol: 'SYNT',
21478
+ logo_URIs: {
21479
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
21480
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg'
21481
+ },
21482
+ images: [{
21483
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
21484
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg',
21485
+ theme: {
21486
+ primary_color_hex: '#272d45'
21487
+ }
21488
+ }],
21489
+ socials: {
21490
+ website: 'https://www.synternet.com/',
21491
+ twitter: 'https://twitter.com/synternet_com'
21492
+ },
21493
+ type_asset: 'sdk.coin',
21494
+ traces: [{
21495
+ type: 'ibc',
21496
+ counterparty: {
21497
+ channel_id: 'channel-1',
21498
+ base_denom: 'usynt',
21499
+ chain_name: 'synternet'
21500
+ },
21501
+ chain: {
21502
+ channel_id: 'channel-85186'
21503
+ }
21504
+ }]
21505
+ },
21040
21506
  {
21041
21507
  description: 'The native token of Teritori',
21042
21508
  denom_units: [{
@@ -22456,16 +22922,6 @@ const assets = {
22456
22922
  name: 'BackBone Labs Liquid Staked HUAHUA',
22457
22923
  display: 'bHUAHUA',
22458
22924
  symbol: 'bHUAHUA',
22459
- images: [{
22460
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png',
22461
- theme: {
22462
- primary_color_hex: '#f2bd3a'
22463
- }
22464
- }],
22465
- logo_URIs: {
22466
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png'
22467
- },
22468
- coingecko_id: 'backbone-labs-staked-huahua',
22469
22925
  traces: [{
22470
22926
  type: 'ibc-cw20',
22471
22927
  counterparty: {
@@ -22478,7 +22934,17 @@ const assets = {
22478
22934
  port: 'transfer',
22479
22935
  channel_id: 'channel-11348'
22480
22936
  }
22481
- }]
22937
+ }],
22938
+ images: [{
22939
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png',
22940
+ theme: {
22941
+ primary_color_hex: '#f2bd3a'
22942
+ }
22943
+ }],
22944
+ logo_URIs: {
22945
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png'
22946
+ },
22947
+ coingecko_id: 'backbone-labs-staked-huahua'
22482
22948
  },
22483
22949
  {
22484
22950
  description: 'The native token cw20 for Neta on Juno Chain',
@@ -25203,13 +25669,6 @@ const assets = {
25203
25669
  logo_URIs: {
25204
25670
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png'
25205
25671
  },
25206
- images: [{
25207
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png',
25208
- theme: {
25209
- primary_color_hex: '#d17e7f'
25210
- }
25211
- }],
25212
- coingecko_id: 'backbone-labs-staked-juno',
25213
25672
  traces: [{
25214
25673
  type: 'ibc-cw20',
25215
25674
  counterparty: {
@@ -25222,7 +25681,14 @@ const assets = {
25222
25681
  port: 'transfer',
25223
25682
  channel_id: 'channel-169'
25224
25683
  }
25225
- }]
25684
+ }],
25685
+ images: [{
25686
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png',
25687
+ theme: {
25688
+ primary_color_hex: '#d17e7f'
25689
+ }
25690
+ }],
25691
+ coingecko_id: 'backbone-labs-staked-juno'
25226
25692
  },
25227
25693
  {
25228
25694
  description: 'Airdrop For All [AFA - New Name on Cosmos Ecosystem, A4A - Old Name on TurtleNetwork] is a token from turtleNetwork towards cosmos ecosystem.',
@@ -25355,16 +25821,6 @@ const assets = {
25355
25821
  name: 'BackBone Labs Liquid Staked HUAHUA',
25356
25822
  display: 'bHUAHUA',
25357
25823
  symbol: 'bHUAHUA',
25358
- images: [{
25359
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png',
25360
- theme: {
25361
- primary_color_hex: '#f2bd3a'
25362
- }
25363
- }],
25364
- logo_URIs: {
25365
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png'
25366
- },
25367
- coingecko_id: 'backbone-labs-staked-huahua',
25368
25824
  traces: [{
25369
25825
  type: 'ibc-cw20',
25370
25826
  counterparty: {
@@ -25377,7 +25833,17 @@ const assets = {
25377
25833
  port: 'transfer',
25378
25834
  channel_id: 'channel-11348'
25379
25835
  }
25380
- }]
25836
+ }],
25837
+ images: [{
25838
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png',
25839
+ theme: {
25840
+ primary_color_hex: '#f2bd3a'
25841
+ }
25842
+ }],
25843
+ logo_URIs: {
25844
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png'
25845
+ },
25846
+ coingecko_id: 'backbone-labs-staked-huahua'
25381
25847
  },
25382
25848
  {
25383
25849
  description: 'The native token cw20 for Neta on Juno Chain',
@@ -28102,13 +28568,6 @@ const assets = {
28102
28568
  logo_URIs: {
28103
28569
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png'
28104
28570
  },
28105
- images: [{
28106
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png',
28107
- theme: {
28108
- primary_color_hex: '#d17e7f'
28109
- }
28110
- }],
28111
- coingecko_id: 'backbone-labs-staked-juno',
28112
28571
  traces: [{
28113
28572
  type: 'ibc-cw20',
28114
28573
  counterparty: {
@@ -28121,7 +28580,14 @@ const assets = {
28121
28580
  port: 'transfer',
28122
28581
  channel_id: 'channel-169'
28123
28582
  }
28124
- }]
28583
+ }],
28584
+ images: [{
28585
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png',
28586
+ theme: {
28587
+ primary_color_hex: '#d17e7f'
28588
+ }
28589
+ }],
28590
+ coingecko_id: 'backbone-labs-staked-juno'
28125
28591
  },
28126
28592
  {
28127
28593
  description: 'Airdrop For All [AFA - New Name on Cosmos Ecosystem, A4A - Old Name on TurtleNetwork] is a token from turtleNetwork towards cosmos ecosystem.',
@@ -36365,13 +36831,6 @@ const assets = {
36365
36831
  logo_URIs: {
36366
36832
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png'
36367
36833
  },
36368
- images: [{
36369
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
36370
- theme: {
36371
- primary_color_hex: '#070707'
36372
- }
36373
- }],
36374
- coingecko_id: 'backbone-labs-staked-luna',
36375
36834
  traces: [{
36376
36835
  type: 'ibc-cw20',
36377
36836
  counterparty: {
@@ -36384,7 +36843,14 @@ const assets = {
36384
36843
  port: 'transfer',
36385
36844
  channel_id: 'channel-559'
36386
36845
  }
36387
- }]
36846
+ }],
36847
+ images: [{
36848
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
36849
+ theme: {
36850
+ primary_color_hex: '#070707'
36851
+ }
36852
+ }],
36853
+ coingecko_id: 'backbone-labs-staked-luna'
36388
36854
  },
36389
36855
  {
36390
36856
  description: 'Sayve is a revolutionary language learning app in the Web3 era that combines gamification, blockchain technology, and a Metaverse experience to motivate users to learn languages while earning rewards.',
@@ -45099,13 +45565,6 @@ const assets = {
45099
45565
  logo_URIs: {
45100
45566
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png'
45101
45567
  },
45102
- images: [{
45103
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
45104
- theme: {
45105
- primary_color_hex: '#070707'
45106
- }
45107
- }],
45108
- coingecko_id: 'backbone-labs-staked-luna',
45109
45568
  traces: [{
45110
45569
  type: 'ibc-cw20',
45111
45570
  counterparty: {
@@ -45118,7 +45577,14 @@ const assets = {
45118
45577
  port: 'transfer',
45119
45578
  channel_id: 'channel-559'
45120
45579
  }
45121
- }]
45580
+ }],
45581
+ images: [{
45582
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
45583
+ theme: {
45584
+ primary_color_hex: '#070707'
45585
+ }
45586
+ }],
45587
+ coingecko_id: 'backbone-labs-staked-luna'
45122
45588
  },
45123
45589
  {
45124
45590
  description: 'Sayve is a revolutionary language learning app in the Web3 era that combines gamification, blockchain technology, and a Metaverse experience to motivate users to learn languages while earning rewards.',