@chain-registry/assets 1.70.16 → 1.70.18

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
@@ -425,6 +425,40 @@ const assets = {
425
425
  }
426
426
  }]
427
427
  },
428
+ {
429
+ description: 'Architects Token',
430
+ type_asset: 'cw20',
431
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
432
+ denom_units: [{
433
+ denom: 'ibc/3838496384B98CEDA02B5030FACFC4DEAFCA368568B9EAC186AA7E8C4359933F',
434
+ exponent: 0,
435
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
436
+ }, {
437
+ denom: 'TOKN',
438
+ exponent: 18
439
+ }],
440
+ base: 'ibc/3838496384B98CEDA02B5030FACFC4DEAFCA368568B9EAC186AA7E8C4359933F',
441
+ name: 'Architects Token',
442
+ display: 'TOKN',
443
+ symbol: 'TOKN',
444
+ logo_URIs: {
445
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
446
+ },
447
+ images: [{
448
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
449
+ }],
450
+ traces: [{
451
+ type: 'ibc',
452
+ counterparty: {
453
+ channel_id: 'channel-1',
454
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
455
+ chain_name: 'archway'
456
+ },
457
+ chain: {
458
+ channel_id: 'channel-1429'
459
+ }
460
+ }]
461
+ },
428
462
  {
429
463
  description: 'The native token of Arkhadian',
430
464
  denom_units: [{
@@ -510,6 +544,45 @@ const assets = {
510
544
  }
511
545
  }]
512
546
  },
