@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
@@ -51,6 +51,40 @@ const assets = {
51
51
  }
52
52
  }]
53
53
  },
54
+ {
55
+ description: 'Architects Token',
56
+ type_asset: 'cw20',
57
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
58
+ denom_units: [{
59
+ denom: 'ibc/B04E05414845971C4E65D635AD20BE4A19654029DC44D26945C48D040A8649EC',
60
+ exponent: 0,
61
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
62
+ }, {
63
+ denom: 'TOKN',
64
+ exponent: 18
65
+ }],
66
+ base: 'ibc/B04E05414845971C4E65D635AD20BE4A19654029DC44D26945C48D040A8649EC',
67
+ name: 'Architects Token',
68
+ display: 'TOKN',
69
+ symbol: 'TOKN',
70
+ logo_URIs: {
71
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
72
+ },
73
+ images: [{
74
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
75
+ }],
76
+ traces: [{
77
+ type: 'ibc',
78
+ counterparty: {
79
+ channel_id: 'channel-112',
80
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
81
+ chain_name: 'archway'
82
+ },
83
+ chain: {
84
+ channel_id: 'channel-62'
85
+ }
86
+ }]
87
+ },
54
88
  {
55
89
  description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
56
90
  denom_units: [{
@@ -437,6 +471,40 @@ const assets = {
437
471
  }
438
472
  }]
439
473
  },
474
+ {
475
+ description: 'Architects Token',
476
+ type_asset: 'cw20',
477
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
478
+ denom_units: [{
479
+ denom: 'ibc/B04E05414845971C4E65D635AD20BE4A19654029DC44D26945C48D040A8649EC',
480
+ exponent: 0,
481
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
482
+ }, {
483
+ denom: 'TOKN',
484
+ exponent: 18
485
+ }],
486
+ base: 'ibc/B04E05414845971C4E65D635AD20BE4A19654029DC44D26945C48D040A8649EC',
487
+ name: 'Architects Token',
488
+ display: 'TOKN',
489
+ symbol: 'TOKN',
490
+ logo_URIs: {
491
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
492
+ },
493
+ images: [{
494
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
495
+ }],
496
+ traces: [{
497
+ type: 'ibc',
498
+ counterparty: {
499
+ channel_id: 'channel-112',
500
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
501
+ chain_name: 'archway'
502
+ },
503
+ chain: {
504
+ channel_id: 'channel-62'
505
+ }
506
+ }]
507
+ },
440
508
  {
441
509
  description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
442
510
  denom_units: [{
@@ -51,6 +51,40 @@ const assets = {
51
51
  }
52
52
  }]
53
53
  },
