@chain-registry/assets 1.70.15 → 1.70.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (158) hide show
  1. package/asset_lists.js +3 -2
  2. package/devnet/assets.d.ts +3 -0
  3. package/devnet/assets.js +8 -0
  4. package/devnet/index.d.ts +1 -0
  5. package/devnet/index.js +27 -0
  6. package/devnet/prysmdevnet.d.ts +3 -0
  7. package/devnet/prysmdevnet.js +922 -0
  8. package/esm/asset_lists.js +2 -1
  9. package/esm/devnet/assets.js +3 -0
  10. package/esm/devnet/index.js +1 -0
  11. package/esm/devnet/prysmdevnet.js +920 -0
  12. package/esm/index.js +1 -0
  13. package/esm/mainnet/agoric.js +70 -2
  14. package/esm/mainnet/akash.js +70 -2
  15. package/esm/mainnet/andromeda.js +68 -0
  16. package/esm/mainnet/archway.js +10 -2
  17. package/esm/mainnet/assets.js +5 -1
  18. package/esm/mainnet/atomone.js +182 -0
  19. package/esm/mainnet/axelar.js +70 -2
  20. package/esm/mainnet/beezee.js +68 -0
  21. package/esm/mainnet/bitcanna.js +68 -0
  22. package/esm/mainnet/bitsong.js +68 -0
  23. package/esm/mainnet/carbon.js +16 -16
  24. package/esm/mainnet/chihuahua.js +2 -2
  25. package/esm/mainnet/comdex.js +2 -2
  26. package/esm/mainnet/composable.js +68 -0
  27. package/esm/mainnet/cosmoshub.js +72 -4
  28. package/esm/mainnet/crescent.js +2 -2
  29. package/esm/mainnet/cryptoorgchain.js +2 -2
  30. package/esm/mainnet/decentr.js +68 -0
  31. package/esm/mainnet/doravota.js +68 -0
  32. package/esm/mainnet/dydx.js +2 -2
  33. package/esm/mainnet/dymension.js +68 -0
  34. package/esm/mainnet/gravitybridge.js +72 -4
  35. package/esm/mainnet/index.js +4 -0
  36. package/esm/mainnet/injective.js +2 -2
  37. package/esm/mainnet/int3face.js +182 -0
  38. package/esm/mainnet/irisnet.js +2 -2
  39. package/esm/mainnet/jackal.js +68 -0
  40. package/esm/mainnet/juno.js +70 -2
  41. package/esm/mainnet/kava.js +4 -4
  42. package/esm/mainnet/kujira.js +86 -18
  43. package/esm/mainnet/lava.js +238 -0
  44. package/esm/mainnet/mantrachain.js +420 -0
  45. package/esm/mainnet/migaloo.js +16 -16
  46. package/esm/mainnet/neutron.js +108 -40
  47. package/esm/mainnet/noble.js +314 -6
  48. package/esm/mainnet/nois.js +68 -0
  49. package/esm/mainnet/omniflixhub.js +68 -0
  50. package/esm/mainnet/osmosis.js +534 -68
  51. package/esm/mainnet/planq.js +68 -0
  52. package/esm/mainnet/quicksilver.js +70 -2
  53. package/esm/mainnet/qwoyn.js +68 -0
  54. package/esm/mainnet/regen.js +2 -2
  55. package/esm/mainnet/routerchain.js +82 -0
  56. package/esm/mainnet/secretnetwork.js +102 -34
  57. package/esm/mainnet/self.js +86 -0
  58. package/esm/mainnet/sentinel.js +2 -2
  59. package/esm/mainnet/sifchain.js +2 -2
  60. package/esm/mainnet/stargaze.js +2 -2
  61. package/esm/mainnet/starname.js +2 -2
  62. package/esm/mainnet/stride.js +4 -4
  63. package/esm/mainnet/synternet.js +182 -0
  64. package/esm/mainnet/terra2.js +68 -0
  65. package/esm/mainnet/umee.js +70 -2
  66. package/esm/mainnet/vidulum.js +68 -0
  67. package/esm/testnet/assets.js +2 -1
  68. package/esm/testnet/axelartestnet.js +78 -0
  69. package/esm/testnet/celestiatestnet3.js +78 -0
  70. package/esm/testnet/composabletestnet.js +78 -0
  71. package/esm/testnet/cosmoshubtestnet.js +78 -0
  72. package/esm/testnet/elystestnet.js +78 -0
  73. package/esm/testnet/index.js +1 -0
  74. package/esm/testnet/jackaltestnet2.js +77 -1
  75. package/esm/testnet/nobletestnet.js +78 -0
  76. package/esm/testnet/osmosistestnet.js +84 -0
  77. package/esm/testnet/osmosistestnet4.js +78 -0
  78. package/esm/testnet/quicksilvertestnet.js +78 -0
  79. package/esm/testnet/stargazetestnet.js +78 -0
  80. package/esm/testnet/synternettestnet.js +154 -0
  81. package/index.d.ts +2 -1
  82. package/index.js +1 -0
  83. package/mainnet/agoric.js +70 -2
  84. package/mainnet/akash.js +70 -2
  85. package/mainnet/andromeda.js +68 -0
  86. package/mainnet/archway.js +10 -2
  87. package/mainnet/assets.js +5 -1
  88. package/mainnet/atomone.d.ts +3 -0
  89. package/mainnet/atomone.js +184 -0
  90. package/mainnet/axelar.js +70 -2
  91. package/mainnet/beezee.js +68 -0
  92. package/mainnet/bitcanna.js +68 -0
  93. package/mainnet/bitsong.js +68 -0
  94. package/mainnet/carbon.js +16 -16
  95. package/mainnet/chihuahua.js +2 -2
  96. package/mainnet/comdex.js +2 -2
  97. package/mainnet/composable.js +68 -0
  98. package/mainnet/cosmoshub.js +72 -4
  99. package/mainnet/crescent.js +2 -2
  100. package/mainnet/cryptoorgchain.js +2 -2
  101. package/mainnet/decentr.js +68 -0
  102. package/mainnet/doravota.js +68 -0
  103. package/mainnet/dydx.js +2 -2
  104. package/mainnet/dymension.js +68 -0
  105. package/mainnet/gravitybridge.js +72 -4
  106. package/mainnet/index.d.ts +4 -0
  107. package/mainnet/index.js +7 -3
  108. package/mainnet/injective.js +2 -2
  109. package/mainnet/int3face.d.ts +3 -0
  110. package/mainnet/int3face.js +184 -0
  111. package/mainnet/irisnet.js +2 -2
  112. package/mainnet/jackal.js +68 -0
  113. package/mainnet/juno.js +70 -2
  114. package/mainnet/kava.js +4 -4
  115. package/mainnet/kujira.js +86 -18
  116. package/mainnet/lava.js +238 -0
  117. package/mainnet/mantrachain.d.ts +3 -0
  118. package/mainnet/mantrachain.js +422 -0
  119. package/mainnet/migaloo.js +16 -16
  120. package/mainnet/neutron.js +108 -40
  121. package/mainnet/noble.js +314 -6
  122. package/mainnet/nois.js +68 -0
  123. package/mainnet/omniflixhub.js +68 -0
  124. package/mainnet/osmosis.js +534 -68
  125. package/mainnet/planq.js +68 -0
  126. package/mainnet/quicksilver.js +70 -2
  127. package/mainnet/qwoyn.js +68 -0
  128. package/mainnet/regen.js +2 -2
  129. package/mainnet/routerchain.js +82 -0
  130. package/mainnet/secretnetwork.js +102 -34
  131. package/mainnet/self.js +86 -0
  132. package/mainnet/sentinel.js +2 -2
  133. package/mainnet/sifchain.js +2 -2
  134. package/mainnet/stargaze.js +2 -2
  135. package/mainnet/starname.js +2 -2
  136. package/mainnet/stride.js +4 -4
  137. package/mainnet/synternet.d.ts +3 -0
  138. package/mainnet/synternet.js +184 -0
  139. package/mainnet/terra2.js +68 -0
  140. package/mainnet/umee.js +70 -2
  141. package/mainnet/vidulum.js +68 -0
  142. package/package.json +5 -5
  143. package/testnet/assets.js +2 -1
  144. package/testnet/axelartestnet.js +78 -0
  145. package/testnet/celestiatestnet3.js +78 -0
  146. package/testnet/composabletestnet.js +78 -0
  147. package/testnet/cosmoshubtestnet.js +78 -0
  148. package/testnet/elystestnet.js +78 -0
  149. package/testnet/index.d.ts +1 -0
  150. package/testnet/index.js +2 -1
  151. package/testnet/jackaltestnet2.js +77 -1
  152. package/testnet/nobletestnet.js +78 -0
  153. package/testnet/osmosistestnet.js +84 -0
  154. package/testnet/osmosistestnet4.js +78 -0
  155. package/testnet/quicksilvertestnet.js +78 -0
  156. package/testnet/stargazetestnet.js +78 -0
  157. package/testnet/synternettestnet.d.ts +3 -0
  158. package/testnet/synternettestnet.js +156 -0
