@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
@@ -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/FEFB9DB3AED86F6B1BFC010034DE0822DE0DC2806F80F79BB6DA6333539FB532',
60
+ exponent: 0,
61
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
62
+ }, {
63
+ denom: 'TOKN',
64
+ exponent: 18
65
+ }],
66
+ base: 'ibc/FEFB9DB3AED86F6B1BFC010034DE0822DE0DC2806F80F79BB6DA6333539FB532',
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-14',
80
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
81
+ chain_name: 'archway'
82
+ },
83
+ chain: {
84
+ channel_id: 'channel-41'
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: [{
@@ -222,6 +256,40 @@ const assets = {
222
256
  }
223
257
  }]
224
258
  },
259
+ {
260
+ description: 'Architects Token',
261
+ type_asset: 'cw20',
262
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
263
+ denom_units: [{
264
+ denom: 'ibc/FEFB9DB3AED86F6B1BFC010034DE0822DE0DC2806F80F79BB6DA6333539FB532',
265
+ exponent: 0,
266
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
267
+ }, {
268
+ denom: 'TOKN',
269
+ exponent: 18
270
+ }],
271
+ base: 'ibc/FEFB9DB3AED86F6B1BFC010034DE0822DE0DC2806F80F79BB6DA6333539FB532',
272
+ name: 'Architects Token',
273
+ display: 'TOKN',
274
+ symbol: 'TOKN',
275
+ logo_URIs: {
276
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
277
+ },
278
+ images: [{
279
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
280
+ }],
281
+ traces: [{
282
+ type: 'ibc',
283
+ counterparty: {
284
+ channel_id: 'channel-14',
285
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
286
+ chain_name: 'archway'
287
+ },
288
+ chain: {
289
+ channel_id: 'channel-41'
290
+ }
291
+ }]
292
+ },
225
293
  {
226
294
  description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
227
295
  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/ED5428B826BD59D0EE33B7E5AF0E28B84930B91BED7A808BBBE28EA992920D96',
103
+ exponent: 0,
104
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
105
+ }, {
106
+ denom: 'TOKN',
107
+ exponent: 18
108
+ }],
109
+ base: 'ibc/ED5428B826BD59D0EE33B7E5AF0E28B84930B91BED7A808BBBE28EA992920D96',
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-15',
123
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
124
+ chain_name: 'archway'
125
+ },
126
+ chain: {
127
+ channel_id: 'channel-290'
128
+ }
129
+ }]
130
+ },
97
131
  {
98
132
  description: 'The native token of Asset Mantle',
99
133
  denom_units: [{
@@ -946,6 +980,40 @@ const assets = {
946
980
  }
947
981
  }]
948
982
  },
