@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
@@ -175,6 +175,49 @@ const assets = {
175
175
  }
176
176
  }]
177
177
  },
178
+ {
179
+ description: 'The native token of Router Chain',
180
+ denom_units: [{
181
+ denom: 'ibc/AE650BD48F6712E412D2F982E44C9BB9B232F182F6D8C08B38E56613F53DCC3C',
182
+ exponent: 0,
183
+ aliases: ['route']
184
+ }, {
185
+ denom: 'ROUTE',
186
+ exponent: 18
187
+ }],
188
+ base: 'ibc/AE650BD48F6712E412D2F982E44C9BB9B232F182F6D8C08B38E56613F53DCC3C',
189
+ name: 'Router Chain',
190
+ display: 'ROUTE',
191
+ symbol: 'ROUTE',
192
+ coingecko_id: 'router-protocol-2',
193
+ logo_URIs: {
194
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png',
195
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg'
196
+ },
197
+ images: [{
198
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg',
199
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png',
200
+ theme: {
201
+ primary_color_hex: '#cb0766'
202
+ }
203
+ }],
204
+ socials: {
205
+ website: 'https://www.routerprotocol.com/',
206
+ twitter: 'https://x.com/routerprotocol'
207
+ },
208
+ type_asset: 'sdk.coin',
209
+ traces: [{
210
+ type: 'ibc',
211
+ counterparty: {
212
+ channel_id: 'channel-8',
213
+ base_denom: 'route',
214
+ chain_name: 'routerchain'
215
+ },
216
+ chain: {
217
+ channel_id: 'channel-6'
218
+ }
219
+ }]
220
+ },
178
221
  {
179
222
  description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
180
223
  denom_units: [{
@@ -348,6 +391,49 @@ const assets = {
348
391
  channel_id: 'channel-1'
349
392
  }
350
393
  }]
394
+ },
395
+ {
396
+ description: 'The native token of Router Chain',
397
+ denom_units: [{
398
+ denom: 'ibc/AE650BD48F6712E412D2F982E44C9BB9B232F182F6D8C08B38E56613F53DCC3C',
399
+ exponent: 0,
400
+ aliases: ['route']
401
+ }, {
402
+ denom: 'ROUTE',
403
+ exponent: 18
404
+ }],
405
+ base: 'ibc/AE650BD48F6712E412D2F982E44C9BB9B232F182F6D8C08B38E56613F53DCC3C',
406
+ name: 'Router Chain',
407
+ display: 'ROUTE',
408
+ symbol: 'ROUTE',
409
+ coingecko_id: 'router-protocol-2',
410
+ logo_URIs: {
411
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png',
412
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg'
413
+ },
414
+ images: [{
415
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg',
416
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png',
417
+ theme: {
418
+ primary_color_hex: '#cb0766'
419
+ }
420
+ }],
421
+ socials: {
422
+ website: 'https://www.routerprotocol.com/',
423
+ twitter: 'https://x.com/routerprotocol'
424
+ },
425
+ type_asset: 'sdk.coin',
426
+ traces: [{
427
+ type: 'ibc',
428
+ counterparty: {
429
+ channel_id: 'channel-8',
430
+ base_denom: 'route',
431
+ chain_name: 'routerchain'
432
+ },
433
+ chain: {
434
+ channel_id: 'channel-6'
435
+ }
436
+ }]
351
437
  }
352
438
  ]
353
439
  };
@@ -336,7 +336,7 @@ const assets = {
336
336
  }]
337
337
  },
