@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
@@ -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/CAF708BC3CB9BC84B7A970364FDA4D2B4766E21C7BAAF5780C2190FAAFE4CC03',
60
+ exponent: 0,
61
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
62
+ }, {
63
+ denom: 'TOKN',
64
+ exponent: 18
65
+ }],
66
+ base: 'ibc/CAF708BC3CB9BC84B7A970364FDA4D2B4766E21C7BAAF5780C2190FAAFE4CC03',
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-36',
80
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
81
+ chain_name: 'archway'
82
+ },
83
+ chain: {
84
+ channel_id: 'channel-7'
85
+ }
86
+ }]
87
+ },
54
88
  {
55
89
  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.',
56
90
  denom_units: [
@@ -101,6 +135,40 @@ const assets = {
101
135
  }
102
136
  }]
103
137
  },
138
+ {
139
+ description: 'Architects Token',
140
+ type_asset: 'cw20',
141
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
142
+ denom_units: [{
143
+ denom: 'ibc/CAF708BC3CB9BC84B7A970364FDA4D2B4766E21C7BAAF5780C2190FAAFE4CC03',
144
+ exponent: 0,
145
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
146
+ }, {
147
+ denom: 'TOKN',
148
+ exponent: 18
149
+ }],
150
+ base: 'ibc/CAF708BC3CB9BC84B7A970364FDA4D2B4766E21C7BAAF5780C2190FAAFE4CC03',
151
+ name: 'Architects Token',
152
+ display: 'TOKN',
153
+ symbol: 'TOKN',
154
+ logo_URIs: {
155
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
156
+ },
157
+ images: [{
158
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
159
+ }],
160
+ traces: [{
161
+ type: 'ibc',
162
+ counterparty: {
163
+ channel_id: 'channel-36',
164
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
165
+ chain_name: 'archway'
166
+ },
167
+ chain: {
168
+ channel_id: 'channel-7'
169
+ }
170
+ }]
171
+ },
104
172
  {
105
173
  description: 'The native token of Osmosis',
106
174
  denom_units: [{
@@ -94,6 +94,40 @@ const assets = {
94
94
  }
95
95
  }]
96
96
  },
97
+ {
98
+ description: 'Architects Token',
99
+ type_asset: 'cw20',
100
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
101
+ denom_units: [{
102
+ denom: 'ibc/77AA6DFD6AA89AE20C0954694E22685F654DBAAA5D43916955453C147A4C86FD',
103
+ exponent: 0,
104
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
105
+ }, {
106
+ denom: 'TOKN',
107
+ exponent: 18
108
+ }],
109
+ base: 'ibc/77AA6DFD6AA89AE20C0954694E22685F654DBAAA5D43916955453C147A4C86FD',
110
+ name: 'Architects Token',
111
+ display: 'TOKN',
112
+ symbol: 'TOKN',
113
+ logo_URIs: {
114
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
115
+ },
116
+ images: [{
117
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
118
+ }],
119
+ traces: [{
120
+ type: 'ibc',
121
+ counterparty: {
122
+ channel_id: 'channel-146',
123
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
124
+ chain_name: 'archway'
125
+ },
126
+ chain: {
127
+ channel_id: 'channel-13'
128
+ }
129
+ }]
130
+ },
97
131
  {
98
132
  description: 'The native token of Coreum',
99
133
  denom_units: [{
@@ -281,6 +315,40 @@ const assets = {
281
315
  }
282
316
  }]
283
317
  },
