@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
package/mainnet/juno.js CHANGED
@@ -96,6 +96,40 @@ const assets = {
96
96
  }
97
97
  }]
98
98
  },
99
+ {
100
+ description: 'Architects Token',
101
+ type_asset: 'cw20',
102
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
103
+ denom_units: [{
104
+ denom: 'ibc/ED5428B826BD59D0EE33B7E5AF0E28B84930B91BED7A808BBBE28EA992920D96',
105
+ exponent: 0,
106
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
107
+ }, {
108
+ denom: 'TOKN',
109
+ exponent: 18
110
+ }],
111
+ base: 'ibc/ED5428B826BD59D0EE33B7E5AF0E28B84930B91BED7A808BBBE28EA992920D96',
112
+ name: 'Architects Token',
113
+ display: 'TOKN',
114
+ symbol: 'TOKN',
115
+ logo_URIs: {
116
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
117
+ },
118
+ images: [{
119
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
120
+ }],
121
+ traces: [{
122
+ type: 'ibc',
123
+ counterparty: {
124
+ channel_id: 'channel-15',
125
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
126
+ chain_name: 'archway'
127
+ },
128
+ chain: {
129
+ channel_id: 'channel-290'
130
+ }
131
+ }]
132
+ },
99
133
  {
100
134
  description: 'The native token of Asset Mantle',
101
135
  denom_units: [{
@@ -948,6 +982,40 @@ const assets = {
948
982
  }
949
983
  }]
950
984
  },
