@chain-registry/assets 1.70.15 → 1.70.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (158) hide show
  1. package/asset_lists.js +3 -2
  2. package/devnet/assets.d.ts +3 -0
  3. package/devnet/assets.js +8 -0
  4. package/devnet/index.d.ts +1 -0
  5. package/devnet/index.js +27 -0
  6. package/devnet/prysmdevnet.d.ts +3 -0
  7. package/devnet/prysmdevnet.js +922 -0
  8. package/esm/asset_lists.js +2 -1
  9. package/esm/devnet/assets.js +3 -0
  10. package/esm/devnet/index.js +1 -0
  11. package/esm/devnet/prysmdevnet.js +920 -0
  12. package/esm/index.js +1 -0
  13. package/esm/mainnet/agoric.js +70 -2
  14. package/esm/mainnet/akash.js +70 -2
  15. package/esm/mainnet/andromeda.js +68 -0
  16. package/esm/mainnet/archway.js +10 -2
  17. package/esm/mainnet/assets.js +5 -1
  18. package/esm/mainnet/atomone.js +182 -0
  19. package/esm/mainnet/axelar.js +70 -2
  20. package/esm/mainnet/beezee.js +68 -0
  21. package/esm/mainnet/bitcanna.js +68 -0
  22. package/esm/mainnet/bitsong.js +68 -0
  23. package/esm/mainnet/carbon.js +16 -16
  24. package/esm/mainnet/chihuahua.js +2 -2
  25. package/esm/mainnet/comdex.js +2 -2
  26. package/esm/mainnet/composable.js +68 -0
  27. package/esm/mainnet/cosmoshub.js +72 -4
  28. package/esm/mainnet/crescent.js +2 -2
  29. package/esm/mainnet/cryptoorgchain.js +2 -2
  30. package/esm/mainnet/decentr.js +68 -0
  31. package/esm/mainnet/doravota.js +68 -0
  32. package/esm/mainnet/dydx.js +2 -2
  33. package/esm/mainnet/dymension.js +68 -0
  34. package/esm/mainnet/gravitybridge.js +72 -4
  35. package/esm/mainnet/index.js +4 -0
  36. package/esm/mainnet/injective.js +2 -2
  37. package/esm/mainnet/int3face.js +182 -0
  38. package/esm/mainnet/irisnet.js +2 -2
  39. package/esm/mainnet/jackal.js +68 -0
  40. package/esm/mainnet/juno.js +70 -2
  41. package/esm/mainnet/kava.js +4 -4
  42. package/esm/mainnet/kujira.js +86 -18
  43. package/esm/mainnet/lava.js +238 -0
  44. package/esm/mainnet/mantrachain.js +420 -0
  45. package/esm/mainnet/migaloo.js +16 -16
  46. package/esm/mainnet/neutron.js +108 -40
  47. package/esm/mainnet/noble.js +314 -6
  48. package/esm/mainnet/nois.js +68 -0
  49. package/esm/mainnet/omniflixhub.js +68 -0
  50. package/esm/mainnet/osmosis.js +534 -68
  51. package/esm/mainnet/planq.js +68 -0
  52. package/esm/mainnet/quicksilver.js +70 -2
  53. package/esm/mainnet/qwoyn.js +68 -0
  54. package/esm/mainnet/regen.js +2 -2
  55. package/esm/mainnet/routerchain.js +82 -0
  56. package/esm/mainnet/secretnetwork.js +102 -34
  57. package/esm/mainnet/self.js +86 -0
  58. package/esm/mainnet/sentinel.js +2 -2
  59. package/esm/mainnet/sifchain.js +2 -2
  60. package/esm/mainnet/stargaze.js +2 -2
  61. package/esm/mainnet/starname.js +2 -2
  62. package/esm/mainnet/stride.js +4 -4
  63. package/esm/mainnet/synternet.js +182 -0
  64. package/esm/mainnet/terra2.js +68 -0
  65. package/esm/mainnet/umee.js +70 -2
  66. package/esm/mainnet/vidulum.js +68 -0
  67. package/esm/testnet/assets.js +2 -1
  68. package/esm/testnet/axelartestnet.js +78 -0
  69. package/esm/testnet/celestiatestnet3.js +78 -0
  70. package/esm/testnet/composabletestnet.js +78 -0
  71. package/esm/testnet/cosmoshubtestnet.js +78 -0
  72. package/esm/testnet/elystestnet.js +78 -0
  73. package/esm/testnet/index.js +1 -0
  74. package/esm/testnet/jackaltestnet2.js +77 -1
  75. package/esm/testnet/nobletestnet.js +78 -0
  76. package/esm/testnet/osmosistestnet.js +84 -0
  77. package/esm/testnet/osmosistestnet4.js +78 -0
  78. package/esm/testnet/quicksilvertestnet.js +78 -0
  79. package/esm/testnet/stargazetestnet.js +78 -0
  80. package/esm/testnet/synternettestnet.js +154 -0
  81. package/index.d.ts +2 -1
  82. package/index.js +1 -0
  83. package/mainnet/agoric.js +70 -2
  84. package/mainnet/akash.js +70 -2
  85. package/mainnet/andromeda.js +68 -0
  86. package/mainnet/archway.js +10 -2
  87. package/mainnet/assets.js +5 -1
  88. package/mainnet/atomone.d.ts +3 -0
  89. package/mainnet/atomone.js +184 -0
  90. package/mainnet/axelar.js +70 -2
  91. package/mainnet/beezee.js +68 -0
  92. package/mainnet/bitcanna.js +68 -0
  93. package/mainnet/bitsong.js +68 -0
  94. package/mainnet/carbon.js +16 -16
  95. package/mainnet/chihuahua.js +2 -2
  96. package/mainnet/comdex.js +2 -2
  97. package/mainnet/composable.js +68 -0
  98. package/mainnet/cosmoshub.js +72 -4
  99. package/mainnet/crescent.js +2 -2
  100. package/mainnet/cryptoorgchain.js +2 -2
  101. package/mainnet/decentr.js +68 -0
  102. package/mainnet/doravota.js +68 -0
  103. package/mainnet/dydx.js +2 -2
  104. package/mainnet/dymension.js +68 -0
  105. package/mainnet/gravitybridge.js +72 -4
  106. package/mainnet/index.d.ts +4 -0
  107. package/mainnet/index.js +7 -3
  108. package/mainnet/injective.js +2 -2
  109. package/mainnet/int3face.d.ts +3 -0
  110. package/mainnet/int3face.js +184 -0
  111. package/mainnet/irisnet.js +2 -2
  112. package/mainnet/jackal.js +68 -0
  113. package/mainnet/juno.js +70 -2
  114. package/mainnet/kava.js +4 -4
  115. package/mainnet/kujira.js +86 -18
  116. package/mainnet/lava.js +238 -0
  117. package/mainnet/mantrachain.d.ts +3 -0
  118. package/mainnet/mantrachain.js +422 -0
  119. package/mainnet/migaloo.js +16 -16
  120. package/mainnet/neutron.js +108 -40
  121. package/mainnet/noble.js +314 -6
  122. package/mainnet/nois.js +68 -0
  123. package/mainnet/omniflixhub.js +68 -0
  124. package/mainnet/osmosis.js +534 -68
  125. package/mainnet/planq.js +68 -0
  126. package/mainnet/quicksilver.js +70 -2
  127. package/mainnet/qwoyn.js +68 -0
  128. package/mainnet/regen.js +2 -2
  129. package/mainnet/routerchain.js +82 -0
  130. package/mainnet/secretnetwork.js +102 -34
  131. package/mainnet/self.js +86 -0
  132. package/mainnet/sentinel.js +2 -2
  133. package/mainnet/sifchain.js +2 -2
  134. package/mainnet/stargaze.js +2 -2
  135. package/mainnet/starname.js +2 -2
  136. package/mainnet/stride.js +4 -4
  137. package/mainnet/synternet.d.ts +3 -0
  138. package/mainnet/synternet.js +184 -0
  139. package/mainnet/terra2.js +68 -0
  140. package/mainnet/umee.js +70 -2
  141. package/mainnet/vidulum.js +68 -0
  142. package/package.json +5 -5
  143. package/testnet/assets.js +2 -1
  144. package/testnet/axelartestnet.js +78 -0
  145. package/testnet/celestiatestnet3.js +78 -0
  146. package/testnet/composabletestnet.js +78 -0
  147. package/testnet/cosmoshubtestnet.js +78 -0
  148. package/testnet/elystestnet.js +78 -0
  149. package/testnet/index.d.ts +1 -0
  150. package/testnet/index.js +2 -1
  151. package/testnet/jackaltestnet2.js +77 -1
  152. package/testnet/nobletestnet.js +78 -0
  153. package/testnet/osmosistestnet.js +84 -0
  154. package/testnet/osmosistestnet4.js +78 -0
  155. package/testnet/quicksilvertestnet.js +78 -0
  156. package/testnet/stargazetestnet.js +78 -0
  157. package/testnet/synternettestnet.d.ts +3 -0
  158. package/testnet/synternettestnet.js +156 -0