318
+ {
319
+ description: 'Architects Token',
320
+ type_asset: 'cw20',
321
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
322
+ denom_units: [{
323
+ denom: 'ibc/77AA6DFD6AA89AE20C0954694E22685F654DBAAA5D43916955453C147A4C86FD',
324
+ exponent: 0,
325
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
326
+ }, {
327
+ denom: 'TOKN',
328
+ exponent: 18
329
+ }],
330
+ base: 'ibc/77AA6DFD6AA89AE20C0954694E22685F654DBAAA5D43916955453C147A4C86FD',
331
+ name: 'Architects Token',
332
+ display: 'TOKN',
333
+ symbol: 'TOKN',
334
+ logo_URIs: {
335
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
336
+ },
337
+ images: [{
338
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
339
+ }],
340
+ traces: [{
341
+ type: 'ibc',
342
+ counterparty: {
343
+ channel_id: 'channel-146',
344
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
345
+ chain_name: 'archway'
346
+ },
347
+ chain: {
348
+ channel_id: 'channel-13'
349
+ }
350
+ }]
351
+ },
284
352
  {
285
353
  description: 'The native token of Coreum',
286
354
  denom_units: [{
@@ -950,7 +950,7 @@ const assets = {
950
950
  }]
951
951
  },
952
952
  {
953
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
953
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
954
954
  denom_units: [{
955
955
  denom: 'ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293',
956
956
  exponent: 0,
@@ -4658,7 +4658,7 @@ const assets = {
4658
4658
  }]
4659
4659
  },
4660
4660
  {
4661
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
4661
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
4662
4662
  denom_units: [{
4663
4663
  denom: 'ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293',
4664
4664
  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/F7CCC79E5664FB70B4C1B31652C3C6A7974253442B0F93B1992478006BB8DA7B',
60
+ exponent: 0,
61
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
62
+ }, {
63
+ denom: 'TOKN',
64
+ exponent: 18
65
+ }],
66
+ base: 'ibc/F7CCC79E5664FB70B4C1B31652C3C6A7974253442B0F93B1992478006BB8DA7B',
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-123',
80
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
81
+ chain_name: 'archway'
82
+ },
83
+ chain: {
84
+ channel_id: 'channel-45'
85
+ }
86
+ }]
87
+ },
54
88
  {
55
89
  description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
56
90
  denom_units: [{
@@ -230,6 +264,40 @@ const assets = {
230
264
  }
231
265
  }]
232
266
  },
267
+ {
268
+ description: 'Architects Token',
269
+ type_asset: 'cw20',
270
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
271
+ denom_units: [{
272
+ denom: 'ibc/F7CCC79E5664FB70B4C1B31652C3C6A7974253442B0F93B1992478006BB8DA7B',
273
+ exponent: 0,
274
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
275
+ }, {
276
+ denom: 'TOKN',
277
+ exponent: 18
278
+ }],
279
+ base: 'ibc/F7CCC79E5664FB70B4C1B31652C3C6A7974253442B0F93B1992478006BB8DA7B',
280
+ name: 'Architects Token',
281
+ display: 'TOKN',
282
+ symbol: 'TOKN',
283
+ logo_URIs: {
284
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
285
+ },
286
+ images: [{
287
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
288
+ }],
289
+ traces: [{
290
+ type: 'ibc',
291
+ counterparty: {
292
+ channel_id: 'channel-123',
293
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
294
+ chain_name: 'archway'
295
+ },
296
+ chain: {
297
+ channel_id: 'channel-45'
298
+ }
299
+ }]
300
+ },
233
301
  {
234
302
  description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
235
303
  denom_units: [{
@@ -257,6 +257,40 @@ const assets = {
257
257
  }
258
258
  }]
259
259
  },
260
+ {
261
+ description: 'Architects Token',
262
+ type_asset: 'cw20',
263
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
264
+ denom_units: [{
265
+ denom: 'ibc/1C940B678868F2462E50B8534656CABB999689153D426D24EF81CD7F35A3526F',
266
+ exponent: 0,
267
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
268
+ }, {
269
+ denom: 'TOKN',
270
+ exponent: 18
271
+ }],
272
+ base: 'ibc/1C940B678868F2462E50B8534656CABB999689153D426D24EF81CD7F35A3526F',
273
+ name: 'Architects Token',
274
+ display: 'TOKN',
275
+ symbol: 'TOKN',
276
+ logo_URIs: {
277
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
278
+ },
279
+ images: [{
280
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
281
+ }],
282
+ traces: [{
283
+ type: 'ibc',
284
+ counterparty: {
285
+ channel_id: 'channel-38',
286
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
287
+ chain_name: 'archway'
288
+ },
289
+ chain: {
290
+ channel_id: 'channel-145'
291
+ }
292
+ }]
293
+ },
260
294
  {
261
295
  description: 'Canto is a Layer-1 blockchain built to deliver on the promise of DeFi',
262
296
  denom_units: [{
@@ -887,6 +921,40 @@ const assets = {
887
921
  }
888
922
  }]
889
923
  },