983
+ {
984
+ description: 'Architects Token',
985
+ type_asset: 'cw20',
986
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
987
+ denom_units: [{
988
+ denom: 'ibc/ED5428B826BD59D0EE33B7E5AF0E28B84930B91BED7A808BBBE28EA992920D96',
989
+ exponent: 0,
990
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
991
+ }, {
992
+ denom: 'TOKN',
993
+ exponent: 18
994
+ }],
995
+ base: 'ibc/ED5428B826BD59D0EE33B7E5AF0E28B84930B91BED7A808BBBE28EA992920D96',
996
+ name: 'Architects Token',
997
+ display: 'TOKN',
998
+ symbol: 'TOKN',
999
+ logo_URIs: {
1000
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
1001
+ },
1002
+ images: [{
1003
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
1004
+ }],
1005
+ traces: [{
1006
+ type: 'ibc',
1007
+ counterparty: {
1008
+ channel_id: 'channel-15',
1009
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
1010
+ chain_name: 'archway'
1011
+ },
1012
+ chain: {
1013
+ channel_id: 'channel-290'
1014
+ }
1015
+ }]
1016
+ },
949
1017
  {
950
1018
  description: 'The native token of Asset Mantle',
951
1019
  denom_units: [{
@@ -2229,7 +2297,7 @@ const assets = {
2229
2297
  }]
2230
2298
  },
2231
2299
  {
2232
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
2300
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
2233
2301
  denom_units: [{
2234
2302
  denom: 'ibc/7455B3F2F2737906BACF4AE980069A4CAB7C7F9FDAABAEFBA439DF037AEC5898',
2235
2303
  exponent: 0,
@@ -4133,7 +4201,7 @@ const assets = {
4133
4201
  }]
4134
4202
  },
4135
4203
  {
4136
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
4204
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
4137
4205
  denom_units: [{
4138
4206
  denom: 'ibc/7455B3F2F2737906BACF4AE980069A4CAB7C7F9FDAABAEFBA439DF037AEC5898',
4139
4207
  exponent: 0,
@@ -534,7 +534,7 @@ const assets = {
534
534
  },
535
535
  socials: {
536
536
  website: 'https://islamiccoin.net',
537
- twitter: 'https://x.com/1slamic_coin'
537
+ twitter: 'https://x.com/islamic_coin'
538
538
  },
539
539
  images: [{
540
540
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
@@ -1414,7 +1414,7 @@ const assets = {
1414
1414
  },
1415
1415
  socials: {
1416
1416
  website: 'https://islamiccoin.net',
1417
- twitter: 'https://x.com/1slamic_coin'
1417
+ twitter: 'https://x.com/islamic_coin'
1418
1418
  },
1419
1419
  images: [{
1420
1420
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
@@ -2240,7 +2240,7 @@ const assets = {
2240
2240
  }]
2241
2241
  },
2242
2242
  {
2243
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
2243
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
2244
2244
  denom_units: [{
2245
2245
  denom: 'ibc/134CED3DD0201C9A01D9B67DD7FC6BF6DEF8A7F709C22B0ABCEC263002B13207',
2246
2246
  exponent: 0,
@@ -2925,7 +2925,7 @@ const assets = {
2925
2925
  }]
2926
2926
  },
2927
2927
  {
2928
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
2928
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
2929
2929
  denom_units: [{
2930
2930
  denom: 'ibc/134CED3DD0201C9A01D9B67DD7FC6BF6DEF8A7F709C22B0ABCEC263002B13207',
2931
2931
  exponent: 0,
@@ -337,6 +337,40 @@ const assets = {
337
337
  }
338
338
  }]
339
339
  },
340
+ {
341
+ description: 'Architects Token',
342
+ type_asset: 'cw20',
343
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
344
+ denom_units: [{
345
+ denom: 'ibc/60085C686A14FB766FF880E7E39D8586A1845020AAFC2F31923330CADA10FFD4',
346
+ exponent: 0,
347
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
348
+ }, {
349
+ denom: 'TOKN',
350
+ exponent: 18
351
+ }],
352
+ base: 'ibc/60085C686A14FB766FF880E7E39D8586A1845020AAFC2F31923330CADA10FFD4',
353
+ name: 'Architects Token',
354
+ display: 'TOKN',
355
+ symbol: 'TOKN',
356
+ logo_URIs: {
357
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
358
+ },
359
+ images: [{
360
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
361
+ }],
362
+ traces: [{
363
+ type: 'ibc',
364
+ counterparty: {
365
+ channel_id: 'channel-11',
366
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
367
+ chain_name: 'archway'
368
+ },
369
+ chain: {
370
+ channel_id: 'channel-99'
371
+ }
372
+ }]
373
+ },
340
374
  {
341
375
  description: 'The native token of Asset Mantle',
342
376
  denom_units: [{
@@ -2127,6 +2161,40 @@ const assets = {
2127
2161
  }
2128
2162
  }]
2129
2163
  },
2164
+ {
2165
+ description: 'Architects Token',
2166
+ type_asset: 'cw20',
2167
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
2168
+ denom_units: [{
2169
+ denom: 'ibc/60085C686A14FB766FF880E7E39D8586A1845020AAFC2F31923330CADA10FFD4',
2170
+ exponent: 0,
2171
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
2172
+ }, {
2173
+ denom: 'TOKN',
2174
+ exponent: 18
2175
+ }],
2176
+ base: 'ibc/60085C686A14FB766FF880E7E39D8586A1845020AAFC2F31923330CADA10FFD4',
2177
+ name: 'Architects Token',
2178
+ display: 'TOKN',
2179
+ symbol: 'TOKN',
2180
+ logo_URIs: {
2181
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
2182
+ },
2183
+ images: [{
2184
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
2185
+ }],
2186
+ traces: [{
2187
+ type: 'ibc',
2188
+ counterparty: {
2189
+ channel_id: 'channel-11',
2190
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
2191
+ chain_name: 'archway'
2192
+ },
2193
+ chain: {
2194
+ channel_id: 'channel-99'
2195
+ }
2196
+ }]
2197
+ },
2130
2198
  {
2131
2199
  description: 'The native token of Asset Mantle',
2132
2200
  denom_units: [{
@@ -4186,7 +4254,7 @@ const assets = {
4186
4254
  }]
4187
4255
  },
4188
4256
  {
4189
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
4257
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
4190
4258
  denom_units: [{
4191
4259
  denom: 'ibc/A805A35333912DC7910E8BC433AA37B819B6CD9BC6C95BD3D05CF3B98A8C0F79',
4192
4260
  exponent: 0,
@@ -5377,7 +5445,7 @@ const assets = {
5377
5445
  }]
5378
5446
  },
5379
5447
  {
5380
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
5448
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
5381
5449
  denom_units: [{
5382
5450
  denom: 'ibc/A805A35333912DC7910E8BC433AA37B819B6CD9BC6C95BD3D05CF3B98A8C0F79',
5383
5451
  exponent: 0,
@@ -7068,13 +7136,6 @@ const assets = {
7068
7136
  logo_URIs: {
7069
7137
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png'
7070
7138
  },
7071
- images: [{
7072
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
7073
- theme: {
7074
- primary_color_hex: '#070707'
7075
- }
7076
- }],
7077
- coingecko_id: 'backbone-labs-staked-luna',
7078
7139
  traces: [{
7079
7140
  type: 'ibc-cw20',
7080
7141
  counterparty: {
@@ -7087,7 +7148,14 @@ const assets = {
7087
7148
  port: 'transfer',
7088
7149
  channel_id: 'channel-36'
7089
7150
  }
7090
- }]
7151
+ }],
7152
+ images: [{
7153
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
7154
+ theme: {
7155
+ primary_color_hex: '#070707'
7156
+ }
7157
+ }],
7158
+ coingecko_id: 'backbone-labs-staked-luna'
7091
7159
  },
7092
7160
  {
7093
7161
  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.',
@@ -8741,13 +8809,6 @@ const assets = {
8741
8809
  logo_URIs: {
8742
8810
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png'
8743
8811
  },
8744
- images: [{
8745
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
8746
- theme: {
8747
- primary_color_hex: '#070707'
8748
- }
8749
- }],
8750
- coingecko_id: 'backbone-labs-staked-luna',
8751
8812
  traces: [{
8752
8813
  type: 'ibc-cw20',
8753
8814
  counterparty: {
@@ -8760,7 +8821,14 @@ const assets = {
8760
8821
  port: 'transfer',
8761
8822
  channel_id: 'channel-36'
8762
8823
  }
8763
- }]
8824
+ }],
8825
+ images: [{
8826
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
8827
+ theme: {
8828
+ primary_color_hex: '#070707'
8829
+ }
8830
+ }],
8831
+ coingecko_id: 'backbone-labs-staked-luna'
8764
8832
  },
8765
8833
  {
8766
8834
  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.',
@@ -499,6 +499,125 @@ const assets = {
499
499
  }
500
500
  }]
501
501
  },
502
+ {
503
+ description: 'The permissioned staking asset for Noble Chain',
504
+ denom_units: [{
505
+ denom: 'ibc/64332FEC2E9CD57D3289247C3AE47D5CB0F517A8247963F5025F31F32E3AA501',
506
+ exponent: 0,
507
+ aliases: ['ustake']
508
+ }, {
509
+ denom: 'stake',
510
+ exponent: 6
511
+ }],
512
+ type_asset: 'sdk.coin',
513
+ base: 'ibc/64332FEC2E9CD57D3289247C3AE47D5CB0F517A8247963F5025F31F32E3AA501',
514
+ name: 'Stake',
515
+ display: 'stake',
516
+ symbol: 'STAKE',
517
+ logo_URIs: {
518
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
519
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
520
+ },
521
+ images: [{
522
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
523
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
524
+ theme: {
525
+ primary_color_hex: '#a8bbfb'
526
+ }
527
+ }],
528
+ traces: [{
529
+ type: 'ibc',
530
+ counterparty: {
531
+ channel_id: 'channel-105',
532
+ base_denom: 'ustake',
533
+ chain_name: 'noble'
534
+ },
535
+ chain: {
536
+ channel_id: 'channel-9'
537
+ }
538
+ }]
539
+ },
540
+ {
541
+ description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
542
+ denom_units: [{
543
+ denom: 'ibc/1B6E81A75E2EFE2D93DC37781644ADBE08B01D1383E9474392516469DDD49F5D',
544
+ exponent: 0,
545
+ aliases: ['ufrienzies']
546
+ }, {
547
+ denom: 'frienzies',
548
+ exponent: 6
549
+ }],
550
+ type_asset: 'sdk.coin',
551
+ base: 'ibc/1B6E81A75E2EFE2D93DC37781644ADBE08B01D1383E9474392516469DDD49F5D',
552
+ display: 'frienzies',
553
+ name: 'Frienzies',
554
+ symbol: 'FRNZ',
555
+ logo_URIs: {
556
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
557
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
558
+ },
559
+ images: [{
560
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
561
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
562
+ theme: {
563
+ primary_color_hex: '#04041c'
564
+ }
565
+ }],
566
+ traces: [{
567
+ type: 'ibc',
568
+ counterparty: {
569
+ channel_id: 'channel-105',
570
+ base_denom: 'ufrienzies',
571
+ chain_name: 'noble'
572
+ },
573
+ chain: {
574
+ channel_id: 'channel-9'
575
+ }
576
+ }]
577
+ },
578
+ {
579
+ description: 'Ondo US Dollar Yield',
580
+ denom_units: [{
581
+ denom: 'ibc/99A9155EE18328A8114851A52C4E62C12A5177B79B81D6160BB051F8CB5F99FF',
582
+ exponent: 0,
583
+ aliases: ['ausdy']
584
+ }, {
585
+ denom: 'usdy',
586
+ exponent: 18
587
+ }],
588
+ base: 'ibc/99A9155EE18328A8114851A52C4E62C12A5177B79B81D6160BB051F8CB5F99FF',
589
+ display: 'usdy',
590
+ name: 'Ondo US Dollar Yield',
591
+ symbol: 'USDY',
592
+ logo_URIs: {
593
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
594
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
595
+ },
596
+ images: [{
597
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
598
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
599
+ theme: {
600
+ primary_color_hex: '#142c5c'
601
+ }
602
+ }],
603
+ coingecko_id: 'ondo-us-dollar-yield',
604
+ socials: {
605
+ website: 'https://ondo.finance/usdy',
606
+ twitter: 'https://x.com/OndoFinance'
607
+ },
608
+ type_asset: 'sdk.coin',
609
+ traces: [{
610
+ type: 'ibc',
611
+ counterparty: {
612
+ channel_id: 'channel-105',
613
+ base_denom: 'ausdy',
614
+ chain_name: 'noble'
615
+ },
616
+ chain: {
617
+ channel_id: 'channel-9'
618
+ }
619
+ }]
620
+ },
502
621
  {
503
622
  description: 'The native token of Osmosis',
504
623
  denom_units: [{
@@ -630,6 +749,125 @@ const assets = {
630
749
  }
631
750
  }]
632
751
  },
752
+ {
753
+ description: 'The permissioned staking asset for Noble Chain',
754
+ denom_units: [{
755
+ denom: 'ibc/64332FEC2E9CD57D3289247C3AE47D5CB0F517A8247963F5025F31F32E3AA501',
756
+ exponent: 0,
757
+ aliases: ['ustake']
758
+ }, {
759
+ denom: 'stake',
760
+ exponent: 6
761
+ }],
762
+ type_asset: 'sdk.coin',
763
+ base: 'ibc/64332FEC2E9CD57D3289247C3AE47D5CB0F517A8247963F5025F31F32E3AA501',
764
+ name: 'Stake',
765
+ display: 'stake',
766
+ symbol: 'STAKE',
767
+ logo_URIs: {
768
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
769
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
770
+ },
771
+ images: [{
772
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
773
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
774
+ theme: {
775
+ primary_color_hex: '#a8bbfb'
776
+ }
777
+ }],
778
+ traces: [{
779
+ type: 'ibc',
780
+ counterparty: {
781
+ channel_id: 'channel-105',
782
+ base_denom: 'ustake',
783
+ chain_name: 'noble'
784
+ },
785
+ chain: {
786
+ channel_id: 'channel-9'
787
+ }
788
+ }]
789
+ },
790
+ {
791
+ description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
792
+ denom_units: [{
793
+ denom: 'ibc/1B6E81A75E2EFE2D93DC37781644ADBE08B01D1383E9474392516469DDD49F5D',
794
+ exponent: 0,
795
+ aliases: ['ufrienzies']
796
+ }, {
797
+ denom: 'frienzies',
798
+ exponent: 6
799
+ }],
800
+ type_asset: 'sdk.coin',
801
+ base: 'ibc/1B6E81A75E2EFE2D93DC37781644ADBE08B01D1383E9474392516469DDD49F5D',
802
+ display: 'frienzies',
803
+ name: 'Frienzies',
804
+ symbol: 'FRNZ',
805
+ logo_URIs: {
806
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
807
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
808
+ },
809
+ images: [{
810
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
811
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
812
+ theme: {
813
+ primary_color_hex: '#04041c'
814
+ }
815
+ }],
816
+ traces: [{
817
+ type: 'ibc',
818
+ counterparty: {
819
+ channel_id: 'channel-105',
820
+ base_denom: 'ufrienzies',
821
+ chain_name: 'noble'
822
+ },
823
+ chain: {
824
+ channel_id: 'channel-9'
825
+ }
826
+ }]
827
+ },
828
+ {
829
+ description: 'Ondo US Dollar Yield',
830
+ denom_units: [{
831
+ denom: 'ibc/99A9155EE18328A8114851A52C4E62C12A5177B79B81D6160BB051F8CB5F99FF',
832
+ exponent: 0,
833
+ aliases: ['ausdy']
834
+ }, {
835
+ denom: 'usdy',
836
+ exponent: 18
837
+ }],
838
+ base: 'ibc/99A9155EE18328A8114851A52C4E62C12A5177B79B81D6160BB051F8CB5F99FF',
839
+ display: 'usdy',
840
+ name: 'Ondo US Dollar Yield',
841
+ symbol: 'USDY',
842
+ logo_URIs: {
843
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
844
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
845
+ },
846
+ images: [{
847
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
848
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
849
+ theme: {
850
+ primary_color_hex: '#142c5c'
851
+ }
852
+ }],
853
+ coingecko_id: 'ondo-us-dollar-yield',
854
+ socials: {
855
+ website: 'https://ondo.finance/usdy',
856
+ twitter: 'https://x.com/OndoFinance'
857
+ },
858
+ type_asset: 'sdk.coin',
859
+ traces: [{
860
+ type: 'ibc',
861
+ counterparty: {
862
+ channel_id: 'channel-105',
863
+ base_denom: 'ausdy',
864
+ chain_name: 'noble'
865
+ },
866
+ chain: {
867
+ channel_id: 'channel-9'
868
+ }
869
+ }]
870
+ },
633
871
  {
634
872
  description: 'The native token of Osmosis',
635
873
  denom_units: [{