54
+ {
55
+ description: 'Architects Token',
56
+ type_asset: 'cw20',
57
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
58
+ denom_units: [{
59
+ denom: 'ibc/A60AE706D2D148ACDB8E6770BB3B23BEEA5CE2DC0B9D1B9F74BA560BCA26D48D',
60
+ exponent: 0,
61
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
62
+ }, {
63
+ denom: 'TOKN',
64
+ exponent: 18
65
+ }],
66
+ base: 'ibc/A60AE706D2D148ACDB8E6770BB3B23BEEA5CE2DC0B9D1B9F74BA560BCA26D48D',
67
+ name: 'Architects Token',
68
+ display: 'TOKN',
69
+ symbol: 'TOKN',
70
+ logo_URIs: {
71
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
72
+ },
73
+ images: [{
74
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
75
+ }],
76
+ traces: [{
77
+ type: 'ibc',
78
+ counterparty: {
79
+ channel_id: 'channel-34',
80
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
81
+ chain_name: 'archway'
82
+ },
83
+ chain: {
84
+ channel_id: 'channel-116'
85
+ }
86
+ }]
87
+ },
54
88
  {
55
89
  description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
56
90
  denom_units: [{
@@ -226,7 +260,7 @@ const assets = {
226
260
  }]
227
261
  },
228
262
  {
229
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
263
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
230
264
  denom_units: [{
231
265
  denom: 'ibc/50601881EB04667D5BD252FAEB5AA0713F117A2AB9DE365CF7DF9BB4083065B8',
232
266
  exponent: 0,
@@ -320,6 +354,40 @@ const assets = {
320
354
  }
321
355
  }]
322
356
  },
357
+ {
358
+ description: 'Architects Token',
359
+ type_asset: 'cw20',
360
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
361
+ denom_units: [{
362
+ denom: 'ibc/A60AE706D2D148ACDB8E6770BB3B23BEEA5CE2DC0B9D1B9F74BA560BCA26D48D',
363
+ exponent: 0,
364
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
365
+ }, {
366
+ denom: 'TOKN',
367
+ exponent: 18
368
+ }],
369
+ base: 'ibc/A60AE706D2D148ACDB8E6770BB3B23BEEA5CE2DC0B9D1B9F74BA560BCA26D48D',
370
+ name: 'Architects Token',
371
+ display: 'TOKN',
372
+ symbol: 'TOKN',
373
+ logo_URIs: {
374
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
375
+ },
376
+ images: [{
377
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
378
+ }],
379
+ traces: [{
380
+ type: 'ibc',
381
+ counterparty: {
382
+ channel_id: 'channel-34',
383
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
384
+ chain_name: 'archway'
385
+ },
386
+ chain: {
387
+ channel_id: 'channel-116'
388
+ }
389
+ }]
390
+ },
323
391
  {
324
392
  description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
325
393
  denom_units: [{
@@ -495,7 +563,7 @@ const assets = {
495
563
  }]
496
564
  },
497
565
  {
498
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
566
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
499
567
  denom_units: [{
500
568
  denom: 'ibc/50601881EB04667D5BD252FAEB5AA0713F117A2AB9DE365CF7DF9BB4083065B8',
501
569
  exponent: 0,
@@ -51,6 +51,40 @@ const assets = {
51
51
  }
52
52
  }]
53
53
  },
54
+ {
55
+ description: 'Architects Token',
56
+ type_asset: 'cw20',
57
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
58
+ denom_units: [{
59
+ denom: 'ibc/9C8C544A8A3C8BC8730F400ED670CDAA6944D30EC91F0833C5132392D7E12776',
60
+ exponent: 0,
61
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
62
+ }, {
63
+ denom: 'TOKN',
64
+ exponent: 18
65
+ }],
66
+ base: 'ibc/9C8C544A8A3C8BC8730F400ED670CDAA6944D30EC91F0833C5132392D7E12776',
67
+ name: 'Architects Token',
68
+ display: 'TOKN',
69
+ symbol: 'TOKN',
70
+ logo_URIs: {
71
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
72
+ },
73
+ images: [{
74
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
75
+ }],
76
+ traces: [{
77
+ type: 'ibc',
78
+ counterparty: {
79
+ channel_id: 'channel-88',
80
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
81
+ chain_name: 'archway'
82
+ },
83
+ chain: {
84
+ channel_id: 'channel-5'
85
+ }
86
+ }]
87
+ },
54
88
  {
55
89
  description: 'The native token of Osmosis',
56
90
  denom_units: [{
@@ -189,6 +223,40 @@ const assets = {
189
223
  }
190
224
  }]
191
225
  },
226
+ {
227
+ description: 'Architects Token',
228
+ type_asset: 'cw20',
229
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
230
+ denom_units: [{
231
+ denom: 'ibc/9C8C544A8A3C8BC8730F400ED670CDAA6944D30EC91F0833C5132392D7E12776',
232
+ exponent: 0,
233
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
234
+ }, {
235
+ denom: 'TOKN',
236
+ exponent: 18
237
+ }],
238
+ base: 'ibc/9C8C544A8A3C8BC8730F400ED670CDAA6944D30EC91F0833C5132392D7E12776',
239
+ name: 'Architects Token',
240
+ display: 'TOKN',
241
+ symbol: 'TOKN',
242
+ logo_URIs: {
243
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
244
+ },
245
+ images: [{
246
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
247
+ }],
248
+ traces: [{
249
+ type: 'ibc',
250
+ counterparty: {
251
+ channel_id: 'channel-88',
252
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
253
+ chain_name: 'archway'
254
+ },
255
+ chain: {
256
+ channel_id: 'channel-5'
257
+ }
258
+ }]
259
+ },
192
260
  {
193
261
  description: 'The native token of Osmosis',
194
262
  denom_units: [{
@@ -420,7 +420,7 @@ const assets = {
420
420
  }]
421
421
  },
422
422
  {
423
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
423
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
424
424
  denom_units: [{
425
425
  denom: 'ibc/AAA241B0C1B237AA252F939C7CB7AB4C21A46BAA97464DDB8B5C92D4AF635E29',
426
426
  exponent: 0,
@@ -925,7 +925,7 @@ const assets = {
925
925
  }]
926
926
  },
927
927
  {
928
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
928
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
929
929
  denom_units: [{
930
930
  denom: 'ibc/AAA241B0C1B237AA252F939C7CB7AB4C21A46BAA97464DDB8B5C92D4AF635E29',
931
931
  exponent: 0,
@@ -176,6 +176,88 @@ const assets = {
176
176
  channel_id: 'channel-7'
177
177
  }
178
178
  }]
179
+ },
180
+ {
181
+ description: 'The native staking token of Self Chain.',
182
+ denom_units: [{
183
+ denom: 'ibc/9B241C6E36A45D7DE8B12B8DEDF871BFFAD11350505D8952FCDF445AC3065F6F',
184
+ exponent: 0,
185
+ aliases: ['uslf']
186
+ }, {
187
+ denom: 'slf',
188
+ exponent: 6
189
+ }],
190
+ base: 'ibc/9B241C6E36A45D7DE8B12B8DEDF871BFFAD11350505D8952FCDF445AC3065F6F',
191
+ name: 'Self',
192
+ display: 'slf',
193
+ symbol: 'SLF',
194
+ logo_URIs: {
195
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
196
+ },
197
+ coingecko_id: 'self-chain',
198
+ images: [{
199
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png',
200
+ theme: {
201
+ primary_color_hex: '#9454f1'
202
+ }
203
+ }],
204
+ socials: {
205
+ website: 'https://selfchain.xyz',
206
+ twitter: 'https://x.com/selfchainxyz'
207
+ },
208
+ type_asset: 'sdk.coin',
209
+ traces: [{
210
+ type: 'ibc',
211
+ counterparty: {
212
+ channel_id: 'channel-6',
213
+ base_denom: 'uslf',
214
+ chain_name: 'self'
215
+ },
216
+ chain: {
217
+ channel_id: 'channel-8'
218
+ }
219
+ }]
220
+ },
221
+ {
222
+ description: 'The native staking token of Self Chain.',
223
+ denom_units: [{
224
+ denom: 'ibc/9B241C6E36A45D7DE8B12B8DEDF871BFFAD11350505D8952FCDF445AC3065F6F',
225
+ exponent: 0,
226
+ aliases: ['uslf']
227
+ }, {
228
+ denom: 'slf',
229
+ exponent: 6
230
+ }],
231
+ base: 'ibc/9B241C6E36A45D7DE8B12B8DEDF871BFFAD11350505D8952FCDF445AC3065F6F',
232
+ name: 'Self',
233
+ display: 'slf',
234
+ symbol: 'SLF',
235
+ logo_URIs: {
236
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
237
+ },
238
+ coingecko_id: 'self-chain',
239
+ images: [{
240
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png',
241
+ theme: {
242
+ primary_color_hex: '#9454f1'
243
+ }
244
+ }],
245
+ socials: {
246
+ website: 'https://selfchain.xyz',
247
+ twitter: 'https://x.com/selfchainxyz'
248
+ },
249
+ type_asset: 'sdk.coin',
250
+ traces: [{
251
+ type: 'ibc',
252
+ counterparty: {
253
+ channel_id: 'channel-6',
254
+ base_denom: 'uslf',
255
+ chain_name: 'self'
256
+ },
257
+ chain: {
258
+ channel_id: 'channel-8'
259
+ }
260
+ }]
179
261
  }
180
262
  ]
181
263
  };
@@ -213,6 +213,40 @@ const assets = {
213
213
  }
214
214
  }]