338
338
  {
339
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
339
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
340
340
  denom_units: [{
341
341
  denom: 'ibc/2915CCA550DA6840CB2D4F5BC95A067A7924A767B2EBEB3227DD66124AA8A626',
342
342
  exponent: 0,
@@ -840,7 +840,7 @@ const assets = {
840
840
  }]
841
841
  },
842
842
  {
843
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
843
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
844
844
  denom_units: [{
845
845
  denom: 'ibc/2915CCA550DA6840CB2D4F5BC95A067A7924A767B2EBEB3227DD66124AA8A626',
846
846
  exponent: 0,
@@ -340,7 +340,7 @@ const assets = {
340
340
  }]
341
341
  },
342
342
  {
343
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
343
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
344
344
  denom_units: [{
345
345
  denom: 'ibc/D87BC708A791246AA683D514C273736F07579CBD56C9CA79B7823F9A01C16270',
346
346
  exponent: 0,
@@ -891,7 +891,7 @@ const assets = {
891
891
  }]
892
892
  },
893
893
  {
894
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
894
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
895
895
  denom_units: [{
896
896
  denom: 'ibc/D87BC708A791246AA683D514C273736F07579CBD56C9CA79B7823F9A01C16270',
897
897
  exponent: 0,
@@ -1283,7 +1283,7 @@ const assets = {
1283
1283
  }]
1284
1284
  },
1285
1285
  {
1286
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
1286
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
1287
1287
  denom_units: [{
1288
1288
  denom: 'ibc/B0DD091AE8F4DF06E155C0328B5098206A756766466F101CDC2F7D196C3AA572',
1289
1289
  exponent: 0,
@@ -2694,7 +2694,7 @@ const assets = {
2694
2694
  }]
2695
2695
  },
2696
2696
  {
2697
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
2697
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
2698
2698
  denom_units: [{
2699
2699
  denom: 'ibc/B0DD091AE8F4DF06E155C0328B5098206A756766466F101CDC2F7D196C3AA572',
2700
2700
  exponent: 0,
@@ -258,7 +258,7 @@ const assets = {
258
258
  }]
259
259
  },
260
260
  {
261
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
261
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
262
262
  denom_units: [{
263
263
  denom: 'ibc/8FFD1A8310A79306649A44DB0DABC6AC95B979B8AF8846F7D6B807B7E88B7AFF',
264
264
  exponent: 0,
@@ -684,7 +684,7 @@ const assets = {
684
684
  }]
685
685
  },
686
686
  {
687
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
687
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
688
688
  denom_units: [{
689
689
  denom: 'ibc/8FFD1A8310A79306649A44DB0DABC6AC95B979B8AF8846F7D6B807B7E88B7AFF',
690
690
  exponent: 0,
@@ -968,7 +968,7 @@ const assets = {
968
968
  },
969
969
  socials: {
970
970
  website: 'https://islamiccoin.net',
971
- twitter: 'https://x.com/1slamic_coin'
971
+ twitter: 'https://x.com/islamic_coin'
972
972
  },
973
973
  images: [{
974
974
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
@@ -1643,7 +1643,7 @@ const assets = {
1643
1643
  }]
1644
1644
  },
1645
1645
  {
1646
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
1646
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
1647
1647
  denom_units: [{
1648
1648
  denom: 'ibc/33B47BAFB13393321709116BB1E0B968D655ABCB68EC8D254EAC957F740C6415',
1649
1649
  exponent: 0,
@@ -5690,7 +5690,7 @@ const assets = {
5690
5690
  },
5691
5691
  socials: {
5692
5692
  website: 'https://islamiccoin.net',
5693
- twitter: 'https://x.com/1slamic_coin'
5693
+ twitter: 'https://x.com/islamic_coin'
5694
5694
  },
5695
5695
  images: [{
5696
5696
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
@@ -6365,7 +6365,7 @@ const assets = {
6365
6365
  }]
6366
6366
  },
6367
6367
  {
6368
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
6368
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
6369
6369
  denom_units: [{
6370
6370
  denom: 'ibc/33B47BAFB13393321709116BB1E0B968D655ABCB68EC8D254EAC957F740C6415',
6371
6371
  exponent: 0,
@@ -0,0 +1,182 @@
1
+ const assets = {
2
+ chain_name: 'synternet',
3
+ assets: [
4
+ {
5
+ description: 'The native token of Osmosis',
6
+ denom_units: [{
7
+ denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
8
+ exponent: 0,
9
+ aliases: ['uosmo']
10
+ }, {
11
+ denom: 'osmo',
12
+ exponent: 6
13
+ }],
14
+ type_asset: 'sdk.coin',
15
+ base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
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-85186',
40
+ base_denom: 'uosmo',
41
+ chain_name: 'osmosis'
42
+ },
43
+ chain: {
44
+ channel_id: 'channel-1'
45
+ }
46
+ }]
47
+ },
48
+ {
49
+ description: 'ION is the second native token of Osmosis.',
50
+ denom_units: [{
51
+ denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
52
+ exponent: 0,
53
+ aliases: ['uion']
54
+ }, {
55
+ denom: 'ion',
56
+ exponent: 6
57
+ }],
58
+ type_asset: 'sdk.coin',
59
+ base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
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-85186',
84
+ base_denom: 'uion',
85
+ chain_name: 'osmosis'
86
+ },
87
+ chain: {
88
+ channel_id: 'channel-1'
89
+ }
90
+ }]
91
+ },
92
+ {
93
+ description: 'The native token of Osmosis',
94
+ denom_units: [{
95
+ denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
96
+ exponent: 0,
97
+ aliases: ['uosmo']
98
+ }, {
99
+ denom: 'osmo',
100
+ exponent: 6
101
+ }],
102
+ type_asset: 'sdk.coin',
103
+ base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
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-85186',
128
+ base_denom: 'uosmo',
129
+ chain_name: 'osmosis'
130
+ },
131
+ chain: {
132
+ channel_id: 'channel-1'
133
+ }
134
+ }]
135
+ },
136
+ {
137
+ description: 'ION is the second native token of Osmosis.',
138
+ denom_units: [{
139
+ denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
140
+ exponent: 0,
141
+ aliases: ['uion']
142
+ }, {
143
+ denom: 'ion',
144
+ exponent: 6
145
+ }],
146
+ type_asset: 'sdk.coin',
147
+ base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
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-85186',
172
+ base_denom: 'uion',
173
+ chain_name: 'osmosis'
174
+ },
175
+ chain: {
176
+ channel_id: 'channel-1'
177
+ }
178
+ }]
179
+ }
180
+ ]
181
+ };
182
+ export default assets;
@@ -255,6 +255,40 @@ const assets = {
255
255
  }
256
256
  }]
257
257
  },
258
+ {
259
+ description: 'Architects Token',
260
+ type_asset: 'cw20',
261
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
262
+ denom_units: [{
263
+ denom: 'ibc/E54876902E3C142F83259814402FE8CE800291DDC5803F9C37682CD445CA7BCC',
264
+ exponent: 0,
265
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
266
+ }, {
267
+ denom: 'TOKN',
268
+ exponent: 18
269
+ }],
270
+ base: 'ibc/E54876902E3C142F83259814402FE8CE800291DDC5803F9C37682CD445CA7BCC',
271
+ name: 'Architects Token',
272
+ display: 'TOKN',
273
+ symbol: 'TOKN',
274
+ logo_URIs: {
275
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
276
+ },
277
+ images: [{
278
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
279
+ }],
280
+ traces: [{
281
+ type: 'ibc',
282
+ counterparty: {
283
+ channel_id: 'channel-50',
284
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
285
+ chain_name: 'archway'
286
+ },
287
+ chain: {
288
+ channel_id: 'channel-265'
289
+ }
290
+ }]
291
+ },
258
292
  {
259
293
  description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
260
294
  denom_units: [{
@@ -6104,6 +6138,40 @@ const assets = {
6104
6138
  }
6105
6139
  }]
6106
6140
  },
6141
+ {
6142
+ description: 'Architects Token',
6143
+ type_asset: 'cw20',
6144
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
6145
+ denom_units: [{
6146
+ denom: 'ibc/E54876902E3C142F83259814402FE8CE800291DDC5803F9C37682CD445CA7BCC',
6147
+ exponent: 0,
6148
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
6149
+ }, {
6150
+ denom: 'TOKN',
6151
+ exponent: 18
6152
+ }],
6153
+ base: 'ibc/E54876902E3C142F83259814402FE8CE800291DDC5803F9C37682CD445CA7BCC',
6154
+ name: 'Architects Token',
6155
+ display: 'TOKN',
6156
+ symbol: 'TOKN',
6157
+ logo_URIs: {
6158
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
6159
+ },
6160
+ images: [{
6161
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
6162
+ }],
6163
+ traces: [{
6164
+ type: 'ibc',
6165
+ counterparty: {
6166
+ channel_id: 'channel-50',
6167
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
6168
+ chain_name: 'archway'
6169
+ },
6170
+ chain: {
6171
+ channel_id: 'channel-265'
6172
+ }
6173
+ }]
6174
+ },
6107
6175
  {
6108
6176
  description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
6109
6177
  denom_units: [{
@@ -133,6 +133,40 @@ const assets = {
133
133
  }
134
134
  }]
135
135
  },
136
+ {
137
+ description: 'Architects Token',
138
+ type_asset: 'cw20',
139
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
140
+ denom_units: [{
141
+ denom: 'ibc/D04A850102DE00BF6E830EA63D04F55E5959043EFB7544EB6008B381EF3EFA38',
142
+ exponent: 0,
143
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
144
+ }, {
145
+ denom: 'TOKN',
146
+ exponent: 18
147
+ }],
148
+ base: 'ibc/D04A850102DE00BF6E830EA63D04F55E5959043EFB7544EB6008B381EF3EFA38',
149
+ name: 'Architects Token',
150
+ display: 'TOKN',
151
+ symbol: 'TOKN',
152
+ logo_URIs: {
153
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
154
+ },
155
+ images: [{
156
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
157
+ }],
158
+ traces: [{
159
+ type: 'ibc',
160
+ counterparty: {
161
+ channel_id: 'channel-4',
162
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
163
+ chain_name: 'archway'
164
+ },
165
+ chain: {
166
+ channel_id: 'channel-97'
167
+ }
168
+ }]
169
+ },
136
170
  {
137
171
  description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
138
172
  denom_units: [{
@@ -1119,7 +1153,7 @@ const assets = {
1119
1153
  }]
1120
1154
  },
1121
1155
  {
1122
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
1156
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
1123
1157
  denom_units: [{
1124
1158
  denom: 'ibc/CC30F2A979C7D1BB907582C1B4DBDBBA89E82AA8C0EFCA099AE556EB37D83AAB',
1125
1159
  exponent: 0,
@@ -1505,6 +1539,40 @@ const assets = {
1505
1539
  }
1506
1540
  }]
1507
1541
  },
1542
+ {
1543
+ description: 'Architects Token',
1544
+ type_asset: 'cw20',
1545
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
1546
+ denom_units: [{
1547
+ denom: 'ibc/D04A850102DE00BF6E830EA63D04F55E5959043EFB7544EB6008B381EF3EFA38',
1548
+ exponent: 0,
1549
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
1550
+ }, {
1551
+ denom: 'TOKN',
1552
+ exponent: 18
1553
+ }],
1554
+ base: 'ibc/D04A850102DE00BF6E830EA63D04F55E5959043EFB7544EB6008B381EF3EFA38',
1555
+ name: 'Architects Token',
1556
+ display: 'TOKN',
1557
+ symbol: 'TOKN',
1558
+ logo_URIs: {
1559
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
1560
+ },
1561
+ images: [{
1562
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
1563
+ }],
1564
+ traces: [{
1565
+ type: 'ibc',
1566
+ counterparty: {
1567
+ channel_id: 'channel-4',
1568
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
1569
+ chain_name: 'archway'
1570
+ },
1571
+ chain: {
1572
+ channel_id: 'channel-97'
1573
+ }
1574
+ }]
1575
+ },
1508
1576
  {
1509
1577
  description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
1510
1578
  denom_units: [{
@@ -2491,7 +2559,7 @@ const assets = {
2491
2559
  }]
2492
2560
  },
2493
2561
  {
2494
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
2562
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
2495
2563
  denom_units: [{
2496
2564
  denom: 'ibc/CC30F2A979C7D1BB907582C1B4DBDBBA89E82AA8C0EFCA099AE556EB37D83AAB',
2497
2565
  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/F806ACAFDC68533ED2E5EAD5C6EE98D9943BCD20A4BECB21260B812B62A093CA',
60
+ exponent: 0,
61
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
62
+ }, {
63
+ denom: 'TOKN',
64
+ exponent: 18
65
+ }],
66
+ base: 'ibc/F806ACAFDC68533ED2E5EAD5C6EE98D9943BCD20A4BECB21260B812B62A093CA',
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-110',
80
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
81
+ chain_name: 'archway'
82
+ },
83
+ chain: {
84
+ channel_id: 'channel-24'
85
+ }
86
+ }]
87
+ },
54
88
  {
55
89
  description: 'The native token of OKExChain',
56
90
  denom_units: [{
@@ -226,6 +260,40 @@ const assets = {
226
260
  }
227
261
  }]
228
262
  },
263
+ {
264
+ description: 'Architects Token',
265
+ type_asset: 'cw20',
266
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
267
+ denom_units: [{
268
+ denom: 'ibc/F806ACAFDC68533ED2E5EAD5C6EE98D9943BCD20A4BECB21260B812B62A093CA',
269
+ exponent: 0,
270
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
271
+ }, {
272
+ denom: 'TOKN',
273
+ exponent: 18
274
+ }],
275
+ base: 'ibc/F806ACAFDC68533ED2E5EAD5C6EE98D9943BCD20A4BECB21260B812B62A093CA',
276
+ name: 'Architects Token',
277
+ display: 'TOKN',
278
+ symbol: 'TOKN',
279
+ logo_URIs: {
280
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
281
+ },
282
+ images: [{
283
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
284
+ }],
285
+ traces: [{
286
+ type: 'ibc',
287
+ counterparty: {
288
+ channel_id: 'channel-110',
289
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
290
+ chain_name: 'archway'
291
+ },
292
+ chain: {
293
+ channel_id: 'channel-24'
294
+ }
295
+ }]
296
+ },
229
297
  {
230
298
  description: 'The native token of OKExChain',
231
299
  denom_units: [{