package/mainnet/self.js CHANGED
@@ -177,6 +177,49 @@ const assets = {
177
177
  }
178
178
  }]
179
179
  },
180
+ {
181
+ description: 'The native token of Router Chain',
182
+ denom_units: [{
183
+ denom: 'ibc/AE650BD48F6712E412D2F982E44C9BB9B232F182F6D8C08B38E56613F53DCC3C',
184
+ exponent: 0,
185
+ aliases: ['route']
186
+ }, {
187
+ denom: 'ROUTE',
188
+ exponent: 18
189
+ }],
190
+ base: 'ibc/AE650BD48F6712E412D2F982E44C9BB9B232F182F6D8C08B38E56613F53DCC3C',
191
+ name: 'Router Chain',
192
+ display: 'ROUTE',
193
+ symbol: 'ROUTE',
194
+ coingecko_id: 'router-protocol-2',
195
+ logo_URIs: {
196
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png',
197
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg'
198
+ },
199
+ images: [{
200
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg',
201
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png',
202
+ theme: {
203
+ primary_color_hex: '#cb0766'
204
+ }
205
+ }],
206
+ socials: {
207
+ website: 'https://www.routerprotocol.com/',
208
+ twitter: 'https://x.com/routerprotocol'
209
+ },
210
+ type_asset: 'sdk.coin',
211
+ traces: [{
212
+ type: 'ibc',
213
+ counterparty: {
214
+ channel_id: 'channel-8',
215
+ base_denom: 'route',
216
+ chain_name: 'routerchain'
217
+ },
218
+ chain: {
219
+ channel_id: 'channel-6'
220
+ }
221
+ }]
222
+ },
180
223
  {
181
224
  description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
182
225
  denom_units: [{
@@ -350,6 +393,49 @@ const assets = {
350
393
  channel_id: 'channel-1'
351
394
  }
352
395
  }]
396
+ },
397
+ {
398
+ description: 'The native token of Router Chain',
399
+ denom_units: [{
400
+ denom: 'ibc/AE650BD48F6712E412D2F982E44C9BB9B232F182F6D8C08B38E56613F53DCC3C',
401
+ exponent: 0,
402
+ aliases: ['route']
403
+ }, {
404
+ denom: 'ROUTE',
405
+ exponent: 18
406
+ }],
407
+ base: 'ibc/AE650BD48F6712E412D2F982E44C9BB9B232F182F6D8C08B38E56613F53DCC3C',
408
+ name: 'Router Chain',
409
+ display: 'ROUTE',
410
+ symbol: 'ROUTE',
411
+ coingecko_id: 'router-protocol-2',
412
+ logo_URIs: {
413
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png',
414
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg'
415
+ },
416
+ images: [{
417
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg',
418
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png',
419
+ theme: {
420
+ primary_color_hex: '#cb0766'
421
+ }
422
+ }],
423
+ socials: {
424
+ website: 'https://www.routerprotocol.com/',
425
+ twitter: 'https://x.com/routerprotocol'
426
+ },
427
+ type_asset: 'sdk.coin',
428
+ traces: [{
429
+ type: 'ibc',
430
+ counterparty: {
431
+ channel_id: 'channel-8',
432
+ base_denom: 'route',
433
+ chain_name: 'routerchain'
434
+ },
435
+ chain: {
436
+ channel_id: 'channel-6'
437
+ }
438
+ }]
353
439
  }