215
215
  },
216
+ {
217
+ description: 'Architects Token',
218
+ type_asset: 'cw20',
219
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
220
+ denom_units: [{
221
+ denom: 'ibc/92DA3E9AAB81EF3AACAD9E91EFFD37D3AB19EAB8FEC17FDBFA80636F33DE358E',
222
+ exponent: 0,
223
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
224
+ }, {
225
+ denom: 'TOKN',
226
+ exponent: 18
227
+ }],
228
+ base: 'ibc/92DA3E9AAB81EF3AACAD9E91EFFD37D3AB19EAB8FEC17FDBFA80636F33DE358E',
229
+ name: 'Architects Token',
230
+ display: 'TOKN',
231
+ symbol: 'TOKN',
232
+ logo_URIs: {
233
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
234
+ },
235
+ images: [{
236
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
237
+ }],
238
+ traces: [{
239
+ type: 'ibc',
240
+ counterparty: {
241
+ channel_id: 'channel-21',
242
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
243
+ chain_name: 'archway'
244
+ },
245
+ chain: {
246
+ channel_id: 'channel-84'
247
+ }
248
+ }]
249
+ },
216
250
  {
217
251
  description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
218
252
  denom_units: [{
@@ -1828,7 +1862,7 @@ const assets = {
1828
1862
  }]
1829
1863
  },
1830
1864
  {
1831
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
1865
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
1832
1866
  denom_units: [{
1833
1867
  denom: 'ibc/3587AC36A81A13FCFB1D0EC03CEB98AEAAAB1F5275B68C7DC2B40BA6279AA696',
1834
1868
  exponent: 0,
@@ -2177,6 +2211,40 @@ const assets = {
2177
2211
  }
2178
2212
  }]
2179
2213
  },
2214
+ {
2215
+ description: 'Architects Token',
2216
+ type_asset: 'cw20',
2217
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
2218
+ denom_units: [{
2219
+ denom: 'ibc/92DA3E9AAB81EF3AACAD9E91EFFD37D3AB19EAB8FEC17FDBFA80636F33DE358E',
2220
+ exponent: 0,
2221
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
2222
+ }, {
2223
+ denom: 'TOKN',
2224
+ exponent: 18
2225
+ }],
2226
+ base: 'ibc/92DA3E9AAB81EF3AACAD9E91EFFD37D3AB19EAB8FEC17FDBFA80636F33DE358E',
2227
+ name: 'Architects Token',
2228
+ display: 'TOKN',
2229
+ symbol: 'TOKN',
2230
+ logo_URIs: {
2231
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
2232
+ },
2233
+ images: [{
2234
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
2235
+ }],
2236
+ traces: [{
2237
+ type: 'ibc',
2238
+ counterparty: {
2239
+ channel_id: 'channel-21',
2240
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
2241
+ chain_name: 'archway'
2242
+ },
2243
+ chain: {
2244
+ channel_id: 'channel-84'
2245
+ }
2246
+ }]
2247
+ },
2180
2248
  {
2181
2249
  description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
2182
2250
  denom_units: [{
@@ -3792,7 +3860,7 @@ const assets = {
3792
3860
  }]
3793
3861
  },
3794
3862
  {
3795
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
3863
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
3796
3864
  denom_units: [{
3797
3865
  denom: 'ibc/3587AC36A81A13FCFB1D0EC03CEB98AEAAAB1F5275B68C7DC2B40BA6279AA696',
3798
3866
  exponent: 0,
@@ -9396,13 +9464,6 @@ const assets = {
9396
9464
  logo_URIs: {
9397
9465
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png'
9398
9466
  },
9399
- images: [{
9400
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png',
9401
- theme: {
9402
- primary_color_hex: '#d17e7f'
9403
- }
9404
- }],
9405
- coingecko_id: 'backbone-labs-staked-juno',
9406
9467
  traces: [{
9407
9468
  type: 'ibc-cw20',
9408
9469
  counterparty: {
@@ -9415,7 +9476,14 @@ const assets = {
9415
9476
  port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
9416
9477
  channel_id: 'channel-45'
9417
9478
  }
9418
- }]
9479
+ }],
9480
+ images: [{
9481
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png',
9482
+ theme: {
9483
+ primary_color_hex: '#d17e7f'
9484
+ }
9485
+ }],
9486
+ coingecko_id: 'backbone-labs-staked-juno'
9419
9487
  },
9420
9488
  {
9421
9489
  description: 'Airdrop For All [AFA - New Name on Cosmos Ecosystem, A4A - Old Name on TurtleNetwork] is a token from turtleNetwork towards cosmos ecosystem.',
@@ -12781,13 +12849,6 @@ const assets = {
12781
12849
  logo_URIs: {
12782
12850
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png'
12783
12851
  },
12784
- images: [{
12785
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png',
12786
- theme: {
12787
- primary_color_hex: '#d17e7f'
12788
- }
12789
- }],
12790
- coingecko_id: 'backbone-labs-staked-juno',
12791
12852
  traces: [{
12792
12853
  type: 'ibc-cw20',
12793
12854
  counterparty: {
@@ -12800,7 +12861,14 @@ const assets = {
12800
12861
  port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
12801
12862
  channel_id: 'channel-45'
12802
12863
  }
12803
- }]
12864
+ }],
12865
+ images: [{
12866
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png',
12867
+ theme: {
12868
+ primary_color_hex: '#d17e7f'
12869
+ }
12870
+ }],
12871
+ coingecko_id: 'backbone-labs-staked-juno'
12804
12872
  },
12805
12873
  {
12806
12874
  description: 'Airdrop For All [AFA - New Name on Cosmos Ecosystem, A4A - Old Name on TurtleNetwork] is a token from turtleNetwork towards cosmos ecosystem.',
@@ -14171,13 +14239,6 @@ const assets = {
14171
14239
  logo_URIs: {
14172
14240
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png'
14173
14241
  },
14174
- images: [{
14175
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
14176
- theme: {
14177
- primary_color_hex: '#070707'
14178
- }
14179
- }],
14180
- coingecko_id: 'backbone-labs-staked-luna',
14181
14242
  traces: [{
14182
14243
  type: 'ibc-cw20',
14183
14244
  counterparty: {
@@ -14190,7 +14251,14 @@ const assets = {
14190
14251
  port: 'transfer',
14191
14252
  channel_id: 'channel-127'
14192
14253
  }
14193
- }]
14254
+ }],
14255
+ images: [{
14256
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
14257
+ theme: {
14258
+ primary_color_hex: '#070707'
14259
+ }
14260
+ }],
14261
+ coingecko_id: 'backbone-labs-staked-luna'
14194
14262
  },
14195
14263
  {
14196
14264
  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.',
@@ -15467,13 +15535,6 @@ const assets = {
15467
15535
  logo_URIs: {
15468
15536
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png'
15469
15537
  },
15470
- images: [{
15471
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
15472
- theme: {
15473
- primary_color_hex: '#070707'
15474
- }
15475
- }],
15476
- coingecko_id: 'backbone-labs-staked-luna',
15477
15538
  traces: [{
15478
15539
  type: 'ibc-cw20',
15479
15540
  counterparty: {
@@ -15486,7 +15547,14 @@ const assets = {
15486
15547
  port: 'transfer',
15487
15548
  channel_id: 'channel-127'
15488
15549
  }
15489
- }]
15550
+ }],
15551
+ images: [{
15552
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
15553
+ theme: {
15554
+ primary_color_hex: '#070707'
15555
+ }
15556
+ }],
15557
+ coingecko_id: 'backbone-labs-staked-luna'
15490
15558
  },
15491
15559
  {
15492
15560
  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.',