985
+ {
986
+ description: 'Architects Token',
987
+ type_asset: 'cw20',
988
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
989
+ denom_units: [{
990
+ denom: 'ibc/ED5428B826BD59D0EE33B7E5AF0E28B84930B91BED7A808BBBE28EA992920D96',
991
+ exponent: 0,
992
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
993
+ }, {
994
+ denom: 'TOKN',
995
+ exponent: 18
996
+ }],
997
+ base: 'ibc/ED5428B826BD59D0EE33B7E5AF0E28B84930B91BED7A808BBBE28EA992920D96',
998
+ name: 'Architects Token',
999
+ display: 'TOKN',
1000
+ symbol: 'TOKN',
1001
+ logo_URIs: {
1002
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
1003
+ },
1004
+ images: [{
1005
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
1006
+ }],
1007
+ traces: [{
1008
+ type: 'ibc',
1009
+ counterparty: {
1010
+ channel_id: 'channel-15',
1011
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
1012
+ chain_name: 'archway'
1013
+ },
1014
+ chain: {
1015
+ channel_id: 'channel-290'
1016
+ }
1017
+ }]
1018
+ },
951
1019
  {
952
1020
  description: 'The native token of Asset Mantle',
953
1021
  denom_units: [{
@@ -2231,7 +2299,7 @@ const assets = {
2231
2299
  }]
2232
2300
  },
2233
2301
  {
2234
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
2302
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
2235
2303
  denom_units: [{
2236
2304
  denom: 'ibc/7455B3F2F2737906BACF4AE980069A4CAB7C7F9FDAABAEFBA439DF037AEC5898',
2237
2305
  exponent: 0,
@@ -4135,7 +4203,7 @@ const assets = {
4135
4203
  }]
4136
4204
  },
4137
4205
  {
4138
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
4206
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
4139
4207
  denom_units: [{
4140
4208
  denom: 'ibc/7455B3F2F2737906BACF4AE980069A4CAB7C7F9FDAABAEFBA439DF037AEC5898',
4141
4209
  exponent: 0,
package/mainnet/kava.js CHANGED
@@ -536,7 +536,7 @@ const assets = {
536
536
  },
537
537
  socials: {
538
538
  website: 'https://islamiccoin.net',
539
- twitter: 'https://x.com/1slamic_coin'
539
+ twitter: 'https://x.com/islamic_coin'
540
540
  },
541
541
  images: [{
542
542
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
@@ -1416,7 +1416,7 @@ const assets = {
1416
1416
  },
1417
1417
  socials: {
1418
1418
  website: 'https://islamiccoin.net',
1419
- twitter: 'https://x.com/1slamic_coin'
1419
+ twitter: 'https://x.com/islamic_coin'
1420
1420
  },
1421
1421
  images: [{
1422
1422
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
@@ -2242,7 +2242,7 @@ const assets = {
2242
2242
  }]
2243
2243
  },
2244
2244
  {
2245
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
2245
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
2246
2246
  denom_units: [{
2247
2247
  denom: 'ibc/134CED3DD0201C9A01D9B67DD7FC6BF6DEF8A7F709C22B0ABCEC263002B13207',
2248
2248
  exponent: 0,
@@ -2927,7 +2927,7 @@ const assets = {
2927
2927
  }]
2928
2928
  },
2929
2929
  {
2930
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
2930
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
2931
2931
  denom_units: [{
2932
2932
  denom: 'ibc/134CED3DD0201C9A01D9B67DD7FC6BF6DEF8A7F709C22B0ABCEC263002B13207',
2933
2933
  exponent: 0,
package/mainnet/kujira.js CHANGED
@@ -339,6 +339,40 @@ const assets = {
339
339
  }
340
340
  }]
341
341
  },
342
+ {
343
+ description: 'Architects Token',
344
+ type_asset: 'cw20',
345
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
346
+ denom_units: [{
347
+ denom: 'ibc/60085C686A14FB766FF880E7E39D8586A1845020AAFC2F31923330CADA10FFD4',
348
+ exponent: 0,
349
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
350
+ }, {
351
+ denom: 'TOKN',
352
+ exponent: 18
353
+ }],
354
+ base: 'ibc/60085C686A14FB766FF880E7E39D8586A1845020AAFC2F31923330CADA10FFD4',
355
+ name: 'Architects Token',
356
+ display: 'TOKN',
357
+ symbol: 'TOKN',
358
+ logo_URIs: {
359
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
360
+ },
361
+ images: [{
362
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
363
+ }],
364
+ traces: [{
365
+ type: 'ibc',
366
+ counterparty: {
367
+ channel_id: 'channel-11',
368
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
369
+ chain_name: 'archway'
370
+ },
371
+ chain: {
372
+ channel_id: 'channel-99'
373
+ }
374
+ }]
375
+ },
342
376
  {
343
377
  description: 'The native token of Asset Mantle',
344
378
  denom_units: [{
@@ -2129,6 +2163,40 @@ const assets = {
2129
2163
  }
2130
2164
  }]
2131
2165
  },
2166
+ {
2167
+ description: 'Architects Token',
2168
+ type_asset: 'cw20',
2169
+ address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
2170
+ denom_units: [{
2171
+ denom: 'ibc/60085C686A14FB766FF880E7E39D8586A1845020AAFC2F31923330CADA10FFD4',
2172
+ exponent: 0,
2173
+ aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
2174
+ }, {
2175
+ denom: 'TOKN',
2176
+ exponent: 18
2177
+ }],
2178
+ base: 'ibc/60085C686A14FB766FF880E7E39D8586A1845020AAFC2F31923330CADA10FFD4',
2179
+ name: 'Architects Token',
2180
+ display: 'TOKN',
2181
+ symbol: 'TOKN',
2182
+ logo_URIs: {
2183
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
2184
+ },
2185
+ images: [{
2186
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
2187
+ }],
2188
+ traces: [{
2189
+ type: 'ibc',
2190
+ counterparty: {
2191
+ channel_id: 'channel-11',
2192
+ base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
2193
+ chain_name: 'archway'
2194
+ },
2195
+ chain: {
2196
+ channel_id: 'channel-99'
2197
+ }
2198
+ }]
2199
+ },
2132
2200
  {
2133
2201
  description: 'The native token of Asset Mantle',
2134
2202
  denom_units: [{
@@ -4188,7 +4256,7 @@ const assets = {
4188
4256
  }]
4189
4257
  },
4190
4258
  {
4191
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
4259
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
4192
4260
  denom_units: [{
4193
4261
  denom: 'ibc/A805A35333912DC7910E8BC433AA37B819B6CD9BC6C95BD3D05CF3B98A8C0F79',
4194
4262
  exponent: 0,
@@ -5379,7 +5447,7 @@ const assets = {
5379
5447
  }]
5380
5448
  },
5381
5449
  {
5382
- description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
5450
+ description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
5383
5451
  denom_units: [{
5384
5452
  denom: 'ibc/A805A35333912DC7910E8BC433AA37B819B6CD9BC6C95BD3D05CF3B98A8C0F79',
5385
5453
  exponent: 0,
@@ -7070,13 +7138,6 @@ const assets = {
7070
7138
  logo_URIs: {
7071
7139
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png'
7072
7140
  },
7073
- images: [{
7074
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
7075
- theme: {
7076
- primary_color_hex: '#070707'
7077
- }
7078
- }],
7079
- coingecko_id: 'backbone-labs-staked-luna',
7080
7141
  traces: [{
7081
7142
  type: 'ibc-cw20',
7082
7143
  counterparty: {
@@ -7089,7 +7150,14 @@ const assets = {
7089
7150
  port: 'transfer',
7090
7151
  channel_id: 'channel-36'
7091
7152
  }
7092
- }]
7153
+ }],
7154
+ images: [{
7155
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
7156
+ theme: {
7157
+ primary_color_hex: '#070707'
7158
+ }
7159
+ }],
7160
+ coingecko_id: 'backbone-labs-staked-luna'
7093
7161
  },
7094
7162
  {
7095
7163
  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.',
@@ -8743,13 +8811,6 @@ const assets = {
8743
8811
  logo_URIs: {
8744
8812
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png'
8745
8813
  },
8746
- images: [{
8747
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
8748
- theme: {
8749
- primary_color_hex: '#070707'
8750
- }
8751
- }],
8752
- coingecko_id: 'backbone-labs-staked-luna',
8753
8814
  traces: [{
8754
8815
  type: 'ibc-cw20',
8755
8816
  counterparty: {
@@ -8762,7 +8823,14 @@ const assets = {
8762
8823
  port: 'transfer',
8763
8824
  channel_id: 'channel-36'
8764
8825
  }
8765
- }]
8826
+ }],
8827
+ images: [{
8828
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
8829
+ theme: {
8830
+ primary_color_hex: '#070707'
8831
+ }
8832
+ }],
8833
+ coingecko_id: 'backbone-labs-staked-luna'
8766
8834
  },
8767
8835
  {
8768
8836
  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.',
package/mainnet/lava.js CHANGED
@@ -501,6 +501,125 @@ const assets = {
501
501
  }
502
502
  }]
503
503
  },
504
+ {
505
+ description: 'The permissioned staking asset for Noble Chain',
506
+ denom_units: [{
507
+ denom: 'ibc/64332FEC2E9CD57D3289247C3AE47D5CB0F517A8247963F5025F31F32E3AA501',
508
+ exponent: 0,
509
+ aliases: ['ustake']
510
+ }, {
511
+ denom: 'stake',
512
+ exponent: 6
513
+ }],
514
+ type_asset: 'sdk.coin',
515
+ base: 'ibc/64332FEC2E9CD57D3289247C3AE47D5CB0F517A8247963F5025F31F32E3AA501',
516
+ name: 'Stake',
517
+ display: 'stake',
518
+ symbol: 'STAKE',
519
+ logo_URIs: {
520
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
521
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
522
+ },
523
+ images: [{
524
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
525
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
526
+ theme: {
527
+ primary_color_hex: '#a8bbfb'
528
+ }
529
+ }],
530
+ traces: [{
531
+ type: 'ibc',
532
+ counterparty: {
533
+ channel_id: 'channel-105',
534
+ base_denom: 'ustake',
535
+ chain_name: 'noble'
536
+ },
537
+ chain: {
538
+ channel_id: 'channel-9'
539
+ }
540
+ }]
541
+ },
542
+ {
543
+ description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
544
+ denom_units: [{
545
+ denom: 'ibc/1B6E81A75E2EFE2D93DC37781644ADBE08B01D1383E9474392516469DDD49F5D',
546
+ exponent: 0,
547
+ aliases: ['ufrienzies']
548
+ }, {
549
+ denom: 'frienzies',
550
+ exponent: 6
551
+ }],
552
+ type_asset: 'sdk.coin',
553
+ base: 'ibc/1B6E81A75E2EFE2D93DC37781644ADBE08B01D1383E9474392516469DDD49F5D',
554
+ display: 'frienzies',
555
+ name: 'Frienzies',
556
+ symbol: 'FRNZ',
557
+ logo_URIs: {
558
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
559
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
560
+ },
561
+ images: [{
562
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
563
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
564
+ theme: {
565
+ primary_color_hex: '#04041c'
566
+ }
567
+ }],
568
+ traces: [{
569
+ type: 'ibc',
570
+ counterparty: {
571
+ channel_id: 'channel-105',
572
+ base_denom: 'ufrienzies',
573
+ chain_name: 'noble'
574
+ },
575
+ chain: {
576
+ channel_id: 'channel-9'
577
+ }
578
+ }]
579
+ },
580
+ {
581
+ description: 'Ondo US Dollar Yield',
582
+ denom_units: [{
583
+ denom: 'ibc/99A9155EE18328A8114851A52C4E62C12A5177B79B81D6160BB051F8CB5F99FF',
584
+ exponent: 0,
585
+ aliases: ['ausdy']
586
+ }, {
587
+ denom: 'usdy',
588
+ exponent: 18
589
+ }],
590
+ base: 'ibc/99A9155EE18328A8114851A52C4E62C12A5177B79B81D6160BB051F8CB5F99FF',
591
+ display: 'usdy',
592
+ name: 'Ondo US Dollar Yield',
593
+ symbol: 'USDY',
594
+ logo_URIs: {
595
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
596
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
597
+ },
598
+ images: [{
599
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
600
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
601
+ theme: {
602
+ primary_color_hex: '#142c5c'
603
+ }
604
+ }],
605
+ coingecko_id: 'ondo-us-dollar-yield',
606
+ socials: {
607
+ website: 'https://ondo.finance/usdy',
608
+ twitter: 'https://x.com/OndoFinance'
609
+ },
610
+ type_asset: 'sdk.coin',
611
+ traces: [{
612
+ type: 'ibc',
613
+ counterparty: {
614
+ channel_id: 'channel-105',
615
+ base_denom: 'ausdy',
616
+ chain_name: 'noble'
617
+ },
618
+ chain: {
619
+ channel_id: 'channel-9'
620
+ }
621
+ }]
622
+ },
504
623
  {
505
624
  description: 'The native token of Osmosis',
506
625
  denom_units: [{
@@ -632,6 +751,125 @@ const assets = {
632
751
  }
633
752
  }]
634
753
  },
754
+ {
755
+ description: 'The permissioned staking asset for Noble Chain',
756
+ denom_units: [{
757
+ denom: 'ibc/64332FEC2E9CD57D3289247C3AE47D5CB0F517A8247963F5025F31F32E3AA501',
758
+ exponent: 0,
759
+ aliases: ['ustake']
760
+ }, {
761
+ denom: 'stake',
762
+ exponent: 6
763
+ }],
764
+ type_asset: 'sdk.coin',
765
+ base: 'ibc/64332FEC2E9CD57D3289247C3AE47D5CB0F517A8247963F5025F31F32E3AA501',
766
+ name: 'Stake',
767
+ display: 'stake',
768
+ symbol: 'STAKE',
769
+ logo_URIs: {
770
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
771
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
772
+ },
773
+ images: [{
774
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
775
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
776
+ theme: {
777
+ primary_color_hex: '#a8bbfb'
778
+ }
779
+ }],
780
+ traces: [{
781
+ type: 'ibc',
782
+ counterparty: {
783
+ channel_id: 'channel-105',
784
+ base_denom: 'ustake',
785
+ chain_name: 'noble'
786
+ },
787
+ chain: {
788
+ channel_id: 'channel-9'
789
+ }
790
+ }]
791
+ },
792
+ {
793
+ description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
794
+ denom_units: [{
795
+ denom: 'ibc/1B6E81A75E2EFE2D93DC37781644ADBE08B01D1383E9474392516469DDD49F5D',
796
+ exponent: 0,
797
+ aliases: ['ufrienzies']
798
+ }, {
799
+ denom: 'frienzies',
800
+ exponent: 6
801
+ }],
802
+ type_asset: 'sdk.coin',
803
+ base: 'ibc/1B6E81A75E2EFE2D93DC37781644ADBE08B01D1383E9474392516469DDD49F5D',
804
+ display: 'frienzies',
805
+ name: 'Frienzies',
806
+ symbol: 'FRNZ',
807
+ logo_URIs: {
808
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
809
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
810
+ },
811
+ images: [{
812
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
813
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
814
+ theme: {
815
+ primary_color_hex: '#04041c'
816
+ }
817
+ }],
818
+ traces: [{
819
+ type: 'ibc',
820
+ counterparty: {
821
+ channel_id: 'channel-105',
822
+ base_denom: 'ufrienzies',
823
+ chain_name: 'noble'
824
+ },
825
+ chain: {
826
+ channel_id: 'channel-9'
827
+ }
828
+ }]
829
+ },
830
+ {
831
+ description: 'Ondo US Dollar Yield',
832
+ denom_units: [{
833
+ denom: 'ibc/99A9155EE18328A8114851A52C4E62C12A5177B79B81D6160BB051F8CB5F99FF',
834
+ exponent: 0,
835
+ aliases: ['ausdy']
836
+ }, {
837
+ denom: 'usdy',
838
+ exponent: 18
839
+ }],
840
+ base: 'ibc/99A9155EE18328A8114851A52C4E62C12A5177B79B81D6160BB051F8CB5F99FF',
841
+ display: 'usdy',
842
+ name: 'Ondo US Dollar Yield',
843
+ symbol: 'USDY',
844
+ logo_URIs: {
845
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
846
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
847
+ },
848
+ images: [{
849
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
850
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
851
+ theme: {
852
+ primary_color_hex: '#142c5c'
853
+ }
854
+ }],
855
+ coingecko_id: 'ondo-us-dollar-yield',
856
+ socials: {
857
+ website: 'https://ondo.finance/usdy',
858
+ twitter: 'https://x.com/OndoFinance'
859
+ },
860
+ type_asset: 'sdk.coin',
861
+ traces: [{
862
+ type: 'ibc',
863
+ counterparty: {
864
+ channel_id: 'channel-105',
865
+ base_denom: 'ausdy',
866
+ chain_name: 'noble'
867
+ },
868
+ chain: {
869
+ channel_id: 'channel-9'
870
+ }
871
+ }]
872
+ },
635
873
  {
636
874
  description: 'The native token of Osmosis',
637
875
  denom_units: [{
@@ -0,0 +1,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const assets: AssetList;
3
+ export default assets;