354
440
  ]
355
441
  };
@@ -338,7 +338,7 @@ const assets = {
338
338
  }]
339
339
  },
340
340
  {
341
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
341
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
342
342
  denom_units: [{
343
343
  denom: 'ibc/2915CCA550DA6840CB2D4F5BC95A067A7924A767B2EBEB3227DD66124AA8A626',
344
344
  exponent: 0,
@@ -842,7 +842,7 @@ const assets = {
842
842
  }]
843
843
  },
844
844
  {
845
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
845
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
846
846
  denom_units: [{
847
847
  denom: 'ibc/2915CCA550DA6840CB2D4F5BC95A067A7924A767B2EBEB3227DD66124AA8A626',
848
848
  exponent: 0,
@@ -342,7 +342,7 @@ const assets = {
342
342
  }]
343
343
  },
344
344
  {
345
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
345
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
346
346
  denom_units: [{
347
347
  denom: 'ibc/D87BC708A791246AA683D514C273736F07579CBD56C9CA79B7823F9A01C16270',
348
348
  exponent: 0,
@@ -893,7 +893,7 @@ const assets = {
893
893
  }]
894
894
  },
895
895
  {
896
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
896
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
897
897
  denom_units: [{
898
898
  denom: 'ibc/D87BC708A791246AA683D514C273736F07579CBD56C9CA79B7823F9A01C16270',
899
899
  exponent: 0,
@@ -1285,7 +1285,7 @@ const assets = {
1285
1285
  }]
1286
1286
  },
1287
1287
  {
1288
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
1288
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
1289
1289
  denom_units: [{
1290
1290
  denom: 'ibc/B0DD091AE8F4DF06E155C0328B5098206A756766466F101CDC2F7D196C3AA572',
1291
1291
  exponent: 0,
@@ -2696,7 +2696,7 @@ const assets = {
2696
2696
  }]
2697
2697
  },
2698
2698
  {
2699
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
2699
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
2700
2700
  denom_units: [{
2701
2701
  denom: 'ibc/B0DD091AE8F4DF06E155C0328B5098206A756766466F101CDC2F7D196C3AA572',
2702
2702
  exponent: 0,
@@ -260,7 +260,7 @@ const assets = {
260
260
  }]
261
261
  },
262
262
  {
263
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
263
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
264
264
  denom_units: [{
265
265
  denom: 'ibc/8FFD1A8310A79306649A44DB0DABC6AC95B979B8AF8846F7D6B807B7E88B7AFF',
266
266
  exponent: 0,
@@ -686,7 +686,7 @@ const assets = {
686
686
  }]
687
687
  },
688
688
  {
689
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
689
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
690
690
  denom_units: [{
691
691
  denom: 'ibc/8FFD1A8310A79306649A44DB0DABC6AC95B979B8AF8846F7D6B807B7E88B7AFF',
692
692
  exponent: 0,
package/mainnet/stride.js CHANGED
@@ -970,7 +970,7 @@ const assets = {
970
970
  },
971
971
  socials: {
972
972
  website: 'https://islamiccoin.net',
973
- twitter: 'https://x.com/1slamic_coin'
973
+ twitter: 'https://x.com/islamic_coin'
974
974
  },
975
975
  images: [{
976
976
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
@@ -1645,7 +1645,7 @@ const assets = {
1645
1645
  }]
1646
1646
  },
1647
1647
  {
1648
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
1648
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
1649
1649
  denom_units: [{
1650
1650
  denom: 'ibc/33B47BAFB13393321709116BB1E0B968D655ABCB68EC8D254EAC957F740C6415',
1651
1651
  exponent: 0,
@@ -5692,7 +5692,7 @@ const assets = {
5692
5692
  },
5693
5693
  socials: {
5694
5694
  website: 'https://islamiccoin.net',
5695
- twitter: 'https://x.com/1slamic_coin'
5695
+ twitter: 'https://x.com/islamic_coin'
5696
5696
  },
5697
5697
  images: [{
5698
5698
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
@@ -6367,7 +6367,7 @@ const assets = {
6367
6367
  }]
6368
6368
  },
6369
6369
  {
6370
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
6370
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
6371
6371
  denom_units: [{
6372
6372
  denom: 'ibc/33B47BAFB13393321709116BB1E0B968D655ABCB68EC8D254EAC957F740C6415',
6373
6373
  exponent: 0,
@@ -0,0 +1,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const assets: AssetList;
3
+ export default assets;
@@ -0,0 +1,184 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const assets = {
4
+ chain_name: 'synternet',
5
+ assets: [
6
+ {
7
+ description: 'The native token of Osmosis',
8
+ denom_units: [{
9
+ denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
10
+ exponent: 0,
11
+ aliases: ['uosmo']
12
+ }, {
13
+ denom: 'osmo',
14
+ exponent: 6
15
+ }],
16
+ type_asset: 'sdk.coin',
17
+ base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
18
+ name: 'Osmosis',
19
+ display: 'osmo',
20
+ symbol: 'OSMO',
21
+ logo_URIs: {
22
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
23
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
24
+ },
25
+ images: [{
26
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
27
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
28
+ theme: {
29
+ primary_color_hex: '#760dbb'
30
+ }
31
+ }],
32
+ coingecko_id: 'osmosis',
33
+ keywords: ['dex', 'staking'],
34
+ socials: {
35
+ website: 'https://osmosis.zone',
36
+ twitter: 'https://twitter.com/osmosiszone'
37
+ },
38
+ traces: [{
39
+ type: 'ibc',
40
+ counterparty: {
41
+ channel_id: 'channel-85186',
42
+ base_denom: 'uosmo',
43
+ chain_name: 'osmosis'
44
+ },
45
+ chain: {
46
+ channel_id: 'channel-1'
47
+ }
48
+ }]
49
+ },
50
+ {
51
+ description: 'ION is the second native token of Osmosis.',
52
+ denom_units: [{
53
+ denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
54
+ exponent: 0,
55
+ aliases: ['uion']
56
+ }, {
57
+ denom: 'ion',
58
+ exponent: 6
59
+ }],
60
+ type_asset: 'sdk.coin',
61
+ base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
62
+ name: 'Ion DAO',
63
+ display: 'ion',
64
+ symbol: 'ION',
65
+ logo_URIs: {
66
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
67
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
68
+ },
69
+ images: [{
70
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
71
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
72
+ theme: {
73
+ primary_color_hex: '#4453c7'
74
+ }
75
+ }],
76
+ coingecko_id: 'ion',
77
+ keywords: ['memecoin', 'defi'],
78
+ socials: {
79
+ website: 'https://ion.wtf',
80
+ twitter: 'https://twitter.com/_IONDAO'
81
+ },
82
+ traces: [{
83
+ type: 'ibc',
84
+ counterparty: {
85
+ channel_id: 'channel-85186',
86
+ base_denom: 'uion',
87
+ chain_name: 'osmosis'
88
+ },
89
+ chain: {
90
+ channel_id: 'channel-1'
91
+ }
92
+ }]
93
+ },
94
+ {
95
+ description: 'The native token of Osmosis',
96
+ denom_units: [{
97
+ denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
98
+ exponent: 0,
99
+ aliases: ['uosmo']
100
+ }, {
101
+ denom: 'osmo',
102
+ exponent: 6
103
+ }],
104
+ type_asset: 'sdk.coin',
105
+ base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
106
+ name: 'Osmosis',
107
+ display: 'osmo',
108
+ symbol: 'OSMO',
109
+ logo_URIs: {
110
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
111
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
112
+ },
113
+ images: [{
114
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
115
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
116
+ theme: {
117
+ primary_color_hex: '#760dbb'
118
+ }
119
+ }],
120
+ coingecko_id: 'osmosis',
121
+ keywords: ['dex', 'staking'],
122
+ socials: {
123
+ website: 'https://osmosis.zone',
124
+ twitter: 'https://twitter.com/osmosiszone'
125
+ },
126
+ traces: [{
127
+ type: 'ibc',
128
+ counterparty: {
129
+ channel_id: 'channel-85186',
130
+ base_denom: 'uosmo',
131
+ chain_name: 'osmosis'
132
+ },
133
+ chain: {
134
+ channel_id: 'channel-1'
135
+ }
136
+ }]
137
+ },
138
+ {
139
+ description: 'ION is the second native token of Osmosis.',
140
+ denom_units: [{
141
+ denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
142
+ exponent: 0,
143
+ aliases: ['uion']
144
+ }, {
145
+ denom: 'ion',
146
+ exponent: 6
147
+ }],
148
+ type_asset: 'sdk.coin',
149
+ base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
150
+ name: 'Ion DAO',
151
+ display: 'ion',
152
+ symbol: 'ION',
153
+ logo_URIs: {
154
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
155
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
156
+ },
157
+ images: [{
158
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
159
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
160
+ theme: {
161
+ primary_color_hex: '#4453c7'
162
+ }
163
+ }],
164
+ coingecko_id: 'ion',
165
+ keywords: ['memecoin', 'defi'],
166
+ socials: {
167
+ website: 'https://ion.wtf',
168
+ twitter: 'https://twitter.com/_IONDAO'
169
+ },
170
+ traces: [{
171
+ type: 'ibc',
172
+ counterparty: {
173
+ channel_id: 'channel-85186',
174
+ base_denom: 'uion',
175
+ chain_name: 'osmosis'
176
+ },
177
+ chain: {
178
+ channel_id: 'channel-1'
179
+ }
180
+ }]
181
+ }
182
+ ]
183
+ };
184
+ exports.default = assets;
package/mainnet/terra2.js CHANGED
@@ -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/E54876902E3C142F83259814402FE8CE800291DDC5803F9C37682CD445CA7BCC',
266
+ exponent: 0,
267
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
268
+ }, {
269
+ denom: 'TOKN',
270
+ exponent: 18
271
+ }],
272
+ base: 'ibc/E54876902E3C142F83259814402FE8CE800291DDC5803F9C37682CD445CA7BCC',
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-50',
286
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
287
+ chain_name: 'archway'
288
+ },
289
+ chain: {
290
+ channel_id: 'channel-265'
291
+ }
292
+ }]
293
+ },
260
294
  {
261
295
  description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
262
296
  denom_units: [{
@@ -6106,6 +6140,40 @@ const assets = {
6106
6140
  }
6107
6141
  }]
6108
6142
  },
6143
+ {
6144
+ description: 'Architects Token',
6145
+ type_asset: 'cw20',
6146
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
6147
+ denom_units: [{
6148
+ denom: 'ibc/E54876902E3C142F83259814402FE8CE800291DDC5803F9C37682CD445CA7BCC',
6149
+ exponent: 0,
6150
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
6151
+ }, {
6152
+ denom: 'TOKN',
6153
+ exponent: 18
6154
+ }],
6155
+ base: 'ibc/E54876902E3C142F83259814402FE8CE800291DDC5803F9C37682CD445CA7BCC',
6156
+ name: 'Architects Token',
6157
+ display: 'TOKN',
6158
+ symbol: 'TOKN',
6159
+ logo_URIs: {
6160
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
6161
+ },
6162
+ images: [{
6163
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
6164
+ }],
6165
+ traces: [{
6166
+ type: 'ibc',
6167
+ counterparty: {
6168
+ channel_id: 'channel-50',
6169
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
6170
+ chain_name: 'archway'
6171
+ },
6172
+ chain: {
6173
+ channel_id: 'channel-265'
6174
+ }
6175
+ }]
6176
+ },
6109
6177
  {
6110
6178
  description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
6111
6179
  denom_units: [{
package/mainnet/umee.js CHANGED
@@ -135,6 +135,40 @@ const assets = {
135
135
  }
136
136
  }]
137
137
  },
138
+ {
139
+ description: 'Architects Token',
140
+ type_asset: 'cw20',
141
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
142
+ denom_units: [{
143
+ denom: 'ibc/D04A850102DE00BF6E830EA63D04F55E5959043EFB7544EB6008B381EF3EFA38',
144
+ exponent: 0,
145
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
146
+ }, {
147
+ denom: 'TOKN',
148
+ exponent: 18
149
+ }],
150
+ base: 'ibc/D04A850102DE00BF6E830EA63D04F55E5959043EFB7544EB6008B381EF3EFA38',
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-4',
164
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
165
+ chain_name: 'archway'
166
+ },
167
+ chain: {
168
+ channel_id: 'channel-97'
169
+ }
170
+ }]
171
+ },
138
172
  {
139
173
  description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
140
174
  denom_units: [{
@@ -1121,7 +1155,7 @@ const assets = {
1121
1155
  }]
1122
1156
  },
1123
1157
  {
1124
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
1158
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
1125
1159
  denom_units: [{
1126
1160
  denom: 'ibc/CC30F2A979C7D1BB907582C1B4DBDBBA89E82AA8C0EFCA099AE556EB37D83AAB',
1127
1161
  exponent: 0,
@@ -1507,6 +1541,40 @@ const assets = {
1507
1541
  }
1508
1542
  }]
1509
1543
  },
1544
+ {
1545
+ description: 'Architects Token',
1546
+ type_asset: 'cw20',
1547
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
1548
+ denom_units: [{
1549
+ denom: 'ibc/D04A850102DE00BF6E830EA63D04F55E5959043EFB7544EB6008B381EF3EFA38',
1550
+ exponent: 0,
1551
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
1552
+ }, {
1553
+ denom: 'TOKN',
1554
+ exponent: 18
1555
+ }],
1556
+ base: 'ibc/D04A850102DE00BF6E830EA63D04F55E5959043EFB7544EB6008B381EF3EFA38',
1557
+ name: 'Architects Token',
1558
+ display: 'TOKN',
1559
+ symbol: 'TOKN',
1560
+ logo_URIs: {
1561
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
1562
+ },
1563
+ images: [{
1564
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
1565
+ }],
1566
+ traces: [{
1567
+ type: 'ibc',
1568
+ counterparty: {
1569
+ channel_id: 'channel-4',
1570
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
1571
+ chain_name: 'archway'
1572
+ },
1573
+ chain: {
1574
+ channel_id: 'channel-97'
1575
+ }
1576
+ }]
1577
+ },
1510
1578
  {
1511
1579
  description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
1512
1580
  denom_units: [{
@@ -2493,7 +2561,7 @@ const assets = {
2493
2561
  }]
2494
2562
  },
2495
2563
  {
2496
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
2564
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
2497
2565
  denom_units: [{
2498
2566
  denom: 'ibc/CC30F2A979C7D1BB907582C1B4DBDBBA89E82AA8C0EFCA099AE556EB37D83AAB',
2499
2567
  exponent: 0,