547
+ {
548
+ description: 'The native staking and governance token of AtomOne',
549
+ denom_units: [{
550
+ denom: 'ibc/715283E4A955EB803AB1DD30B488587A4D63BF0B51BADA537053DEE479BA10D6',
551
+ exponent: 0,
552
+ aliases: ['uatone']
553
+ }, {
554
+ denom: 'atone',
555
+ exponent: 6
556
+ }],
557
+ base: 'ibc/715283E4A955EB803AB1DD30B488587A4D63BF0B51BADA537053DEE479BA10D6',
558
+ name: 'Atone',
559
+ display: 'atone',
560
+ symbol: 'ATONE',
561
+ logo_URIs: {
562
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
563
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
564
+ },
565
+ images: [{
566
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
567
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
568
+ }],
569
+ type_asset: 'sdk.coin',
570
+ socials: {
571
+ website: 'https://atom.one',
572
+ twitter: 'https://x.com/_atomone'
573
+ },
574
+ traces: [{
575
+ type: 'ibc',
576
+ counterparty: {
577
+ channel_id: 'channel-0',
578
+ base_denom: 'uatone',
579
+ chain_name: 'atomone'
580
+ },
581
+ chain: {
582
+ channel_id: 'channel-85309'
583
+ }
584
+ }]
585
+ },
513
586
  {
514
587
  description: 'The native token of Aura Network',
515
588
  denom_units: [{
@@ -636,7 +709,7 @@ const assets = {
636
709
  }]
637
710
  },
638
711
  {
639
- description: 'BeeZee native blockchain',
712
+ description: 'BeeZee network native coin',
640
713
  denom_units: [{
641
714
  denom: 'ibc/C822645522FC3EECF817609AA38C24B64D04F5C267A23BCCF8F2E3BC5755FA88',
642
715
  exponent: 0,
@@ -662,6 +735,10 @@ const assets = {
662
735
  }
663
736
  }],
664
737
  type_asset: 'sdk.coin',
738
+ socials: {
739
+ website: 'https://getbze.com/',
740
+ twitter: 'https://x.com/BZEdgeCoin'
741
+ },
665
742
  traces: [{
666
743
  type: 'ibc',
667
744
  counterparty: {
@@ -3123,7 +3200,7 @@ const assets = {
3123
3200
  },
3124
3201
  socials: {
3125
3202
  website: 'https://islamiccoin.net',
3126
- twitter: 'https://x.com/1slamic_coin'
3203
+ twitter: 'https://x.com/islamic_coin'
3127
3204
  },
3128
3205
  images: [{
3129
3206
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
@@ -3592,6 +3669,46 @@ const assets = {
3592
3669
  }
3593
3670
  }]
3594
3671
  },
3672
+ {
3673
+ description: 'Int3face blockchain native token',
3674
+ denom_units: [{
3675
+ denom: 'ibc/7D29C888219883C47C623578ACACFC89CC29AA70FBF09C895A1EED911BF90F32',
3676
+ exponent: 0,
3677
+ aliases: ['uint3']
3678
+ }, {
3679
+ denom: 'int3',
3680
+ exponent: 6
3681
+ }],
3682
+ base: 'ibc/7D29C888219883C47C623578ACACFC89CC29AA70FBF09C895A1EED911BF90F32',
3683
+ name: 'Int3face Token',
3684
+ display: 'int3',
3685
+ symbol: 'INT3',
3686
+ logo_URIs: {
3687
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png'
3688
+ },
3689
+ images: [{
3690
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png',
3691
+ theme: {
3692
+ primary_color_hex: '#3d3d3d'
3693
+ }
3694
+ }],
3695
+ socials: {
3696
+ website: 'https://int3face.io/',
3697
+ twitter: 'https://x.com/int3face'
3698
+ },
3699
+ type_asset: 'sdk.coin',
3700
+ traces: [{
3701
+ type: 'ibc',
3702
+ counterparty: {
3703
+ channel_id: 'channel-0',
3704
+ base_denom: 'uint3',
3705
+ chain_name: 'int3face'
3706
+ },
3707
+ chain: {
3708
+ channel_id: 'channel-82819'
3709
+ }
3710
+ }]
3711
+ },
3595
3712
  {
3596
3713
  description: 'The IRIS token is the native governance token for the IrisNet chain.',
3597
3714
  denom_units: [{
@@ -4371,6 +4488,71 @@ const assets = {
4371
4488
  }
4372
4489
  }]
4373
4490
  },
4491
+ {
4492
+ description: 'The native token of MANTRA',
4493
+ denom_units: [{
4494
+ denom: 'ibc/164807F6226F91990F358C6467EEE8B162E437BDCD3DADEC3F0CE20693720795',
4495
+ exponent: 0,
4496
+ aliases: ['uom']
4497
+ }, {
4498
+ denom: 'om',
4499
+ exponent: 6
4500
+ }],
4501
+ type_asset: 'sdk.coin',
4502
+ base: 'ibc/164807F6226F91990F358C6467EEE8B162E437BDCD3DADEC3F0CE20693720795',
4503
+ name: 'MANTRA Chain',
4504
+ display: 'om',
4505
+ symbol: 'OM',
4506
+ coingecko_id: 'mantra-dao',
4507
+ keywords: [
4508
+ 'rwa',
4509
+ 'wasm',
4510
+ 'staking'
4511
+ ],
4512
+ images: [
4513
+ {
4514
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
4515
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
4516
+ theme: {
4517
+ circle: true,
4518
+ primary_color_hex: '#fba0c1'
4519
+ }
4520
+ },
4521
+ {
4522
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
4523
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
4524
+ theme: {
4525
+ dark_mode: true,
4526
+ circle: true,
4527
+ primary_color_hex: '#342c2c'
4528
+ }
4529
+ },
4530
+ {
4531
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
4532
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
4533
+ theme: {
4534
+ dark_mode: false,
4535
+ circle: true,
4536
+ primary_color_hex: '#342c2c'
4537
+ }
4538
+ }
4539
+ ],
4540
+ socials: {
4541
+ website: 'https://www.mantrachain.io/',
4542
+ twitter: 'https://x.com/MANTRA_Chain'
4543
+ },
4544
+ traces: [{
4545
+ type: 'ibc',
4546
+ counterparty: {
4547
+ channel_id: 'channel-0',
4548
+ base_denom: 'uom',
4549
+ chain_name: 'mantrachain'
4550
+ },
4551
+ chain: {
4552
+ channel_id: 'channel-85077'
4553
+ }
4554
+ }]
4555
+ },
4374
4556
  {
4375
4557
  description: 'The native token of Medas Digital Network',
4376
4558
  denom_units: [{
@@ -5907,6 +6089,40 @@ const assets = {
5907
6089
  }
5908
6090
  }]
5909
6091
  },
6092
+ {
6093
+ description: 'Architects Token',
6094
+ type_asset: 'cw20',
6095
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
6096
+ denom_units: [{
6097
+ denom: 'ibc/3838496384B98CEDA02B5030FACFC4DEAFCA368568B9EAC186AA7E8C4359933F',
6098
+ exponent: 0,
6099
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
6100
+ }, {
6101
+ denom: 'TOKN',
6102
+ exponent: 18
6103
+ }],
6104
+ base: 'ibc/3838496384B98CEDA02B5030FACFC4DEAFCA368568B9EAC186AA7E8C4359933F',
6105
+ name: 'Architects Token',
6106
+ display: 'TOKN',
6107
+ symbol: 'TOKN',
6108
+ logo_URIs: {
6109
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
6110
+ },
6111
+ images: [{
6112
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
6113
+ }],
6114
+ traces: [{
6115
+ type: 'ibc',
6116
+ counterparty: {
6117
+ channel_id: 'channel-1',
6118
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
6119
+ chain_name: 'archway'
6120
+ },
6121
+ chain: {
6122
+ channel_id: 'channel-1429'
6123
+ }
6124
+ }]
6125
+ },
5910
6126
  {
5911
6127
  description: 'The native token of Arkhadian',
5912
6128
  denom_units: [{
@@ -5992,6 +6208,45 @@ const assets = {
5992
6208
  }
5993
6209
  }]
5994
6210
  },
6211
+ {
6212
+ description: 'The native staking and governance token of AtomOne',
6213
+ denom_units: [{
6214
+ denom: 'ibc/715283E4A955EB803AB1DD30B488587A4D63BF0B51BADA537053DEE479BA10D6',
6215
+ exponent: 0,
6216
+ aliases: ['uatone']
6217
+ }, {
6218
+ denom: 'atone',
6219
+ exponent: 6
6220
+ }],
6221
+ base: 'ibc/715283E4A955EB803AB1DD30B488587A4D63BF0B51BADA537053DEE479BA10D6',
6222
+ name: 'Atone',
6223
+ display: 'atone',
6224
+ symbol: 'ATONE',
6225
+ logo_URIs: {
6226
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
6227
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
6228
+ },
6229
+ images: [{
6230
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
6231
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
6232
+ }],
6233
+ type_asset: 'sdk.coin',
6234
+ socials: {
6235
+ website: 'https://atom.one',
6236
+ twitter: 'https://x.com/_atomone'
6237
+ },
6238
+ traces: [{
6239
+ type: 'ibc',
6240
+ counterparty: {
6241
+ channel_id: 'channel-0',
6242
+ base_denom: 'uatone',
6243
+ chain_name: 'atomone'
6244
+ },
6245
+ chain: {
6246
+ channel_id: 'channel-85309'
6247
+ }
6248
+ }]
6249
+ },
5995
6250
  {
5996
6251
  description: 'The native token of Aura Network',
5997
6252
  denom_units: [{
@@ -6118,7 +6373,7 @@ const assets = {
6118
6373
  }]
6119
6374
  },
6120
6375
  {
6121
- description: 'BeeZee native blockchain',
6376
+ description: 'BeeZee network native coin',
6122
6377
  denom_units: [{
6123
6378
  denom: 'ibc/C822645522FC3EECF817609AA38C24B64D04F5C267A23BCCF8F2E3BC5755FA88',
6124
6379
  exponent: 0,
@@ -6144,6 +6399,10 @@ const assets = {
6144
6399
  }
6145
6400
  }],
6146
6401
  type_asset: 'sdk.coin',
6402
+ socials: {
6403
+ website: 'https://getbze.com/',
6404
+ twitter: 'https://x.com/BZEdgeCoin'
6405
+ },
6147
6406
  traces: [{
6148
6407
  type: 'ibc',
6149
6408
  counterparty: {
@@ -8605,7 +8864,7 @@ const assets = {
8605
8864
  },
8606
8865
  socials: {
8607
8866
  website: 'https://islamiccoin.net',
8608
- twitter: 'https://x.com/1slamic_coin'
8867
+ twitter: 'https://x.com/islamic_coin'
8609
8868
  },
8610
8869
  images: [{
8611
8870
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
@@ -9074,6 +9333,46 @@ const assets = {
9074
9333
  }
9075
9334
  }]
9076
9335
  },
9336
+ {
9337
+ description: 'Int3face blockchain native token',
9338
+ denom_units: [{
9339
+ denom: 'ibc/7D29C888219883C47C623578ACACFC89CC29AA70FBF09C895A1EED911BF90F32',
9340
+ exponent: 0,
9341
+ aliases: ['uint3']
9342
+ }, {
9343
+ denom: 'int3',
9344
+ exponent: 6
9345
+ }],
9346
+ base: 'ibc/7D29C888219883C47C623578ACACFC89CC29AA70FBF09C895A1EED911BF90F32',
9347
+ name: 'Int3face Token',
9348
+ display: 'int3',
9349
+ symbol: 'INT3',
9350
+ logo_URIs: {
9351
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png'
9352
+ },
9353
+ images: [{
9354
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png',
9355
+ theme: {
9356
+ primary_color_hex: '#3d3d3d'
9357
+ }
9358
+ }],
9359
+ socials: {
9360
+ website: 'https://int3face.io/',
9361
+ twitter: 'https://x.com/int3face'
9362
+ },
9363
+ type_asset: 'sdk.coin',
9364
+ traces: [{
9365
+ type: 'ibc',
9366
+ counterparty: {
9367
+ channel_id: 'channel-0',
9368
+ base_denom: 'uint3',
9369
+ chain_name: 'int3face'
9370
+ },
9371
+ chain: {
9372
+ channel_id: 'channel-82819'
9373
+ }
9374
+ }]
9375
+ },
9077
9376
  {
9078
9377
  description: 'The IRIS token is the native governance token for the IrisNet chain.',
9079
9378
  denom_units: [{
@@ -9853,6 +10152,71 @@ const assets = {
9853
10152
  }
9854
10153
  }]
9855
10154
  },
10155
+ {
10156
+ description: 'The native token of MANTRA',
10157
+ denom_units: [{
10158
+ denom: 'ibc/164807F6226F91990F358C6467EEE8B162E437BDCD3DADEC3F0CE20693720795',
10159
+ exponent: 0,
10160
+ aliases: ['uom']
10161
+ }, {
10162
+ denom: 'om',
10163
+ exponent: 6
10164
+ }],
10165
+ type_asset: 'sdk.coin',
10166
+ base: 'ibc/164807F6226F91990F358C6467EEE8B162E437BDCD3DADEC3F0CE20693720795',
10167
+ name: 'MANTRA Chain',
10168
+ display: 'om',
10169
+ symbol: 'OM',
10170
+ coingecko_id: 'mantra-dao',
10171
+ keywords: [
10172
+ 'rwa',
10173
+ 'wasm',
10174
+ 'staking'
10175
+ ],
10176
+ images: [
10177
+ {
10178
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
10179
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
10180
+ theme: {
10181
+ circle: true,
10182
+ primary_color_hex: '#fba0c1'
10183
+ }
10184
+ },
10185
+ {
10186
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
10187
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
10188
+ theme: {
10189
+ dark_mode: true,
10190
+ circle: true,
10191
+ primary_color_hex: '#342c2c'
10192
+ }
10193
+ },
10194
+ {
10195
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
10196
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
10197
+ theme: {
10198
+ dark_mode: false,
10199
+ circle: true,
10200
+ primary_color_hex: '#342c2c'
10201
+ }
10202
+ }
10203
+ ],
10204
+ socials: {
10205
+ website: 'https://www.mantrachain.io/',
10206
+ twitter: 'https://x.com/MANTRA_Chain'
10207
+ },
10208
+ traces: [{
10209
+ type: 'ibc',
10210
+ counterparty: {
10211
+ channel_id: 'channel-0',
10212
+ base_denom: 'uom',
10213
+ chain_name: 'mantrachain'
10214
+ },
10215
+ chain: {
10216
+ channel_id: 'channel-85077'
10217
+ }
10218
+ }]
10219
+ },
9856
10220
  {
9857
10221
  description: 'The native token of Medas Digital Network',
9858
10222
  denom_units: [{
@@ -11081,7 +11445,7 @@ const assets = {
11081
11445
  }]
11082
11446
  },
11083
11447
  {
11084
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
11448
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
11085
11449
  denom_units: [{
11086
11450
  denom: 'ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293',
11087
11451
  exponent: 0,
@@ -14056,7 +14420,7 @@ const assets = {
14056
14420
  }]
14057
14421
  },
14058
14422
  {
14059
- description: 'The native token of Quasar',
14423
+ description: 'The QSR token has transitioned to a legacy token, with migration to the EVM ecosystem currently underway.',
14060
14424
  denom_units: [{
14061
14425
  denom: 'ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477',
14062
14426
  exponent: 0,
@@ -14068,9 +14432,9 @@ const assets = {
14068
14432
  }],
14069
14433
  type_asset: 'sdk.coin',
14070
14434
  base: 'ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477',
14071
- name: 'Quasar',
14435
+ name: 'Quasar (legacy)',
14072
14436
  display: 'qsr',
14073
- symbol: 'QSR',
14437
+ symbol: 'QSR.legacy',
14074
14438
  coingecko_id: 'quasar-2',
14075
14439
  logo_URIs: {
14076
14440
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
@@ -15269,7 +15633,7 @@ const assets = {
15269
15633
  }]
15270
15634
  },
15271
15635
  {
15272
- description: 'STOS coin is the token for the Stratos (STOS) cosmos based blockchain',
15636
+ 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.',
15273
15637
  denom_units: [
15274
15638
  {
15275
15639
  denom: 'ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C',
@@ -15301,6 +15665,15 @@ const assets = {
15301
15665
  primary_color_hex: '#04847c'
15302
15666
  }
15303
15667
  }],
15668
+ socials: {
15669
+ website: 'https://www.thestratos.org/',
15670
+ twitter: 'https://x.com/Stratos_Network',
15671
+ discord: 'https://discord.gg/tpQGpC2nMh',
15672
+ telegram: 'https://t.me/StratosOfficial',
15673
+ reddit: 'https://www.reddit.com/r/stratoscommunity/',
15674
+ github: 'https://github.com/stratosnet',
15675
+ medium: 'https://stratos-network.medium.com/'
15676
+ },
15304
15677
  type_asset: 'sdk.coin',
15305
15678
  traces: [{
15306
15679
  type: 'ibc',
@@ -15357,6 +15730,48 @@ const assets = {
15357
15730
  }
15358
15731
  }]
15359
15732
  },
15733
+ {
15734
+ description: 'Synternet is a blockchain that powers modular, interoperable data infrastructure across all major chains.',
15735
+ denom_units: [{
15736
+ denom: 'ibc/1B454982D3746951510D3845145B83628D4ED380D95722C8077776C4689F973A',
15737
+ exponent: 0,
15738
+ aliases: ['usynt']
15739
+ }, {
15740
+ denom: 'SYNT',
15741
+ exponent: 6
15742
+ }],
15743
+ base: 'ibc/1B454982D3746951510D3845145B83628D4ED380D95722C8077776C4689F973A',
15744
+ name: 'Synternet',
15745
+ display: 'SYNT',
15746
+ symbol: 'SYNT',
15747
+ logo_URIs: {
15748
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
15749
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg'
15750
+ },
15751
+ images: [{
15752
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
15753
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg',
15754
+ theme: {
15755
+ primary_color_hex: '#272d45'
15756
+ }
15757
+ }],
15758
+ socials: {
15759
+ website: 'https://www.synternet.com/',
15760
+ twitter: 'https://twitter.com/synternet_com'
15761
+ },
15762
+ type_asset: 'sdk.coin',
15763
+ traces: [{
15764
+ type: 'ibc',
15765
+ counterparty: {
15766
+ channel_id: 'channel-1',
15767
+ base_denom: 'usynt',
15768
+ chain_name: 'synternet'
15769
+ },
15770
+ chain: {
15771
+ channel_id: 'channel-85186'
15772
+ }
15773
+ }]
15774
+ },
15360
15775
  {
15361
15776
  description: 'The native token of Teritori',
15362
15777
  denom_units: [{
@@ -16759,7 +17174,7 @@ const assets = {
16759
17174
  }]
16760
17175
  },
16761
17176
  {
16762
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
17177
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
16763
17178
  denom_units: [{
16764
17179
  denom: 'ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293',
16765
17180
  exponent: 0,
@@ -19734,7 +20149,7 @@ const assets = {
19734
20149
  }]
19735
20150
  },
19736
20151
  {
19737
- description: 'The native token of Quasar',
20152
+ description: 'The QSR token has transitioned to a legacy token, with migration to the EVM ecosystem currently underway.',
19738
20153
  denom_units: [{
19739
20154
  denom: 'ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477',
19740
20155
  exponent: 0,
@@ -19746,9 +20161,9 @@ const assets = {
19746
20161
  }],
19747
20162
  type_asset: 'sdk.coin',
19748
20163
  base: 'ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477',
19749
- name: 'Quasar',
20164
+ name: 'Quasar (legacy)',
19750
20165
  display: 'qsr',
19751
- symbol: 'QSR',
20166
+ symbol: 'QSR.legacy',
19752
20167
  coingecko_id: 'quasar-2',
19753
20168
  logo_URIs: {
19754
20169
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png'
@@ -20947,7 +21362,7 @@ const assets = {
20947
21362
  }]
20948
21363
  },
20949
21364
  {
20950
- description: 'STOS coin is the token for the Stratos (STOS) cosmos based blockchain',
21365
+ 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.',
20951
21366
  denom_units: [
20952
21367
  {
20953
21368
  denom: 'ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C',
@@ -20979,6 +21394,15 @@ const assets = {
20979
21394
  primary_color_hex: '#04847c'
20980
21395
  }
20981
21396
  }],
21397
+ socials: {
21398
+ website: 'https://www.thestratos.org/',
21399
+ twitter: 'https://x.com/Stratos_Network',
21400
+ discord: 'https://discord.gg/tpQGpC2nMh',
21401
+ telegram: 'https://t.me/StratosOfficial',
21402
+ reddit: 'https://www.reddit.com/r/stratoscommunity/',
21403
+ github: 'https://github.com/stratosnet',
21404
+ medium: 'https://stratos-network.medium.com/'
21405
+ },
20982
21406
  type_asset: 'sdk.coin',
20983
21407
  traces: [{
20984
21408
  type: 'ibc',
@@ -21035,6 +21459,48 @@ const assets = {
21035
21459
  }
21036
21460
  }]
21037
21461
  },
21462
+ {
21463
+ description: 'Synternet is a blockchain that powers modular, interoperable data infrastructure across all major chains.',
21464
+ denom_units: [{
21465
+ denom: 'ibc/1B454982D3746951510D3845145B83628D4ED380D95722C8077776C4689F973A',
21466
+ exponent: 0,
21467
+ aliases: ['usynt']
21468
+ }, {
21469
+ denom: 'SYNT',
21470
+ exponent: 6
21471
+ }],
21472
+ base: 'ibc/1B454982D3746951510D3845145B83628D4ED380D95722C8077776C4689F973A',
21473
+ name: 'Synternet',
21474
+ display: 'SYNT',
21475
+ symbol: 'SYNT',
21476
+ logo_URIs: {
21477
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
21478
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg'
21479
+ },
21480
+ images: [{
21481
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
21482
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg',
21483
+ theme: {
21484
+ primary_color_hex: '#272d45'
21485
+ }
21486
+ }],
21487
+ socials: {
21488
+ website: 'https://www.synternet.com/',
21489
+ twitter: 'https://twitter.com/synternet_com'
21490
+ },
21491
+ type_asset: 'sdk.coin',
21492
+ traces: [{
21493
+ type: 'ibc',
21494
+ counterparty: {
21495
+ channel_id: 'channel-1',
21496
+ base_denom: 'usynt',
21497
+ chain_name: 'synternet'
21498
+ },
21499
+ chain: {
21500
+ channel_id: 'channel-85186'
21501
+ }
21502
+ }]
21503
+ },
21038
21504
  {
21039
21505
  description: 'The native token of Teritori',
21040
21506
  denom_units: [{
@@ -22454,16 +22920,6 @@ const assets = {
22454
22920
  name: 'BackBone Labs Liquid Staked HUAHUA',
22455
22921
  display: 'bHUAHUA',
22456
22922
  symbol: 'bHUAHUA',
22457
- images: [{
22458
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png',
22459
- theme: {
22460
- primary_color_hex: '#f2bd3a'
22461
- }
22462
- }],
22463
- logo_URIs: {
22464
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png'
22465
- },
22466
- coingecko_id: 'backbone-labs-staked-huahua',
22467
22923
  traces: [{
22468
22924
  type: 'ibc-cw20',
22469
22925
  counterparty: {
@@ -22476,7 +22932,17 @@ const assets = {
22476
22932
  port: 'transfer',
22477
22933
  channel_id: 'channel-11348'
22478
22934
  }
22479
- }]
22935
+ }],
22936
+ images: [{
22937
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png',
22938
+ theme: {
22939
+ primary_color_hex: '#f2bd3a'
22940
+ }
22941
+ }],
22942
+ logo_URIs: {
22943
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png'
22944
+ },
22945
+ coingecko_id: 'backbone-labs-staked-huahua'
22480
22946
  },
22481
22947
  {
22482
22948
  description: 'The native token cw20 for Neta on Juno Chain',
@@ -25201,13 +25667,6 @@ const assets = {
25201
25667
  logo_URIs: {
25202
25668
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png'
25203
25669
  },
25204
- images: [{
25205
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png',
25206
- theme: {
25207
- primary_color_hex: '#d17e7f'
25208
- }
25209
- }],
25210
- coingecko_id: 'backbone-labs-staked-juno',
25211
25670
  traces: [{
25212
25671
  type: 'ibc-cw20',
25213
25672
  counterparty: {
@@ -25220,7 +25679,14 @@ const assets = {
25220
25679
  port: 'transfer',
25221
25680
  channel_id: 'channel-169'
25222
25681
  }
25223
- }]
25682
+ }],
25683
+ images: [{
25684
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png',
25685
+ theme: {
25686
+ primary_color_hex: '#d17e7f'
25687
+ }
25688
+ }],
25689
+ coingecko_id: 'backbone-labs-staked-juno'
25224
25690
  },
25225
25691
  {
25226
25692
  description: 'Airdrop For All [AFA - New Name on Cosmos Ecosystem, A4A - Old Name on TurtleNetwork] is a token from turtleNetwork towards cosmos ecosystem.',
@@ -25353,16 +25819,6 @@ const assets = {
25353
25819
  name: 'BackBone Labs Liquid Staked HUAHUA',
25354
25820
  display: 'bHUAHUA',
25355
25821
  symbol: 'bHUAHUA',
25356
- images: [{
25357
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png',
25358
- theme: {
25359
- primary_color_hex: '#f2bd3a'
25360
- }
25361
- }],
25362
- logo_URIs: {
25363
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png'
25364
- },
25365
- coingecko_id: 'backbone-labs-staked-huahua',
25366
25822
  traces: [{
25367
25823
  type: 'ibc-cw20',
25368
25824
  counterparty: {
@@ -25375,7 +25831,17 @@ const assets = {
25375
25831
  port: 'transfer',
25376
25832
  channel_id: 'channel-11348'
25377
25833
  }
25378
- }]
25834
+ }],
25835
+ images: [{
25836
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png',
25837
+ theme: {
25838
+ primary_color_hex: '#f2bd3a'
25839
+ }
25840
+ }],
25841
+ logo_URIs: {
25842
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png'
25843
+ },
25844
+ coingecko_id: 'backbone-labs-staked-huahua'
25379
25845
  },
25380
25846
  {
25381
25847
  description: 'The native token cw20 for Neta on Juno Chain',
@@ -28100,13 +28566,6 @@ const assets = {
28100
28566
  logo_URIs: {
28101
28567
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png'
28102
28568
  },
28103
- images: [{
28104
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png',
28105
- theme: {
28106
- primary_color_hex: '#d17e7f'
28107
- }
28108
- }],
28109
- coingecko_id: 'backbone-labs-staked-juno',
28110
28569
  traces: [{
28111
28570
  type: 'ibc-cw20',
28112
28571
  counterparty: {
@@ -28119,7 +28578,14 @@ const assets = {
28119
28578
  port: 'transfer',
28120
28579
  channel_id: 'channel-169'
28121
28580
  }
28122
- }]
28581
+ }],
28582
+ images: [{
28583
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png',
28584
+ theme: {
28585
+ primary_color_hex: '#d17e7f'
28586
+ }
28587
+ }],
28588
+ coingecko_id: 'backbone-labs-staked-juno'
28123
28589
  },
28124
28590
  {
28125
28591
  description: 'Airdrop For All [AFA - New Name on Cosmos Ecosystem, A4A - Old Name on TurtleNetwork] is a token from turtleNetwork towards cosmos ecosystem.',
@@ -36363,13 +36829,6 @@ const assets = {
36363
36829
  logo_URIs: {
36364
36830
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png'
36365
36831
  },
36366
- images: [{
36367
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
36368
- theme: {
36369
- primary_color_hex: '#070707'
36370
- }
36371
- }],
36372
- coingecko_id: 'backbone-labs-staked-luna',
36373
36832
  traces: [{
36374
36833
  type: 'ibc-cw20',
36375
36834
  counterparty: {
@@ -36382,7 +36841,14 @@ const assets = {
36382
36841
  port: 'transfer',
36383
36842
  channel_id: 'channel-559'
36384
36843
  }
36385
- }]
36844
+ }],
36845
+ images: [{
36846
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
36847
+ theme: {
36848
+ primary_color_hex: '#070707'
36849
+ }
36850
+ }],
36851
+ coingecko_id: 'backbone-labs-staked-luna'
36386
36852
  },
36387
36853
  {
36388
36854
  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.',
@@ -45097,13 +45563,6 @@ const assets = {
45097
45563
  logo_URIs: {
45098
45564
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png'
45099
45565
  },
45100
- images: [{
45101
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
45102
- theme: {
45103
- primary_color_hex: '#070707'
45104
- }
45105
- }],
45106
- coingecko_id: 'backbone-labs-staked-luna',
45107
45566
  traces: [{
45108
45567
  type: 'ibc-cw20',
45109
45568
  counterparty: {
@@ -45116,7 +45575,14 @@ const assets = {
45116
45575
  port: 'transfer',
45117
45576
  channel_id: 'channel-559'
45118
45577
  }
45119
- }]
45578
+ }],
45579
+ images: [{
45580
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
45581
+ theme: {
45582
+ primary_color_hex: '#070707'
45583
+ }
45584
+ }],
45585
+ coingecko_id: 'backbone-labs-staked-luna'
45120
45586
  },
45121
45587
  {
45122
45588
  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.',