@chain-registry/assets 1.70.16 → 1.70.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (158) hide show
  1. package/asset_lists.js +3 -2
  2. package/devnet/assets.d.ts +3 -0
  3. package/devnet/assets.js +8 -0
  4. package/devnet/index.d.ts +1 -0
  5. package/devnet/index.js +27 -0
  6. package/devnet/prysmdevnet.d.ts +3 -0
  7. package/devnet/prysmdevnet.js +922 -0
  8. package/esm/asset_lists.js +2 -1
  9. package/esm/devnet/assets.js +3 -0
  10. package/esm/devnet/index.js +1 -0
  11. package/esm/devnet/prysmdevnet.js +920 -0
  12. package/esm/index.js +1 -0
  13. package/esm/mainnet/agoric.js +70 -2
  14. package/esm/mainnet/akash.js +70 -2
  15. package/esm/mainnet/andromeda.js +68 -0
  16. package/esm/mainnet/archway.js +10 -2
  17. package/esm/mainnet/assets.js +5 -1
  18. package/esm/mainnet/atomone.js +182 -0
  19. package/esm/mainnet/axelar.js +70 -2
  20. package/esm/mainnet/beezee.js +68 -0
  21. package/esm/mainnet/bitcanna.js +68 -0
  22. package/esm/mainnet/bitsong.js +68 -0
  23. package/esm/mainnet/carbon.js +16 -16
  24. package/esm/mainnet/chihuahua.js +2 -2
  25. package/esm/mainnet/comdex.js +2 -2
  26. package/esm/mainnet/composable.js +68 -0
  27. package/esm/mainnet/cosmoshub.js +72 -4
  28. package/esm/mainnet/crescent.js +2 -2
  29. package/esm/mainnet/cryptoorgchain.js +2 -2
  30. package/esm/mainnet/decentr.js +68 -0
  31. package/esm/mainnet/doravota.js +68 -0
  32. package/esm/mainnet/dydx.js +2 -2
  33. package/esm/mainnet/dymension.js +68 -0
  34. package/esm/mainnet/gravitybridge.js +72 -4
  35. package/esm/mainnet/index.js +4 -0
  36. package/esm/mainnet/injective.js +2 -2
  37. package/esm/mainnet/int3face.js +182 -0
  38. package/esm/mainnet/irisnet.js +2 -2
  39. package/esm/mainnet/jackal.js +68 -0
  40. package/esm/mainnet/juno.js +70 -2
  41. package/esm/mainnet/kava.js +4 -4
  42. package/esm/mainnet/kujira.js +86 -18
  43. package/esm/mainnet/lava.js +238 -0
  44. package/esm/mainnet/mantrachain.js +420 -0
  45. package/esm/mainnet/migaloo.js +16 -16
  46. package/esm/mainnet/neutron.js +108 -40
  47. package/esm/mainnet/noble.js +314 -6
  48. package/esm/mainnet/nois.js +68 -0
  49. package/esm/mainnet/omniflixhub.js +68 -0
  50. package/esm/mainnet/osmosis.js +534 -68
  51. package/esm/mainnet/planq.js +68 -0
  52. package/esm/mainnet/quicksilver.js +70 -2
  53. package/esm/mainnet/qwoyn.js +68 -0
  54. package/esm/mainnet/regen.js +2 -2
  55. package/esm/mainnet/routerchain.js +82 -0
  56. package/esm/mainnet/secretnetwork.js +102 -34
  57. package/esm/mainnet/self.js +86 -0
  58. package/esm/mainnet/sentinel.js +2 -2
  59. package/esm/mainnet/sifchain.js +2 -2
  60. package/esm/mainnet/stargaze.js +2 -2
  61. package/esm/mainnet/starname.js +2 -2
  62. package/esm/mainnet/stride.js +4 -4
  63. package/esm/mainnet/synternet.js +182 -0
  64. package/esm/mainnet/terra2.js +68 -0
  65. package/esm/mainnet/umee.js +70 -2
  66. package/esm/mainnet/vidulum.js +68 -0
  67. package/esm/testnet/assets.js +2 -1
  68. package/esm/testnet/axelartestnet.js +78 -0
  69. package/esm/testnet/celestiatestnet3.js +78 -0
  70. package/esm/testnet/composabletestnet.js +78 -0
  71. package/esm/testnet/cosmoshubtestnet.js +78 -0
  72. package/esm/testnet/elystestnet.js +78 -0
  73. package/esm/testnet/index.js +1 -0
  74. package/esm/testnet/jackaltestnet2.js +77 -1
  75. package/esm/testnet/nobletestnet.js +78 -0
  76. package/esm/testnet/osmosistestnet.js +84 -0
  77. package/esm/testnet/osmosistestnet4.js +78 -0
  78. package/esm/testnet/quicksilvertestnet.js +78 -0
  79. package/esm/testnet/stargazetestnet.js +78 -0
  80. package/esm/testnet/synternettestnet.js +154 -0
  81. package/index.d.ts +1 -0
  82. package/index.js +1 -0
  83. package/mainnet/agoric.js +70 -2
  84. package/mainnet/akash.js +70 -2
  85. package/mainnet/andromeda.js +68 -0
  86. package/mainnet/archway.js +10 -2
  87. package/mainnet/assets.js +5 -1
  88. package/mainnet/atomone.d.ts +3 -0
  89. package/mainnet/atomone.js +184 -0
  90. package/mainnet/axelar.js +70 -2
  91. package/mainnet/beezee.js +68 -0
  92. package/mainnet/bitcanna.js +68 -0
  93. package/mainnet/bitsong.js +68 -0
  94. package/mainnet/carbon.js +16 -16
  95. package/mainnet/chihuahua.js +2 -2
  96. package/mainnet/comdex.js +2 -2
  97. package/mainnet/composable.js +68 -0
  98. package/mainnet/cosmoshub.js +72 -4
  99. package/mainnet/crescent.js +2 -2
  100. package/mainnet/cryptoorgchain.js +2 -2
  101. package/mainnet/decentr.js +68 -0
  102. package/mainnet/doravota.js +68 -0
  103. package/mainnet/dydx.js +2 -2
  104. package/mainnet/dymension.js +68 -0
  105. package/mainnet/gravitybridge.js +72 -4
  106. package/mainnet/index.d.ts +4 -0
  107. package/mainnet/index.js +7 -3
  108. package/mainnet/injective.js +2 -2
  109. package/mainnet/int3face.d.ts +3 -0
  110. package/mainnet/int3face.js +184 -0
  111. package/mainnet/irisnet.js +2 -2
  112. package/mainnet/jackal.js +68 -0
  113. package/mainnet/juno.js +70 -2
  114. package/mainnet/kava.js +4 -4
  115. package/mainnet/kujira.js +86 -18
  116. package/mainnet/lava.js +238 -0
  117. package/mainnet/mantrachain.d.ts +3 -0
  118. package/mainnet/mantrachain.js +422 -0
  119. package/mainnet/migaloo.js +16 -16
  120. package/mainnet/neutron.js +108 -40
  121. package/mainnet/noble.js +314 -6
  122. package/mainnet/nois.js +68 -0
  123. package/mainnet/omniflixhub.js +68 -0
  124. package/mainnet/osmosis.js +534 -68
  125. package/mainnet/planq.js +68 -0
  126. package/mainnet/quicksilver.js +70 -2
  127. package/mainnet/qwoyn.js +68 -0
  128. package/mainnet/regen.js +2 -2
  129. package/mainnet/routerchain.js +82 -0
  130. package/mainnet/secretnetwork.js +102 -34
  131. package/mainnet/self.js +86 -0
  132. package/mainnet/sentinel.js +2 -2
  133. package/mainnet/sifchain.js +2 -2
  134. package/mainnet/stargaze.js +2 -2
  135. package/mainnet/starname.js +2 -2
  136. package/mainnet/stride.js +4 -4
  137. package/mainnet/synternet.d.ts +3 -0
  138. package/mainnet/synternet.js +184 -0
  139. package/mainnet/terra2.js +68 -0
  140. package/mainnet/umee.js +70 -2
  141. package/mainnet/vidulum.js +68 -0
  142. package/package.json +5 -5
  143. package/testnet/assets.js +2 -1
  144. package/testnet/axelartestnet.js +78 -0
  145. package/testnet/celestiatestnet3.js +78 -0
  146. package/testnet/composabletestnet.js +78 -0
  147. package/testnet/cosmoshubtestnet.js +78 -0
  148. package/testnet/elystestnet.js +78 -0
  149. package/testnet/index.d.ts +1 -0
  150. package/testnet/index.js +2 -1
  151. package/testnet/jackaltestnet2.js +77 -1
  152. package/testnet/nobletestnet.js +78 -0
  153. package/testnet/osmosistestnet.js +84 -0
  154. package/testnet/osmosistestnet4.js +78 -0
  155. package/testnet/quicksilvertestnet.js +78 -0
  156. package/testnet/stargazetestnet.js +78 -0
  157. package/testnet/synternettestnet.d.ts +3 -0
  158. package/testnet/synternettestnet.js +156 -0