package/mainnet/planq.js CHANGED
@@ -53,6 +53,40 @@ const assets = {
53
53
  }
54
54
  }]
55
55
  },
56
+ {
57
+ description: 'Architects Token',
58
+ type_asset: 'cw20',
59
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
60
+ denom_units: [{
61
+ denom: 'ibc/B04E05414845971C4E65D635AD20BE4A19654029DC44D26945C48D040A8649EC',
62
+ exponent: 0,
63
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
64
+ }, {
65
+ denom: 'TOKN',
66
+ exponent: 18
67
+ }],
68
+ base: 'ibc/B04E05414845971C4E65D635AD20BE4A19654029DC44D26945C48D040A8649EC',
69
+ name: 'Architects Token',
70
+ display: 'TOKN',
71
+ symbol: 'TOKN',
72
+ logo_URIs: {
73
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
74
+ },
75
+ images: [{
76
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
77
+ }],
78
+ traces: [{
79
+ type: 'ibc',
80
+ counterparty: {
81
+ channel_id: 'channel-112',
82
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
83
+ chain_name: 'archway'
84
+ },
85
+ chain: {
86
+ channel_id: 'channel-62'
87
+ }
88
+ }]
89
+ },
56
90
  {
57
91
  description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
58
92
  denom_units: [{
@@ -439,6 +473,40 @@ const assets = {
439
473
  }
440
474
  }]
441
475
  },