924
+ {
925
+ description: 'Architects Token',
926
+ type_asset: 'cw20',
927
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
928
+ denom_units: [{
929
+ denom: 'ibc/1C940B678868F2462E50B8534656CABB999689153D426D24EF81CD7F35A3526F',
930
+ exponent: 0,
931
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
932
+ }, {
933
+ denom: 'TOKN',
934
+ exponent: 18
935
+ }],
936
+ base: 'ibc/1C940B678868F2462E50B8534656CABB999689153D426D24EF81CD7F35A3526F',
937
+ name: 'Architects Token',
938
+ display: 'TOKN',
939
+ symbol: 'TOKN',
940
+ logo_URIs: {
941
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
942
+ },
943
+ images: [{
944
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
945
+ }],
946
+ traces: [{
947
+ type: 'ibc',
948
+ counterparty: {
949
+ channel_id: 'channel-38',
950
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
951
+ chain_name: 'archway'
952
+ },
953
+ chain: {
954
+ channel_id: 'channel-145'
955
+ }
956
+ }]
957
+ },
890
958
  {
891
959
  description: 'Canto is a Layer-1 blockchain built to deliver on the promise of DeFi',
892
960
  denom_units: [{
@@ -1282,7 +1350,7 @@ const assets = {
1282
1350
  },
1283
1351
  socials: {
1284
1352
  website: 'https://islamiccoin.net',
1285
- twitter: 'https://x.com/1slamic_coin'
1353
+ twitter: 'https://x.com/islamic_coin'
1286
1354
  },
1287
1355
  images: [{
1288
1356
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
@@ -1566,7 +1634,7 @@ const assets = {
1566
1634
  }]
1567
1635
  },
1568
1636
  {
1569
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
1637
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
1570
1638
  denom_units: [{
1571
1639
  denom: 'ibc/74A48437840E981DD7789856D97EE5E3751DF474D22EDCD66DB046AF0B725A64',
1572
1640
  exponent: 0,
@@ -1800,7 +1868,7 @@ const assets = {
1800
1868
  },
1801
1869
  socials: {
1802
1870
  website: 'https://islamiccoin.net',
1803
- twitter: 'https://x.com/1slamic_coin'
1871
+ twitter: 'https://x.com/islamic_coin'
1804
1872
  },
1805
1873
  images: [{
1806
1874
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
@@ -2084,7 +2152,7 @@ const assets = {
2084
2152
  }]
2085
2153
  },
2086
2154
  {
2087
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
2155
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
2088
2156
  denom_units: [{
2089
2157
  denom: 'ibc/74A48437840E981DD7789856D97EE5E3751DF474D22EDCD66DB046AF0B725A64',
2090
2158
  exponent: 0,
@@ -9,6 +9,7 @@ export * as andromeda from './andromeda';
9
9
  export * as archway from './archway';
10
10
  export * as arkh from './arkh';
11
11
  export * as assetmantle from './assetmantle';
12
+ export * as atomone from './atomone';
12
13
  export * as aura from './aura';
13
14
  export * as axelar from './axelar';
14
15
  export * as bandchain from './bandchain';
@@ -60,6 +61,7 @@ export * as humans from './humans';
60
61
  export * as impacthub from './impacthub';
61
62
  export * as imversed from './imversed';
62
63
  export * as injective from './injective';
64
+ export * as int3face from './int3face';
63
65
  export * as irisnet from './irisnet';
64
66
  export * as jackal from './jackal';
65
67
  export * as joltify from './joltify';
@@ -77,6 +79,7 @@ export * as lorenzo from './lorenzo';
77
79
  export * as lumenx from './lumenx';
78
80
  export * as lumnetwork from './lumnetwork';
79
81
  export * as mande from './mande';
82
+ export * as mantrachain from './mantrachain';
80
83
  export * as mars from './mars';
81
84
  export * as medasdigital from './medasdigital';
82
85
  export * as meme from './meme';
@@ -134,6 +137,7 @@ export * as stargaze from './stargaze';
134
137
  export * as starname from './starname';
135
138
  export * as stratos from './stratos';
136
139
  export * as stride from './stride';
140
+ export * as synternet from './synternet';
137
141
  export * as teritori from './teritori';
138
142
  export * as terra from './terra';
139
143
  export * as terra2 from './terra2';
@@ -1879,7 +1879,7 @@ const assets = {
1879
1879
  }]
1880
1880
  },
1881
1881
  {
1882
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
1882
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
1883
1883
  denom_units: [{
1884
1884
  denom: 'ibc/B786E7CBBF026F6F15A8DA248E0F18C62A0F7A70CB2DABD9239398C8B5150ABB',
1885
1885
  exponent: 0,
@@ -5829,7 +5829,7 @@ const assets = {
5829
5829
  }]
5830
5830
  },
5831
5831
  {
5832
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
5832
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
5833
5833
  denom_units: [{
5834
5834
  denom: 'ibc/B786E7CBBF026F6F15A8DA248E0F18C62A0F7A70CB2DABD9239398C8B5150ABB',
5835
5835
  exponent: 0,
@@ -0,0 +1,182 @@
1
+ const assets = {
2
+ chain_name: 'int3face',
3
+ assets: [
4
+ {
5
+ description: 'The native token of Osmosis',
6
+ denom_units: [{
7
+ denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
8
+ exponent: 0,
9
+ aliases: ['uosmo']
10
+ }, {
11
+ denom: 'osmo',
12
+ exponent: 6
13
+ }],
14
+ type_asset: 'sdk.coin',
15
+ base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
16
+ name: 'Osmosis',
17
+ display: 'osmo',
18
+ symbol: 'OSMO',
19
+ logo_URIs: {
20
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
21
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
22
+ },
23
+ images: [{
24
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
25
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
26
+ theme: {
27
+ primary_color_hex: '#760dbb'
28
+ }
29
+ }],
30
+ coingecko_id: 'osmosis',
31
+ keywords: ['dex', 'staking'],
32
+ socials: {
33
+ website: 'https://osmosis.zone',
34
+ twitter: 'https://twitter.com/osmosiszone'
35
+ },
36
+ traces: [{
37
+ type: 'ibc',
38
+ counterparty: {
39
+ channel_id: 'channel-82819',
40
+ base_denom: 'uosmo',
41
+ chain_name: 'osmosis'
42
+ },
43
+ chain: {
44
+ channel_id: 'channel-0'
45
+ }
46
+ }]
47
+ },
48
+ {
49
+ description: 'ION is the second native token of Osmosis.',
50
+ denom_units: [{
51
+ denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
52
+ exponent: 0,
53
+ aliases: ['uion']
54
+ }, {
55
+ denom: 'ion',
56
+ exponent: 6
57
+ }],
58
+ type_asset: 'sdk.coin',
59
+ base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
60
+ name: 'Ion DAO',
61
+ display: 'ion',
62
+ symbol: 'ION',
63
+ logo_URIs: {
64
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
65
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
66
+ },
67
+ images: [{
68
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
69
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
70
+ theme: {
71
+ primary_color_hex: '#4453c7'
72
+ }
73
+ }],
74
+ coingecko_id: 'ion',
75
+ keywords: ['memecoin', 'defi'],
76
+ socials: {
77
+ website: 'https://ion.wtf',
78
+ twitter: 'https://twitter.com/_IONDAO'
79
+ },
80
+ traces: [{
81
+ type: 'ibc',
82
+ counterparty: {
83
+ channel_id: 'channel-82819',
84
+ base_denom: 'uion',
85
+ chain_name: 'osmosis'
86
+ },
87
+ chain: {
88
+ channel_id: 'channel-0'
89
+ }
90
+ }]
91
+ },
92
+ {
93
+ description: 'The native token of Osmosis',
94
+ denom_units: [{
95
+ denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
96
+ exponent: 0,
97
+ aliases: ['uosmo']
98
+ }, {
99
+ denom: 'osmo',
100
+ exponent: 6
101
+ }],
102
+ type_asset: 'sdk.coin',
103
+ base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
104
+ name: 'Osmosis',
105
+ display: 'osmo',
106
+ symbol: 'OSMO',
107
+ logo_URIs: {
108
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
109
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
110
+ },
111
+ images: [{
112
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
113
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
114
+ theme: {
115
+ primary_color_hex: '#760dbb'
116
+ }
117
+ }],
118
+ coingecko_id: 'osmosis',
119
+ keywords: ['dex', 'staking'],
120
+ socials: {
121
+ website: 'https://osmosis.zone',
122
+ twitter: 'https://twitter.com/osmosiszone'
123
+ },
124
+ traces: [{
125
+ type: 'ibc',
126
+ counterparty: {
127
+ channel_id: 'channel-82819',
128
+ base_denom: 'uosmo',
129
+ chain_name: 'osmosis'
130
+ },
131
+ chain: {
132
+ channel_id: 'channel-0'
133
+ }
134
+ }]
135
+ },
136
+ {
137
+ description: 'ION is the second native token of Osmosis.',
138
+ denom_units: [{
139
+ denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
140
+ exponent: 0,
141
+ aliases: ['uion']
142
+ }, {
143
+ denom: 'ion',
144
+ exponent: 6
145
+ }],
146
+ type_asset: 'sdk.coin',
147
+ base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
148
+ name: 'Ion DAO',
149
+ display: 'ion',
150
+ symbol: 'ION',
151
+ logo_URIs: {
152
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
153
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
154
+ },
155
+ images: [{
156
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
157
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
158
+ theme: {
159
+ primary_color_hex: '#4453c7'
160
+ }
161
+ }],
162
+ coingecko_id: 'ion',
163
+ keywords: ['memecoin', 'defi'],
164
+ socials: {
165
+ website: 'https://ion.wtf',
166
+ twitter: 'https://twitter.com/_IONDAO'
167
+ },
168
+ traces: [{
169
+ type: 'ibc',
170
+ counterparty: {
171
+ channel_id: 'channel-82819',
172
+ base_denom: 'uion',
173
+ chain_name: 'osmosis'
174
+ },
175
+ chain: {
176
+ channel_id: 'channel-0'
177
+ }
178
+ }]
179
+ }
180
+ ]
181
+ };
182
+ export default assets;
@@ -1202,7 +1202,7 @@ const assets = {
1202
1202
  }]
1203
1203
  },
1204
1204
  {
1205
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
1205
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
1206
1206
  denom_units: [{
1207
1207
  denom: 'ibc/2915CCA550DA6840CB2D4F5BC95A067A7924A767B2EBEB3227DD66124AA8A626',
1208
1208
  exponent: 0,
@@ -1614,7 +1614,7 @@ const assets = {
1614
1614
  }]
1615
1615
  },
1616
1616
  {
1617
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
1617
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
1618
1618
  denom_units: [{
1619
1619
  denom: 'ibc/2915CCA550DA6840CB2D4F5BC95A067A7924A767B2EBEB3227DD66124AA8A626',
1620
1620
  exponent: 0,