@@ -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/C65945584E298C1DDB1F1136EACA8FB9806CBE880677E312CAF15BDB2EE8EE88',
62
+ exponent: 0,
63
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
64
+ }, {
65
+ denom: 'TOKN',
66
+ exponent: 18
67
+ }],
68
+ base: 'ibc/C65945584E298C1DDB1F1136EACA8FB9806CBE880677E312CAF15BDB2EE8EE88',
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-35',
82
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
83
+ chain_name: 'archway'
84
+ },
85
+ chain: {
86
+ channel_id: 'channel-50'
87
+ }
88
+ }]
89
+ },
56
90
  {
57
91
  description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.',
58
92
  denom_units: [
@@ -103,6 +137,40 @@ const assets = {
103
137
  }
104
138
  }]
105
139
  },
140
+ {
141
+ description: 'Architects Token',
142
+ type_asset: 'cw20',
143
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
144
+ denom_units: [{
145
+ denom: 'ibc/C65945584E298C1DDB1F1136EACA8FB9806CBE880677E312CAF15BDB2EE8EE88',
146
+ exponent: 0,
147
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
148
+ }, {
149
+ denom: 'TOKN',
150
+ exponent: 18
151
+ }],
152
+ base: 'ibc/C65945584E298C1DDB1F1136EACA8FB9806CBE880677E312CAF15BDB2EE8EE88',
153
+ name: 'Architects Token',
154
+ display: 'TOKN',
155
+ symbol: 'TOKN',
156
+ logo_URIs: {
157
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
158
+ },
159
+ images: [{
160
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
161
+ }],
162
+ traces: [{
163
+ type: 'ibc',
164
+ counterparty: {
165
+ channel_id: 'channel-35',
166
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
167
+ chain_name: 'archway'
168
+ },
169
+ chain: {
170
+ channel_id: 'channel-50'
171
+ }
172
+ }]
173
+ },
106
174
  {
107
175
  description: 'BitSong Native Token',
108
176
  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/899A9A3AA31FAC79E03427B46DE0813A00AFB0C2AA1A071F45DEFF559E84C420',
62
+ exponent: 0,
63
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
64
+ }, {
65
+ denom: 'TOKN',
66
+ exponent: 18
67
+ }],
68
+ base: 'ibc/899A9A3AA31FAC79E03427B46DE0813A00AFB0C2AA1A071F45DEFF559E84C420',
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-124',
82
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
83
+ chain_name: 'archway'
84
+ },
85
+ chain: {
86
+ channel_id: 'channel-29'
87
+ }
88
+ }]
89
+ },
56
90
  {
57
91
  description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
58
92
  denom_units: [{
@@ -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/899A9A3AA31FAC79E03427B46DE0813A00AFB0C2AA1A071F45DEFF559E84C420',
232
+ exponent: 0,
233
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
234
+ }, {
235
+ denom: 'TOKN',
236
+ exponent: 18
237
+ }],
238
+ base: 'ibc/899A9A3AA31FAC79E03427B46DE0813A00AFB0C2AA1A071F45DEFF559E84C420',
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-124',
252
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
253
+ chain_name: 'archway'
254
+ },
255
+ chain: {
256
+ channel_id: 'channel-29'
257
+ }
258
+ }]
259
+ },
192
260
  {
193
261
  description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
194
262
  denom_units: [{
package/mainnet/carbon.js CHANGED
@@ -1827,13 +1827,6 @@ const assets = {
1827
1827
  logo_URIs: {
1828
1828
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png'
1829
1829
  },
1830
- images: [{
1831
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
1832
- theme: {
1833
- primary_color_hex: '#070707'
1834
- }
1835
- }],
1836
- coingecko_id: 'backbone-labs-staked-luna',
1837
1830
  traces: [{
1838
1831
  type: 'ibc-cw20',
1839
1832
  counterparty: {
@@ -1846,7 +1839,14 @@ const assets = {
1846
1839
  port: 'transfer',
1847
1840
  channel_id: 'channel-16'
1848
1841
  }
1849
- }]
1842
+ }],
1843
+ images: [{
1844
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
1845
+ theme: {
1846
+ primary_color_hex: '#070707'
1847
+ }
1848
+ }],
1849
+ coingecko_id: 'backbone-labs-staked-luna'
1850
1850
  },
1851
1851
  {
1852
1852
  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.',
@@ -3123,13 +3123,6 @@ const assets = {
3123
3123
  logo_URIs: {
3124
3124
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png'
3125
3125
  },
3126
- images: [{
3127
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
3128
- theme: {
3129
- primary_color_hex: '#070707'
3130
- }
3131
- }],
3132
- coingecko_id: 'backbone-labs-staked-luna',
3133
3126
  traces: [{
3134
3127
  type: 'ibc-cw20',
3135
3128
  counterparty: {
@@ -3142,7 +3135,14 @@ const assets = {
3142
3135
  port: 'transfer',
3143
3136
  channel_id: 'channel-16'
3144
3137
  }
3145
- }]
3138
+ }],
3139
+ images: [{
3140
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
3141
+ theme: {
3142
+ primary_color_hex: '#070707'
3143
+ }
3144
+ }],
3145
+ coingecko_id: 'backbone-labs-staked-luna'
3146
3146
  },
3147
3147
  {
3148
3148
  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.',
@@ -364,7 +364,7 @@ const assets = {
364
364
  }]
365
365
  },
366
366
  {
367
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
367
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
368
368
  denom_units: [{
369
369
  denom: 'ibc/D1489F3713939AE235BE7C4D6D01C49B3A67791D86F79520EE67CFA4A1A88846',
370
370
  exponent: 0,
@@ -846,7 +846,7 @@ const assets = {
846
846
  }]
847
847
  },
848
848
  {
849
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
849
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
850
850
  denom_units: [{
851
851
  denom: 'ibc/D1489F3713939AE235BE7C4D6D01C49B3A67791D86F79520EE67CFA4A1A88846',
852
852
  exponent: 0,
package/mainnet/comdex.js CHANGED
@@ -295,7 +295,7 @@ const assets = {
295
295
  }]
296
296
  },
297
297
  {
298
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
298
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
299
299
  denom_units: [{
300
300
  denom: 'ibc/E437FFE5ABB5163FA7968BAF68146512B81E842DF05BA27E3B25E64B7CDC9AC7',
301
301
  exponent: 0,
@@ -760,7 +760,7 @@ const assets = {
760
760
  }]
761
761
  },
762
762
  {
763
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
763
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
764
764
  denom_units: [{
765
765
  denom: 'ibc/E437FFE5ABB5163FA7968BAF68146512B81E842DF05BA27E3B25E64B7CDC9AC7',
766
766
  exponent: 0,
@@ -1260,6 +1260,40 @@ const assets = {
1260
1260
  }
1261
1261
  }]
1262
1262
  },
1263
+ {
1264
+ description: 'Architects Token',
1265
+ type_asset: 'cw20',
1266
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
1267
+ denom_units: [{
1268
+ denom: 'ibc/C65945584E298C1DDB1F1136EACA8FB9806CBE880677E312CAF15BDB2EE8EE88',
1269
+ exponent: 0,
1270
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
1271
+ }, {
1272
+ denom: 'TOKN',
1273
+ exponent: 18
1274
+ }],
1275
+ base: 'ibc/C65945584E298C1DDB1F1136EACA8FB9806CBE880677E312CAF15BDB2EE8EE88',
1276
+ name: 'Architects Token',
1277
+ display: 'TOKN',
1278
+ symbol: 'TOKN',
1279
+ logo_URIs: {
1280
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
1281
+ },
1282
+ images: [{
1283
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
1284
+ }],
1285
+ traces: [{
1286
+ type: 'ibc',
1287
+ counterparty: {
1288
+ channel_id: 'channel-108',
1289
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
1290
+ chain_name: 'archway'
1291
+ },
1292
+ chain: {
1293
+ channel_id: 'channel-50'
1294
+ }
1295
+ }]
1296
+ },
1263
1297
  {
1264
1298
  description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
1265
1299
  denom_units: [{
@@ -1521,6 +1555,40 @@ const assets = {
1521
1555
  }
1522
1556
  }]
1523
1557
  },
1558
+ {
1559
+ description: 'Architects Token',
1560
+ type_asset: 'cw20',
1561
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
1562
+ denom_units: [{
1563
+ denom: 'ibc/C65945584E298C1DDB1F1136EACA8FB9806CBE880677E312CAF15BDB2EE8EE88',
1564
+ exponent: 0,
1565
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
1566
+ }, {
1567
+ denom: 'TOKN',
1568
+ exponent: 18
1569
+ }],
1570
+ base: 'ibc/C65945584E298C1DDB1F1136EACA8FB9806CBE880677E312CAF15BDB2EE8EE88',
1571
+ name: 'Architects Token',
1572
+ display: 'TOKN',
1573
+ symbol: 'TOKN',
1574
+ logo_URIs: {
1575
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
1576
+ },
1577
+ images: [{
1578
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
1579
+ }],
1580
+ traces: [{
1581
+ type: 'ibc',
1582
+ counterparty: {
1583
+ channel_id: 'channel-108',
1584
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
1585
+ chain_name: 'archway'
1586
+ },
1587
+ chain: {
1588
+ channel_id: 'channel-50'
1589
+ }
1590
+ }]
1591
+ },
1524
1592
  {
1525
1593
  description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
1526
1594
  denom_units: [{
@@ -352,6 +352,40 @@ const assets = {
352
352
  }
353
353
  }]
354
354
  },
355
+ {
356
+ description: 'Architects Token',
357
+ type_asset: 'cw20',
358
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
359
+ denom_units: [{
360
+ denom: 'ibc/557A8BE1D1A4FEFD7C8DCA98F54F704C9CD3EAB4628FF89D142A0687EEFAA2C3',
361
+ exponent: 0,
362
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
363
+ }, {
364
+ denom: 'TOKN',
365
+ exponent: 18
366
+ }],
367
+ base: 'ibc/557A8BE1D1A4FEFD7C8DCA98F54F704C9CD3EAB4628FF89D142A0687EEFAA2C3',
368
+ name: 'Architects Token',
369
+ display: 'TOKN',
370
+ symbol: 'TOKN',
371
+ logo_URIs: {
372
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
373
+ },
374
+ images: [{
375
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
376
+ }],
377
+ traces: [{
378
+ type: 'ibc',
379
+ counterparty: {
380
+ channel_id: 'channel-0',
381
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
382
+ chain_name: 'archway'
383
+ },
384
+ chain: {
385
+ channel_id: 'channel-623'
386
+ }
387
+ }]
388
+ },
355
389
  {
356
390
  description: 'The native token of Aura Network',
357
391
  denom_units: [{
@@ -1265,6 +1299,40 @@ const assets = {
1265
1299
  }
1266
1300
  }]
1267
1301
  },
1302
+ {
1303
+ description: 'Architects Token',
1304
+ type_asset: 'cw20',
1305
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
1306
+ denom_units: [{
1307
+ denom: 'ibc/557A8BE1D1A4FEFD7C8DCA98F54F704C9CD3EAB4628FF89D142A0687EEFAA2C3',
1308
+ exponent: 0,
1309
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
1310
+ }, {
1311
+ denom: 'TOKN',
1312
+ exponent: 18
1313
+ }],
1314
+ base: 'ibc/557A8BE1D1A4FEFD7C8DCA98F54F704C9CD3EAB4628FF89D142A0687EEFAA2C3',
1315
+ name: 'Architects Token',
1316
+ display: 'TOKN',
1317
+ symbol: 'TOKN',
1318
+ logo_URIs: {
1319
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
1320
+ },
1321
+ images: [{
1322
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
1323
+ }],
1324
+ traces: [{
1325
+ type: 'ibc',
1326
+ counterparty: {
1327
+ channel_id: 'channel-0',
1328
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
1329
+ chain_name: 'archway'
1330
+ },
1331
+ chain: {
1332
+ channel_id: 'channel-623'
1333
+ }
1334
+ }]
1335
+ },
1268
1336
  {
1269
1337
  description: 'The native token of Aura Network',
1270
1338
  denom_units: [{
@@ -2533,7 +2601,7 @@ const assets = {
2533
2601
  },
2534
2602
  socials: {
2535
2603
  website: 'https://islamiccoin.net',
2536
- twitter: 'https://x.com/1slamic_coin'
2604
+ twitter: 'https://x.com/islamic_coin'
2537
2605
  },
2538
2606
  images: [{
2539
2607
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
@@ -3925,7 +3993,7 @@ const assets = {
3925
3993
  }]
3926
3994
  },
3927
3995
  {
3928
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
3996
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
3929
3997
  denom_units: [{
3930
3998
  denom: 'ibc/81D08BC39FB520EBD948CF017910DD69702D34BF5AC160F76D3B5CFC444EBCE0',
3931
3999
  exponent: 0,
@@ -8336,7 +8404,7 @@ const assets = {
8336
8404
  },
8337
8405
  socials: {
8338
8406
  website: 'https://islamiccoin.net',
8339
- twitter: 'https://x.com/1slamic_coin'
8407
+ twitter: 'https://x.com/islamic_coin'
8340
8408
  },
8341
8409
  images: [{
8342
8410
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
@@ -9728,7 +9796,7 @@ const assets = {
9728
9796
  }]
9729
9797
  },
9730
9798
  {
9731
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
9799
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
9732
9800
  denom_units: [{
9733
9801
  denom: 'ibc/81D08BC39FB520EBD948CF017910DD69702D34BF5AC160F76D3B5CFC444EBCE0',
9734
9802
  exponent: 0,
@@ -1597,7 +1597,7 @@ const assets = {
1597
1597
  }]
1598
1598
  },
1599
1599
  {
1600
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
1600
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
1601
1601
  denom_units: [{
1602
1602
  denom: 'ibc/7C80C41847B0A6BC37D66C13B2EDAF716217BE894FEC3FF11E76FE02D4E7BAA3',
1603
1603
  exponent: 0,
@@ -3873,7 +3873,7 @@ const assets = {
3873
3873
  }]
3874
3874
  },
3875
3875
  {
3876
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
3876
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
3877
3877
  denom_units: [{
3878
3878
  denom: 'ibc/7C80C41847B0A6BC37D66C13B2EDAF716217BE894FEC3FF11E76FE02D4E7BAA3',
3879
3879
  exponent: 0,
@@ -622,7 +622,7 @@ const assets = {
622
622
  }]
623
623
  },
624
624
  {
625
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
625
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
626
626
  denom_units: [{
627
627
  denom: 'ibc/B3CC9901DF8BA5F6154EDA69B3016EE16A795B6C422216AE08307FBBEAC22575',
628
628
  exponent: 0,
@@ -1164,7 +1164,7 @@ const assets = {
1164
1164
  }]
1165
1165
  },
1166
1166
  {
1167
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
1167
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
1168
1168
  denom_units: [{
1169
1169
  denom: 'ibc/B3CC9901DF8BA5F6154EDA69B3016EE16A795B6C422216AE08307FBBEAC22575',
1170
1170
  exponent: 0,
@@ -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/CAF708BC3CB9BC84B7A970364FDA4D2B4766E21C7BAAF5780C2190FAAFE4CC03',
62
+ exponent: 0,
63
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
64
+ }, {
65
+ denom: 'TOKN',
66
+ exponent: 18
67
+ }],
68
+ base: 'ibc/CAF708BC3CB9BC84B7A970364FDA4D2B4766E21C7BAAF5780C2190FAAFE4CC03',
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-36',
82
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
83
+ chain_name: 'archway'
84
+ },
85
+ chain: {
86
+ channel_id: 'channel-7'
87
+ }
88
+ }]
89
+ },
56
90
  {
57
91
  description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.',
58
92
  denom_units: [
@@ -103,6 +137,40 @@ const assets = {
103
137
  }
104
138
  }]
105
139
  },
140
+ {
141
+ description: 'Architects Token',
142
+ type_asset: 'cw20',
143
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
144
+ denom_units: [{
145
+ denom: 'ibc/CAF708BC3CB9BC84B7A970364FDA4D2B4766E21C7BAAF5780C2190FAAFE4CC03',
146
+ exponent: 0,
147
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
148
+ }, {
149
+ denom: 'TOKN',
150
+ exponent: 18
151
+ }],
152
+ base: 'ibc/CAF708BC3CB9BC84B7A970364FDA4D2B4766E21C7BAAF5780C2190FAAFE4CC03',
153
+ name: 'Architects Token',
154
+ display: 'TOKN',
155
+ symbol: 'TOKN',
156
+ logo_URIs: {
157
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
158
+ },
159
+ images: [{
160
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
161
+ }],
162
+ traces: [{
163
+ type: 'ibc',
164
+ counterparty: {
165
+ channel_id: 'channel-36',
166
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
167
+ chain_name: 'archway'
168
+ },
169
+ chain: {
170
+ channel_id: 'channel-7'
171
+ }
172
+ }]
173
+ },
106
174
  {
107
175
  description: 'The native token of Osmosis',
108
176
  denom_units: [{
@@ -96,6 +96,40 @@ const assets = {
96
96
  }
97
97
  }]
98
98
  },
99
+ {
100
+ description: 'Architects Token',
101
+ type_asset: 'cw20',
102
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
103
+ denom_units: [{
104
+ denom: 'ibc/77AA6DFD6AA89AE20C0954694E22685F654DBAAA5D43916955453C147A4C86FD',
105
+ exponent: 0,
106
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
107
+ }, {
108
+ denom: 'TOKN',
109
+ exponent: 18
110
+ }],
111
+ base: 'ibc/77AA6DFD6AA89AE20C0954694E22685F654DBAAA5D43916955453C147A4C86FD',
112
+ name: 'Architects Token',
113
+ display: 'TOKN',
114
+ symbol: 'TOKN',
115
+ logo_URIs: {
116
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
117
+ },
118
+ images: [{
119
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
120
+ }],
121
+ traces: [{
122
+ type: 'ibc',
123
+ counterparty: {
124
+ channel_id: 'channel-146',
125
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
126
+ chain_name: 'archway'
127
+ },
128
+ chain: {
129
+ channel_id: 'channel-13'
130
+ }
131
+ }]
132
+ },
99
133
  {
100
134
  description: 'The native token of Coreum',
101
135
  denom_units: [{
@@ -283,6 +317,40 @@ const assets = {
283
317
  }
284
318
  }]
285
319
  },
320
+ {
321
+ description: 'Architects Token',
322
+ type_asset: 'cw20',
323
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
324
+ denom_units: [{
325
+ denom: 'ibc/77AA6DFD6AA89AE20C0954694E22685F654DBAAA5D43916955453C147A4C86FD',
326
+ exponent: 0,
327
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
328
+ }, {
329
+ denom: 'TOKN',
330
+ exponent: 18
331
+ }],
332
+ base: 'ibc/77AA6DFD6AA89AE20C0954694E22685F654DBAAA5D43916955453C147A4C86FD',
333
+ name: 'Architects Token',
334
+ display: 'TOKN',
335
+ symbol: 'TOKN',
336
+ logo_URIs: {
337
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
338
+ },
339
+ images: [{
340
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
341
+ }],
342
+ traces: [{
343
+ type: 'ibc',
344
+ counterparty: {
345
+ channel_id: 'channel-146',
346
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
347
+ chain_name: 'archway'
348
+ },
349
+ chain: {
350
+ channel_id: 'channel-13'
351
+ }
352
+ }]
353
+ },
286
354
  {
287
355
  description: 'The native token of Coreum',
288
356
  denom_units: [{