476
+ {
477
+ description: 'Architects Token',
478
+ type_asset: 'cw20',
479
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
480
+ denom_units: [{
481
+ denom: 'ibc/B04E05414845971C4E65D635AD20BE4A19654029DC44D26945C48D040A8649EC',
482
+ exponent: 0,
483
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
484
+ }, {
485
+ denom: 'TOKN',
486
+ exponent: 18
487
+ }],
488
+ base: 'ibc/B04E05414845971C4E65D635AD20BE4A19654029DC44D26945C48D040A8649EC',
489
+ name: 'Architects Token',
490
+ display: 'TOKN',
491
+ symbol: 'TOKN',
492
+ logo_URIs: {
493
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
494
+ },
495
+ images: [{
496
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
497
+ }],
498
+ traces: [{
499
+ type: 'ibc',
500
+ counterparty: {
501
+ channel_id: 'channel-112',
502
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
503
+ chain_name: 'archway'
504
+ },
505
+ chain: {
506
+ channel_id: 'channel-62'
507
+ }
508
+ }]
509
+ },
442
510
  {
443
511
  description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
444
512
  denom_units: [{
@@ -53,6 +53,40 @@ const assets = {
53
53
  }
54
54
  }]
55
55
  },
56
+ {
57
+ description: 'Architects Token',
58
+ type_asset: 'cw20',
59
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
60
+ denom_units: [{
61
+ denom: 'ibc/A60AE706D2D148ACDB8E6770BB3B23BEEA5CE2DC0B9D1B9F74BA560BCA26D48D',
62
+ exponent: 0,
63
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
64
+ }, {
65
+ denom: 'TOKN',
66
+ exponent: 18
67
+ }],
68
+ base: 'ibc/A60AE706D2D148ACDB8E6770BB3B23BEEA5CE2DC0B9D1B9F74BA560BCA26D48D',
69
+ name: 'Architects Token',
70
+ display: 'TOKN',
71
+ symbol: 'TOKN',
72
+ logo_URIs: {
73
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
74
+ },
75
+ images: [{
76
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
77
+ }],
78
+ traces: [{
79
+ type: 'ibc',
80
+ counterparty: {
81
+ channel_id: 'channel-34',
82
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
83
+ chain_name: 'archway'
84
+ },
85
+ chain: {
86
+ channel_id: 'channel-116'
87
+ }
88
+ }]
89
+ },
56
90
  {
57
91
  description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
58
92
  denom_units: [{
@@ -228,7 +262,7 @@ const assets = {
228
262
  }]
229
263
  },
230
264
  {
231
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
265
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
232
266
  denom_units: [{
233
267
  denom: 'ibc/50601881EB04667D5BD252FAEB5AA0713F117A2AB9DE365CF7DF9BB4083065B8',
234
268
  exponent: 0,
@@ -322,6 +356,40 @@ const assets = {
322
356
  }
323
357
  }]
324
358
  },
359
+ {
360
+ description: 'Architects Token',
361
+ type_asset: 'cw20',
362
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
363
+ denom_units: [{
364
+ denom: 'ibc/A60AE706D2D148ACDB8E6770BB3B23BEEA5CE2DC0B9D1B9F74BA560BCA26D48D',
365
+ exponent: 0,
366
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
367
+ }, {
368
+ denom: 'TOKN',
369
+ exponent: 18
370
+ }],
371
+ base: 'ibc/A60AE706D2D148ACDB8E6770BB3B23BEEA5CE2DC0B9D1B9F74BA560BCA26D48D',
372
+ name: 'Architects Token',
373
+ display: 'TOKN',
374
+ symbol: 'TOKN',
375
+ logo_URIs: {
376
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
377
+ },
378
+ images: [{
379
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
380
+ }],
381
+ traces: [{
382
+ type: 'ibc',
383
+ counterparty: {
384
+ channel_id: 'channel-34',
385
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
386
+ chain_name: 'archway'
387
+ },
388
+ chain: {
389
+ channel_id: 'channel-116'
390
+ }
391
+ }]
392
+ },
325
393
  {
326
394
  description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
327
395
  denom_units: [{
@@ -497,7 +565,7 @@ const assets = {
497
565
  }]
498
566
  },
499
567
  {
500
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
568
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
501
569
  denom_units: [{
502
570
  denom: 'ibc/50601881EB04667D5BD252FAEB5AA0713F117A2AB9DE365CF7DF9BB4083065B8',
503
571
  exponent: 0,
package/mainnet/qwoyn.js CHANGED
@@ -53,6 +53,40 @@ const assets = {
53
53
  }
54
54
  }]
55
55
  },
56
+ {
57
+ description: 'Architects Token',
58
+ type_asset: 'cw20',
59
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
60
+ denom_units: [{
61
+ denom: 'ibc/9C8C544A8A3C8BC8730F400ED670CDAA6944D30EC91F0833C5132392D7E12776',
62
+ exponent: 0,
63
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
64
+ }, {
65
+ denom: 'TOKN',
66
+ exponent: 18
67
+ }],
68
+ base: 'ibc/9C8C544A8A3C8BC8730F400ED670CDAA6944D30EC91F0833C5132392D7E12776',
69
+ name: 'Architects Token',
70
+ display: 'TOKN',
71
+ symbol: 'TOKN',
72
+ logo_URIs: {
73
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
74
+ },
75
+ images: [{
76
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
77
+ }],
78
+ traces: [{
79
+ type: 'ibc',
80
+ counterparty: {
81
+ channel_id: 'channel-88',
82
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
83
+ chain_name: 'archway'
84
+ },
85
+ chain: {
86
+ channel_id: 'channel-5'
87
+ }
88
+ }]
89
+ },
56
90
  {
57
91
  description: 'The native token of Osmosis',
58
92
  denom_units: [{
@@ -191,6 +225,40 @@ const assets = {
191
225
  }
192
226
  }]
193
227
  },
228
+ {
229
+ description: 'Architects Token',
230
+ type_asset: 'cw20',
231
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
232
+ denom_units: [{
233
+ denom: 'ibc/9C8C544A8A3C8BC8730F400ED670CDAA6944D30EC91F0833C5132392D7E12776',
234
+ exponent: 0,
235
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
236
+ }, {
237
+ denom: 'TOKN',
238
+ exponent: 18
239
+ }],
240
+ base: 'ibc/9C8C544A8A3C8BC8730F400ED670CDAA6944D30EC91F0833C5132392D7E12776',
241
+ name: 'Architects Token',
242
+ display: 'TOKN',
243
+ symbol: 'TOKN',
244
+ logo_URIs: {
245
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
246
+ },
247
+ images: [{
248
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
249
+ }],
250
+ traces: [{
251
+ type: 'ibc',
252
+ counterparty: {
253
+ channel_id: 'channel-88',
254
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
255
+ chain_name: 'archway'
256
+ },
257
+ chain: {
258
+ channel_id: 'channel-5'
259
+ }
260
+ }]
261
+ },
194
262
  {
195
263
  description: 'The native token of Osmosis',
196
264
  denom_units: [{
package/mainnet/regen.js CHANGED
@@ -422,7 +422,7 @@ const assets = {
422
422
  }]
423
423
  },
424
424
  {
425
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
425
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
426
426
  denom_units: [{
427
427
  denom: 'ibc/AAA241B0C1B237AA252F939C7CB7AB4C21A46BAA97464DDB8B5C92D4AF635E29',
428
428
  exponent: 0,
@@ -927,7 +927,7 @@ const assets = {
927
927
  }]
928
928
  },
929
929
  {
930
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
930
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
931
931
  denom_units: [{
932
932
  denom: 'ibc/AAA241B0C1B237AA252F939C7CB7AB4C21A46BAA97464DDB8B5C92D4AF635E29',
933
933
  exponent: 0,
@@ -178,6 +178,88 @@ const assets = {
178
178
  channel_id: 'channel-7'
179
179
  }
180
180
  }]
181
+ },
182
+ {
183
+ description: 'The native staking token of Self Chain.',
184
+ denom_units: [{
185
+ denom: 'ibc/9B241C6E36A45D7DE8B12B8DEDF871BFFAD11350505D8952FCDF445AC3065F6F',
186
+ exponent: 0,
187
+ aliases: ['uslf']
188
+ }, {
189
+ denom: 'slf',
190
+ exponent: 6
191
+ }],
192
+ base: 'ibc/9B241C6E36A45D7DE8B12B8DEDF871BFFAD11350505D8952FCDF445AC3065F6F',
193
+ name: 'Self',
194
+ display: 'slf',
195
+ symbol: 'SLF',
196
+ logo_URIs: {
197
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
198
+ },
199
+ coingecko_id: 'self-chain',
200
+ images: [{
201
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png',
202
+ theme: {
203
+ primary_color_hex: '#9454f1'
204
+ }
205
+ }],
206
+ socials: {
207
+ website: 'https://selfchain.xyz',
208
+ twitter: 'https://x.com/selfchainxyz'
209
+ },
210
+ type_asset: 'sdk.coin',
211
+ traces: [{
212
+ type: 'ibc',
213
+ counterparty: {
214
+ channel_id: 'channel-6',
215
+ base_denom: 'uslf',
216
+ chain_name: 'self'
217
+ },
218
+ chain: {
219
+ channel_id: 'channel-8'
220
+ }
221
+ }]
222
+ },
223
+ {
224
+ description: 'The native staking token of Self Chain.',
225
+ denom_units: [{
226
+ denom: 'ibc/9B241C6E36A45D7DE8B12B8DEDF871BFFAD11350505D8952FCDF445AC3065F6F',
227
+ exponent: 0,
228
+ aliases: ['uslf']
229
+ }, {
230
+ denom: 'slf',
231
+ exponent: 6
232
+ }],
233
+ base: 'ibc/9B241C6E36A45D7DE8B12B8DEDF871BFFAD11350505D8952FCDF445AC3065F6F',
234
+ name: 'Self',
235
+ display: 'slf',
236
+ symbol: 'SLF',
237
+ logo_URIs: {
238
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
239
+ },
240
+ coingecko_id: 'self-chain',
241
+ images: [{
242
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png',
243
+ theme: {
244
+ primary_color_hex: '#9454f1'
245
+ }
246
+ }],
247
+ socials: {
248
+ website: 'https://selfchain.xyz',
249
+ twitter: 'https://x.com/selfchainxyz'
250
+ },
251
+ type_asset: 'sdk.coin',
252
+ traces: [{
253
+ type: 'ibc',
254
+ counterparty: {
255
+ channel_id: 'channel-6',
256
+ base_denom: 'uslf',
257
+ chain_name: 'self'
258
+ },
259
+ chain: {
260
+ channel_id: 'channel-8'
261
+ }
262
+ }]
181
263
  }
182
264
  ]
183
265
  };
@@ -215,6 +215,40 @@ const assets = {
215
215
  }
216
216
  }]
217
217
  },
218
+ {
219
+ description: 'Architects Token',
220
+ type_asset: 'cw20',
221
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
222
+ denom_units: [{
223
+ denom: 'ibc/92DA3E9AAB81EF3AACAD9E91EFFD37D3AB19EAB8FEC17FDBFA80636F33DE358E',
224
+ exponent: 0,
225
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
226
+ }, {
227
+ denom: 'TOKN',
228
+ exponent: 18
229
+ }],
230
+ base: 'ibc/92DA3E9AAB81EF3AACAD9E91EFFD37D3AB19EAB8FEC17FDBFA80636F33DE358E',
231
+ name: 'Architects Token',
232
+ display: 'TOKN',
233
+ symbol: 'TOKN',
234
+ logo_URIs: {
235
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
236
+ },
237
+ images: [{
238
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
239
+ }],
240
+ traces: [{
241
+ type: 'ibc',
242
+ counterparty: {
243
+ channel_id: 'channel-21',
244
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
245
+ chain_name: 'archway'
246
+ },
247
+ chain: {
248
+ channel_id: 'channel-84'
249
+ }
250
+ }]
251
+ },
218
252
  {
219
253
  description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
220
254
  denom_units: [{
@@ -1830,7 +1864,7 @@ const assets = {
1830
1864
  }]
1831
1865
  },
1832
1866
  {
1833
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
1867
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
1834
1868
  denom_units: [{
1835
1869
  denom: 'ibc/3587AC36A81A13FCFB1D0EC03CEB98AEAAAB1F5275B68C7DC2B40BA6279AA696',
1836
1870
  exponent: 0,
@@ -2179,6 +2213,40 @@ const assets = {
2179
2213
  }
2180
2214
  }]
2181
2215
  },
2216
+ {
2217
+ description: 'Architects Token',
2218
+ type_asset: 'cw20',
2219
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
2220
+ denom_units: [{
2221
+ denom: 'ibc/92DA3E9AAB81EF3AACAD9E91EFFD37D3AB19EAB8FEC17FDBFA80636F33DE358E',
2222
+ exponent: 0,
2223
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
2224
+ }, {
2225
+ denom: 'TOKN',
2226
+ exponent: 18
2227
+ }],
2228
+ base: 'ibc/92DA3E9AAB81EF3AACAD9E91EFFD37D3AB19EAB8FEC17FDBFA80636F33DE358E',
2229
+ name: 'Architects Token',
2230
+ display: 'TOKN',
2231
+ symbol: 'TOKN',
2232
+ logo_URIs: {
2233
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
2234
+ },
2235
+ images: [{
2236
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
2237
+ }],
2238
+ traces: [{
2239
+ type: 'ibc',
2240
+ counterparty: {
2241
+ channel_id: 'channel-21',
2242
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
2243
+ chain_name: 'archway'
2244
+ },
2245
+ chain: {
2246
+ channel_id: 'channel-84'
2247
+ }
2248
+ }]
2249
+ },
2182
2250
  {
2183
2251
  description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
2184
2252
  denom_units: [{
@@ -3794,7 +3862,7 @@ const assets = {
3794
3862
  }]
3795
3863
  },
3796
3864
  {
3797
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
3865
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
3798
3866
  denom_units: [{
3799
3867
  denom: 'ibc/3587AC36A81A13FCFB1D0EC03CEB98AEAAAB1F5275B68C7DC2B40BA6279AA696',
3800
3868
  exponent: 0,
@@ -9398,13 +9466,6 @@ const assets = {
9398
9466
  logo_URIs: {
9399
9467
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png'
9400
9468
  },
9401
- images: [{
9402
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png',
9403
- theme: {
9404
- primary_color_hex: '#d17e7f'
9405
- }
9406
- }],
9407
- coingecko_id: 'backbone-labs-staked-juno',
9408
9469
  traces: [{
9409
9470
  type: 'ibc-cw20',
9410
9471
  counterparty: {
@@ -9417,7 +9478,14 @@ const assets = {
9417
9478
  port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
9418
9479
  channel_id: 'channel-45'
9419
9480
  }
9420
- }]
9481
+ }],
9482
+ images: [{
9483
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png',
9484
+ theme: {
9485
+ primary_color_hex: '#d17e7f'
9486
+ }
9487
+ }],
9488
+ coingecko_id: 'backbone-labs-staked-juno'
9421
9489
  },
9422
9490
  {
9423
9491
  description: 'Airdrop For All [AFA - New Name on Cosmos Ecosystem, A4A - Old Name on TurtleNetwork] is a token from turtleNetwork towards cosmos ecosystem.',
@@ -12783,13 +12851,6 @@ const assets = {
12783
12851
  logo_URIs: {
12784
12852
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png'
12785
12853
  },
12786
- images: [{
12787
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png',
12788
- theme: {
12789
- primary_color_hex: '#d17e7f'
12790
- }
12791
- }],
12792
- coingecko_id: 'backbone-labs-staked-juno',
12793
12854
  traces: [{
12794
12855
  type: 'ibc-cw20',
12795
12856
  counterparty: {
@@ -12802,7 +12863,14 @@ const assets = {
12802
12863
  port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
12803
12864
  channel_id: 'channel-45'
12804
12865
  }
12805
- }]
12866
+ }],
12867
+ images: [{
12868
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png',
12869
+ theme: {
12870
+ primary_color_hex: '#d17e7f'
12871
+ }
12872
+ }],
12873
+ coingecko_id: 'backbone-labs-staked-juno'
12806
12874
  },
12807
12875
  {
12808
12876
  description: 'Airdrop For All [AFA - New Name on Cosmos Ecosystem, A4A - Old Name on TurtleNetwork] is a token from turtleNetwork towards cosmos ecosystem.',
@@ -14173,13 +14241,6 @@ const assets = {
14173
14241
  logo_URIs: {
14174
14242
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png'
14175
14243
  },
14176
- images: [{
14177
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
14178
- theme: {
14179
- primary_color_hex: '#070707'
14180
- }
14181
- }],
14182
- coingecko_id: 'backbone-labs-staked-luna',
14183
14244
  traces: [{
14184
14245
  type: 'ibc-cw20',
14185
14246
  counterparty: {
@@ -14192,7 +14253,14 @@ const assets = {
14192
14253
  port: 'transfer',
14193
14254
  channel_id: 'channel-127'
14194
14255
  }
14195
- }]
14256
+ }],
14257
+ images: [{
14258
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
14259
+ theme: {
14260
+ primary_color_hex: '#070707'
14261
+ }
14262
+ }],
14263
+ coingecko_id: 'backbone-labs-staked-luna'
14196
14264
  },
14197
14265
  {
14198
14266
  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.',
@@ -15469,13 +15537,6 @@ const assets = {
15469
15537
  logo_URIs: {
15470
15538
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png'
15471
15539
  },
15472
- images: [{
15473
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
15474
- theme: {
15475
- primary_color_hex: '#070707'
15476
- }
15477
- }],
15478
- coingecko_id: 'backbone-labs-staked-luna',
15479
15540
  traces: [{
15480
15541
  type: 'ibc-cw20',
15481
15542
  counterparty: {
@@ -15488,7 +15549,14 @@ const assets = {
15488
15549
  port: 'transfer',
15489
15550
  channel_id: 'channel-127'
15490
15551
  }
15491
- }]
15552
+ }],
15553
+ images: [{
15554
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
15555
+ theme: {
15556
+ primary_color_hex: '#070707'
15557
+ }
15558
+ }],
15559
+ coingecko_id: 'backbone-labs-staked-luna'
15492
15560
  },
15493
15561
  {
15494
15562
  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.',