@chain-registry/assets 1.70.240 → 1.70.242

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 (65) hide show
  1. package/esm/mainnet/acrechain.js +6 -6
  2. package/esm/mainnet/akash.js +6 -6
  3. package/esm/mainnet/andromeda.js +6 -6
  4. package/esm/mainnet/archway.js +6 -6
  5. package/esm/mainnet/axelar.js +776 -6
  6. package/esm/mainnet/carbon.js +88 -6
  7. package/esm/mainnet/celestia.js +776 -6
  8. package/esm/mainnet/cheqd.js +6 -6
  9. package/esm/mainnet/comdex.js +6 -6
  10. package/esm/mainnet/composable.js +64 -0
  11. package/esm/mainnet/cosmoshub.js +776 -6
  12. package/esm/mainnet/crescent.js +6 -6
  13. package/esm/mainnet/decentr.js +6 -6
  14. package/esm/mainnet/dydx.js +776 -6
  15. package/esm/mainnet/furya.js +6 -6
  16. package/esm/mainnet/injective.js +776 -6
  17. package/esm/mainnet/juno.js +6 -6
  18. package/esm/mainnet/kava.js +6 -6
  19. package/esm/mainnet/kopi.js +6 -6
  20. package/esm/mainnet/kujira.js +88 -6
  21. package/esm/mainnet/migaloo.js +88 -6
  22. package/esm/mainnet/neutron.js +894 -42
  23. package/esm/mainnet/noble.js +776 -6
  24. package/esm/mainnet/osmosis.js +858 -6
  25. package/esm/mainnet/pryzm.js +6 -6
  26. package/esm/mainnet/quicksilver.js +6 -6
  27. package/esm/mainnet/secretnetwork.js +88 -6
  28. package/esm/mainnet/stafihub.js +6 -6
  29. package/esm/mainnet/stargaze.js +6 -6
  30. package/esm/mainnet/stride.js +776 -6
  31. package/esm/mainnet/terra.js +6 -6
  32. package/esm/mainnet/terra2.js +770 -0
  33. package/mainnet/acrechain.js +6 -6
  34. package/mainnet/akash.js +6 -6
  35. package/mainnet/andromeda.js +6 -6
  36. package/mainnet/archway.js +6 -6
  37. package/mainnet/axelar.js +776 -6
  38. package/mainnet/carbon.js +88 -6
  39. package/mainnet/celestia.js +776 -6
  40. package/mainnet/cheqd.js +6 -6
  41. package/mainnet/comdex.js +6 -6
  42. package/mainnet/composable.js +64 -0
  43. package/mainnet/cosmoshub.js +776 -6
  44. package/mainnet/crescent.js +6 -6
  45. package/mainnet/decentr.js +6 -6
  46. package/mainnet/dydx.js +776 -6
  47. package/mainnet/furya.js +6 -6
  48. package/mainnet/injective.js +776 -6
  49. package/mainnet/juno.js +6 -6
  50. package/mainnet/kava.js +6 -6
  51. package/mainnet/kopi.js +6 -6
  52. package/mainnet/kujira.js +88 -6
  53. package/mainnet/migaloo.js +88 -6
  54. package/mainnet/neutron.js +894 -42
  55. package/mainnet/noble.js +776 -6
  56. package/mainnet/osmosis.js +858 -6
  57. package/mainnet/pryzm.js +6 -6
  58. package/mainnet/quicksilver.js +6 -6
  59. package/mainnet/secretnetwork.js +88 -6
  60. package/mainnet/stafihub.js +6 -6
  61. package/mainnet/stargaze.js +6 -6
  62. package/mainnet/stride.js +776 -6
  63. package/mainnet/terra.js +6 -6
  64. package/mainnet/terra2.js +770 -0
  65. package/package.json +5 -5
package/mainnet/noble.js CHANGED
@@ -8162,6 +8162,146 @@ const assets = {
8162
8162
  }
8163
8163
  }]
8164
8164
  },
8165
+ {
8166
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 30Sep2025',
8167
+ denom_units: [{
8168
+ denom: 'ibc/582D72011AEBBF8E8DC64D1E1EF64AAC3B2A0A033EBEF289D6EA253C7626513B',
8169
+ exponent: 0,
8170
+ aliases: ['p:ambtc:30Sep2025']
8171
+ }, {
8172
+ denom: 'pmBTC30Sep2025',
8173
+ exponent: 18
8174
+ }],
8175
+ base: 'ibc/582D72011AEBBF8E8DC64D1E1EF64AAC3B2A0A033EBEF289D6EA253C7626513B',
8176
+ name: 'pmBTC (30Sep2025)',
8177
+ display: 'pmBTC30Sep2025',
8178
+ symbol: 'pmBTC-30Sep2025',
8179
+ logo_URIs: {
8180
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
8181
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
8182
+ },
8183
+ images: [{
8184
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
8185
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
8186
+ }],
8187
+ type_asset: 'sdk.coin',
8188
+ traces: [{
8189
+ type: 'ibc',
8190
+ counterparty: {
8191
+ channel_id: 'channel-5',
8192
+ base_denom: 'p:ambtc:30Sep2025',
8193
+ chain_name: 'pryzm'
8194
+ },
8195
+ chain: {
8196
+ channel_id: 'channel-79'
8197
+ }
8198
+ }]
8199
+ },
8200
+ {
8201
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 31Dec2025',
8202
+ denom_units: [{
8203
+ denom: 'ibc/B41BA790E3E548D6E5EED6A3598A12D543EB2C47E56C78485FDE0F827819BA7C',
8204
+ exponent: 0,
8205
+ aliases: ['p:ambtc:31Dec2025']
8206
+ }, {
8207
+ denom: 'pmBTC31Dec2025',
8208
+ exponent: 18
8209
+ }],
8210
+ base: 'ibc/B41BA790E3E548D6E5EED6A3598A12D543EB2C47E56C78485FDE0F827819BA7C',
8211
+ name: 'pmBTC (31Dec2025)',
8212
+ display: 'pmBTC31Dec2025',
8213
+ symbol: 'pmBTC-31Dec2025',
8214
+ logo_URIs: {
8215
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
8216
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
8217
+ },
8218
+ images: [{
8219
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
8220
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
8221
+ }],
8222
+ type_asset: 'sdk.coin',
8223
+ traces: [{
8224
+ type: 'ibc',
8225
+ counterparty: {
8226
+ channel_id: 'channel-5',
8227
+ base_denom: 'p:ambtc:31Dec2025',
8228
+ chain_name: 'pryzm'
8229
+ },
8230
+ chain: {
8231
+ channel_id: 'channel-79'
8232
+ }
8233
+ }]
8234
+ },
8235
+ {
8236
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 31Mar2026',
8237
+ denom_units: [{
8238
+ denom: 'ibc/EFA62ED71CE660797B5EBF31F5D15ABC95C647372D487E2B4558E1B12C9ED93C',
8239
+ exponent: 0,
8240
+ aliases: ['p:ambtc:31Mar2026']
8241
+ }, {
8242
+ denom: 'pmBTC31Mar2026',
8243
+ exponent: 18
8244
+ }],
8245
+ base: 'ibc/EFA62ED71CE660797B5EBF31F5D15ABC95C647372D487E2B4558E1B12C9ED93C',
8246
+ name: 'pmBTC (31Mar2026)',
8247
+ display: 'pmBTC31Mar2026',
8248
+ symbol: 'pmBTC-31Mar2026',
8249
+ logo_URIs: {
8250
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
8251
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
8252
+ },
8253
+ images: [{
8254
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
8255
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
8256
+ }],
8257
+ type_asset: 'sdk.coin',
8258
+ traces: [{
8259
+ type: 'ibc',
8260
+ counterparty: {
8261
+ channel_id: 'channel-5',
8262
+ base_denom: 'p:ambtc:31Mar2026',
8263
+ chain_name: 'pryzm'
8264
+ },
8265
+ chain: {
8266
+ channel_id: 'channel-79'
8267
+ }
8268
+ }]
8269
+ },
8270
+ {
8271
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 30Jun2026',
8272
+ denom_units: [{
8273
+ denom: 'ibc/1E6AB6825DA1AC8F5181B5DDECDE79AE72289E479B967FE5ACE1551CBD7046EF',
8274
+ exponent: 0,
8275
+ aliases: ['p:ambtc:30Jun2026']
8276
+ }, {
8277
+ denom: 'pmBTC30Jun2026',
8278
+ exponent: 18
8279
+ }],
8280
+ base: 'ibc/1E6AB6825DA1AC8F5181B5DDECDE79AE72289E479B967FE5ACE1551CBD7046EF',
8281
+ name: 'pmBTC (30Jun2026)',
8282
+ display: 'pmBTC30Jun2026',
8283
+ symbol: 'pmBTC-30Jun2026',
8284
+ logo_URIs: {
8285
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
8286
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
8287
+ },
8288
+ images: [{
8289
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
8290
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
8291
+ }],
8292
+ type_asset: 'sdk.coin',
8293
+ traces: [{
8294
+ type: 'ibc',
8295
+ counterparty: {
8296
+ channel_id: 'channel-5',
8297
+ base_denom: 'p:ambtc:30Jun2026',
8298
+ chain_name: 'pryzm'
8299
+ },
8300
+ chain: {
8301
+ channel_id: 'channel-79'
8302
+ }
8303
+ }]
8304
+ },
8165
8305
  {
8166
8306
  description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
8167
8307
  denom_units: [{
@@ -10717,6 +10857,146 @@ const assets = {
10717
10857
  }
10718
10858
  }]
10719
10859
  },
10860
+ {
10861
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 30Sep2025',
10862
+ denom_units: [{
10863
+ denom: 'ibc/A02C83E5032BC30ACA1F198355EA81637C2FB0F226958BA9056484FF8F8CE48A',
10864
+ exponent: 0,
10865
+ aliases: ['y:ambtc:30Sep2025']
10866
+ }, {
10867
+ denom: 'ymBTC30Sep2025',
10868
+ exponent: 18
10869
+ }],
10870
+ base: 'ibc/A02C83E5032BC30ACA1F198355EA81637C2FB0F226958BA9056484FF8F8CE48A',
10871
+ name: 'ymBTC (30Sep2025)',
10872
+ display: 'ymBTC30Sep2025',
10873
+ symbol: 'ymBTC-30Sep2025',
10874
+ logo_URIs: {
10875
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
10876
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
10877
+ },
10878
+ images: [{
10879
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
10880
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
10881
+ }],
10882
+ type_asset: 'sdk.coin',
10883
+ traces: [{
10884
+ type: 'ibc',
10885
+ counterparty: {
10886
+ channel_id: 'channel-5',
10887
+ base_denom: 'y:ambtc:30Sep2025',
10888
+ chain_name: 'pryzm'
10889
+ },
10890
+ chain: {
10891
+ channel_id: 'channel-79'
10892
+ }
10893
+ }]
10894
+ },
10895
+ {
10896
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 31Dec2025',
10897
+ denom_units: [{
10898
+ denom: 'ibc/8CC92175306446DDAF44A80C18A5E5FFCE940A9F0B4226292D276EAE377C1533',
10899
+ exponent: 0,
10900
+ aliases: ['y:ambtc:31Dec2025']
10901
+ }, {
10902
+ denom: 'ymBTC31Dec2025',
10903
+ exponent: 18
10904
+ }],
10905
+ base: 'ibc/8CC92175306446DDAF44A80C18A5E5FFCE940A9F0B4226292D276EAE377C1533',
10906
+ name: 'ymBTC (31Dec2025)',
10907
+ display: 'ymBTC31Dec2025',
10908
+ symbol: 'ymBTC-31Dec2025',
10909
+ logo_URIs: {
10910
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
10911
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
10912
+ },
10913
+ images: [{
10914
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
10915
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
10916
+ }],
10917
+ type_asset: 'sdk.coin',
10918
+ traces: [{
10919
+ type: 'ibc',
10920
+ counterparty: {
10921
+ channel_id: 'channel-5',
10922
+ base_denom: 'y:ambtc:31Dec2025',
10923
+ chain_name: 'pryzm'
10924
+ },
10925
+ chain: {
10926
+ channel_id: 'channel-79'
10927
+ }
10928
+ }]
10929
+ },
10930
+ {
10931
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 31Mar2026',
10932
+ denom_units: [{
10933
+ denom: 'ibc/89EC414E8B7C255C4D9EFDA238993315CC54DFA9C27A99496EBD757BF24A6FD9',
10934
+ exponent: 0,
10935
+ aliases: ['y:ambtc:31Mar2026']
10936
+ }, {
10937
+ denom: 'ymBTC31Mar2026',
10938
+ exponent: 18
10939
+ }],
10940
+ base: 'ibc/89EC414E8B7C255C4D9EFDA238993315CC54DFA9C27A99496EBD757BF24A6FD9',
10941
+ name: 'ymBTC (31Mar2026)',
10942
+ display: 'ymBTC31Mar2026',
10943
+ symbol: 'ymBTC-31Mar2026',
10944
+ logo_URIs: {
10945
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
10946
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
10947
+ },
10948
+ images: [{
10949
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
10950
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
10951
+ }],
10952
+ type_asset: 'sdk.coin',
10953
+ traces: [{
10954
+ type: 'ibc',
10955
+ counterparty: {
10956
+ channel_id: 'channel-5',
10957
+ base_denom: 'y:ambtc:31Mar2026',
10958
+ chain_name: 'pryzm'
10959
+ },
10960
+ chain: {
10961
+ channel_id: 'channel-79'
10962
+ }
10963
+ }]
10964
+ },
10965
+ {
10966
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 30Jun2026',
10967
+ denom_units: [{
10968
+ denom: 'ibc/F363FE53FFBE43001F012B6BE2D19AE121F0D871D1AFD9997A78A7BD6261710E',
10969
+ exponent: 0,
10970
+ aliases: ['y:ambtc:30Jun2026']
10971
+ }, {
10972
+ denom: 'ymBTC30Jun2026',
10973
+ exponent: 18
10974
+ }],
10975
+ base: 'ibc/F363FE53FFBE43001F012B6BE2D19AE121F0D871D1AFD9997A78A7BD6261710E',
10976
+ name: 'ymBTC (30Jun2026)',
10977
+ display: 'ymBTC30Jun2026',
10978
+ symbol: 'ymBTC-30Jun2026',
10979
+ logo_URIs: {
10980
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
10981
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
10982
+ },
10983
+ images: [{
10984
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
10985
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
10986
+ }],
10987
+ type_asset: 'sdk.coin',
10988
+ traces: [{
10989
+ type: 'ibc',
10990
+ counterparty: {
10991
+ channel_id: 'channel-5',
10992
+ base_denom: 'y:ambtc:30Jun2026',
10993
+ chain_name: 'pryzm'
10994
+ },
10995
+ chain: {
10996
+ channel_id: 'channel-79'
10997
+ }
10998
+ }]
10999
+ },
10720
11000
  {
10721
11001
  description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
10722
11002
  denom_units: [{
@@ -11802,6 +12082,111 @@ const assets = {
11802
12082
  }
11803
12083
  }]
11804
12084
  },
12085
+ {
12086
+ description: 'Pryzm\'s LP token for mBTC Yield pool',
12087
+ denom_units: [{
12088
+ denom: 'ibc/E2B8044F72CC49D286581A7EFF5CC4198B74322E2356E1064CED4B53BA99D2E8',
12089
+ exponent: 0,
12090
+ aliases: ['lp:38:ambtc']
12091
+ }, {
12092
+ denom: 'lp:38:mbtc',
12093
+ exponent: 18
12094
+ }],
12095
+ base: 'ibc/E2B8044F72CC49D286581A7EFF5CC4198B74322E2356E1064CED4B53BA99D2E8',
12096
+ name: 'mBTC Yield LP',
12097
+ display: 'lp:38:mbtc',
12098
+ symbol: 'mBTC-YIELD-LP',
12099
+ logo_URIs: {
12100
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
12101
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
12102
+ },
12103
+ images: [{
12104
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
12105
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
12106
+ }],
12107
+ type_asset: 'sdk.coin',
12108
+ traces: [{
12109
+ type: 'ibc',
12110
+ counterparty: {
12111
+ channel_id: 'channel-5',
12112
+ base_denom: 'lp:38:ambtc',
12113
+ chain_name: 'pryzm'
12114
+ },
12115
+ chain: {
12116
+ channel_id: 'channel-79'
12117
+ }
12118
+ }]
12119
+ },
12120
+ {
12121
+ description: 'Pryzm\'s LP token for mBTC Boost pool',
12122
+ denom_units: [{
12123
+ denom: 'ibc/BA613EDC67935EB1256E2091B37C8010997634E18B78D714A62CBD8B3AE07DE4',
12124
+ exponent: 0,
12125
+ aliases: ['lp:39:ambtcypt-wsat']
12126
+ }, {
12127
+ denom: 'lp:39:mbtcypt-wbtc',
12128
+ exponent: 18
12129
+ }],
12130
+ base: 'ibc/BA613EDC67935EB1256E2091B37C8010997634E18B78D714A62CBD8B3AE07DE4',
12131
+ name: 'mBTC Boost LP',
12132
+ display: 'lp:39:mbtcypt-wbtc',
12133
+ symbol: 'mBTC-BOOST-LP',
12134
+ logo_URIs: {
12135
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
12136
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
12137
+ },
12138
+ images: [{
12139
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
12140
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
12141
+ }],
12142
+ type_asset: 'sdk.coin',
12143
+ traces: [{
12144
+ type: 'ibc',
12145
+ counterparty: {
12146
+ channel_id: 'channel-5',
12147
+ base_denom: 'lp:39:ambtcypt-wsat',
12148
+ chain_name: 'pryzm'
12149
+ },
12150
+ chain: {
12151
+ channel_id: 'channel-79'
12152
+ }
12153
+ }]
12154
+ },
12155
+ {
12156
+ description: 'Pryzm\'s LP token for WBTC / USDC pool',
12157
+ denom_units: [{
12158
+ denom: 'ibc/07D6D528272DABD69B7CE273451D7EBF8BADC9691FF753075E7B1E600DDC35BD',
12159
+ exponent: 0,
12160
+ aliases: ['lp:40:wsat-uusdc']
12161
+ }, {
12162
+ denom: 'lp:40:wbtc-usdc',
12163
+ exponent: 18
12164
+ }],
12165
+ base: 'ibc/07D6D528272DABD69B7CE273451D7EBF8BADC9691FF753075E7B1E600DDC35BD',
12166
+ name: 'WBTC / USDC LP',
12167
+ display: 'lp:40:wbtc-usdc',
12168
+ symbol: 'WBTC-USDC-LP',
12169
+ logo_URIs: {
12170
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
12171
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
12172
+ },
12173
+ images: [{
12174
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
12175
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
12176
+ }],
12177
+ type_asset: 'sdk.coin',
12178
+ traces: [{
12179
+ type: 'ibc',
12180
+ counterparty: {
12181
+ channel_id: 'channel-5',
12182
+ base_denom: 'lp:40:wsat-uusdc',
12183
+ chain_name: 'pryzm'
12184
+ },
12185
+ chain: {
12186
+ channel_id: 'channel-79'
12187
+ }
12188
+ }]
12189
+ },
11805
12190
  {
11806
12191
  description: 'REGEN coin is the token for the Regen Network Platform',
11807
12192
  denom_units: [{
@@ -13298,7 +13683,7 @@ const assets = {
13298
13683
  }]
13299
13684
  },
13300
13685
  {
13301
- description: 'The native staking token of Terra.',
13686
+ description: 'The native staking token of Terra Phoenix.',
13302
13687
  denom_units: [{
13303
13688
  denom: 'ibc/BE8B9A10C7F6E014F617E4C883D24A8E34A4399C2E18D583DD9506CEADF0D7E5',
13304
13689
  exponent: 0,
@@ -13324,8 +13709,8 @@ const assets = {
13324
13709
  }
13325
13710
  }],
13326
13711
  socials: {
13327
- website: 'https://www.terra.money/',
13328
- twitter: 'https://twitter.com/terra_money'
13712
+ website: 'https://www.phoenix.money/',
13713
+ twitter: 'https://twitter.com/phoenix_dir'
13329
13714
  },
13330
13715
  type_asset: 'sdk.coin',
13331
13716
  traces: [{
@@ -16584,6 +16969,146 @@ const assets = {
16584
16969
  }
16585
16970
  }]
16586
16971
  },
16972
+ {
16973
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 30Sep2025',
16974
+ denom_units: [{
16975
+ denom: 'ibc/582D72011AEBBF8E8DC64D1E1EF64AAC3B2A0A033EBEF289D6EA253C7626513B',
16976
+ exponent: 0,
16977
+ aliases: ['p:ambtc:30Sep2025']
16978
+ }, {
16979
+ denom: 'pmBTC30Sep2025',
16980
+ exponent: 18
16981
+ }],
16982
+ base: 'ibc/582D72011AEBBF8E8DC64D1E1EF64AAC3B2A0A033EBEF289D6EA253C7626513B',
16983
+ name: 'pmBTC (30Sep2025)',
16984
+ display: 'pmBTC30Sep2025',
16985
+ symbol: 'pmBTC-30Sep2025',
16986
+ logo_URIs: {
16987
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
16988
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
16989
+ },
16990
+ images: [{
16991
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
16992
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
16993
+ }],
16994
+ type_asset: 'sdk.coin',
16995
+ traces: [{
16996
+ type: 'ibc',
16997
+ counterparty: {
16998
+ channel_id: 'channel-5',
16999
+ base_denom: 'p:ambtc:30Sep2025',
17000
+ chain_name: 'pryzm'
17001
+ },
17002
+ chain: {
17003
+ channel_id: 'channel-79'
17004
+ }
17005
+ }]
17006
+ },
17007
+ {
17008
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 31Dec2025',
17009
+ denom_units: [{
17010
+ denom: 'ibc/B41BA790E3E548D6E5EED6A3598A12D543EB2C47E56C78485FDE0F827819BA7C',
17011
+ exponent: 0,
17012
+ aliases: ['p:ambtc:31Dec2025']
17013
+ }, {
17014
+ denom: 'pmBTC31Dec2025',
17015
+ exponent: 18
17016
+ }],
17017
+ base: 'ibc/B41BA790E3E548D6E5EED6A3598A12D543EB2C47E56C78485FDE0F827819BA7C',
17018
+ name: 'pmBTC (31Dec2025)',
17019
+ display: 'pmBTC31Dec2025',
17020
+ symbol: 'pmBTC-31Dec2025',
17021
+ logo_URIs: {
17022
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
17023
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
17024
+ },
17025
+ images: [{
17026
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
17027
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
17028
+ }],
17029
+ type_asset: 'sdk.coin',
17030
+ traces: [{
17031
+ type: 'ibc',
17032
+ counterparty: {
17033
+ channel_id: 'channel-5',
17034
+ base_denom: 'p:ambtc:31Dec2025',
17035
+ chain_name: 'pryzm'
17036
+ },
17037
+ chain: {
17038
+ channel_id: 'channel-79'
17039
+ }
17040
+ }]
17041
+ },
17042
+ {
17043
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 31Mar2026',
17044
+ denom_units: [{
17045
+ denom: 'ibc/EFA62ED71CE660797B5EBF31F5D15ABC95C647372D487E2B4558E1B12C9ED93C',
17046
+ exponent: 0,
17047
+ aliases: ['p:ambtc:31Mar2026']
17048
+ }, {
17049
+ denom: 'pmBTC31Mar2026',
17050
+ exponent: 18
17051
+ }],
17052
+ base: 'ibc/EFA62ED71CE660797B5EBF31F5D15ABC95C647372D487E2B4558E1B12C9ED93C',
17053
+ name: 'pmBTC (31Mar2026)',
17054
+ display: 'pmBTC31Mar2026',
17055
+ symbol: 'pmBTC-31Mar2026',
17056
+ logo_URIs: {
17057
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
17058
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
17059
+ },
17060
+ images: [{
17061
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
17062
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
17063
+ }],
17064
+ type_asset: 'sdk.coin',
17065
+ traces: [{
17066
+ type: 'ibc',
17067
+ counterparty: {
17068
+ channel_id: 'channel-5',
17069
+ base_denom: 'p:ambtc:31Mar2026',
17070
+ chain_name: 'pryzm'
17071
+ },
17072
+ chain: {
17073
+ channel_id: 'channel-79'
17074
+ }
17075
+ }]
17076
+ },
17077
+ {
17078
+ description: 'Pryzm\'s refracted principal token for mBTC with maturity of 30Jun2026',
17079
+ denom_units: [{
17080
+ denom: 'ibc/1E6AB6825DA1AC8F5181B5DDECDE79AE72289E479B967FE5ACE1551CBD7046EF',
17081
+ exponent: 0,
17082
+ aliases: ['p:ambtc:30Jun2026']
17083
+ }, {
17084
+ denom: 'pmBTC30Jun2026',
17085
+ exponent: 18
17086
+ }],
17087
+ base: 'ibc/1E6AB6825DA1AC8F5181B5DDECDE79AE72289E479B967FE5ACE1551CBD7046EF',
17088
+ name: 'pmBTC (30Jun2026)',
17089
+ display: 'pmBTC30Jun2026',
17090
+ symbol: 'pmBTC-30Jun2026',
17091
+ logo_URIs: {
17092
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
17093
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
17094
+ },
17095
+ images: [{
17096
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
17097
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
17098
+ }],
17099
+ type_asset: 'sdk.coin',
17100
+ traces: [{
17101
+ type: 'ibc',
17102
+ counterparty: {
17103
+ channel_id: 'channel-5',
17104
+ base_denom: 'p:ambtc:30Jun2026',
17105
+ chain_name: 'pryzm'
17106
+ },
17107
+ chain: {
17108
+ channel_id: 'channel-79'
17109
+ }
17110
+ }]
17111
+ },
16587
17112
  {
16588
17113
  description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
16589
17114
  denom_units: [{
@@ -19139,6 +19664,146 @@ const assets = {
19139
19664
  }
19140
19665
  }]
19141
19666
  },
19667
+ {
19668
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 30Sep2025',
19669
+ denom_units: [{
19670
+ denom: 'ibc/A02C83E5032BC30ACA1F198355EA81637C2FB0F226958BA9056484FF8F8CE48A',
19671
+ exponent: 0,
19672
+ aliases: ['y:ambtc:30Sep2025']
19673
+ }, {
19674
+ denom: 'ymBTC30Sep2025',
19675
+ exponent: 18
19676
+ }],
19677
+ base: 'ibc/A02C83E5032BC30ACA1F198355EA81637C2FB0F226958BA9056484FF8F8CE48A',
19678
+ name: 'ymBTC (30Sep2025)',
19679
+ display: 'ymBTC30Sep2025',
19680
+ symbol: 'ymBTC-30Sep2025',
19681
+ logo_URIs: {
19682
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
19683
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
19684
+ },
19685
+ images: [{
19686
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
19687
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
19688
+ }],
19689
+ type_asset: 'sdk.coin',
19690
+ traces: [{
19691
+ type: 'ibc',
19692
+ counterparty: {
19693
+ channel_id: 'channel-5',
19694
+ base_denom: 'y:ambtc:30Sep2025',
19695
+ chain_name: 'pryzm'
19696
+ },
19697
+ chain: {
19698
+ channel_id: 'channel-79'
19699
+ }
19700
+ }]
19701
+ },
19702
+ {
19703
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 31Dec2025',
19704
+ denom_units: [{
19705
+ denom: 'ibc/8CC92175306446DDAF44A80C18A5E5FFCE940A9F0B4226292D276EAE377C1533',
19706
+ exponent: 0,
19707
+ aliases: ['y:ambtc:31Dec2025']
19708
+ }, {
19709
+ denom: 'ymBTC31Dec2025',
19710
+ exponent: 18
19711
+ }],
19712
+ base: 'ibc/8CC92175306446DDAF44A80C18A5E5FFCE940A9F0B4226292D276EAE377C1533',
19713
+ name: 'ymBTC (31Dec2025)',
19714
+ display: 'ymBTC31Dec2025',
19715
+ symbol: 'ymBTC-31Dec2025',
19716
+ logo_URIs: {
19717
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
19718
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
19719
+ },
19720
+ images: [{
19721
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
19722
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
19723
+ }],
19724
+ type_asset: 'sdk.coin',
19725
+ traces: [{
19726
+ type: 'ibc',
19727
+ counterparty: {
19728
+ channel_id: 'channel-5',
19729
+ base_denom: 'y:ambtc:31Dec2025',
19730
+ chain_name: 'pryzm'
19731
+ },
19732
+ chain: {
19733
+ channel_id: 'channel-79'
19734
+ }
19735
+ }]
19736
+ },
19737
+ {
19738
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 31Mar2026',
19739
+ denom_units: [{
19740
+ denom: 'ibc/89EC414E8B7C255C4D9EFDA238993315CC54DFA9C27A99496EBD757BF24A6FD9',
19741
+ exponent: 0,
19742
+ aliases: ['y:ambtc:31Mar2026']
19743
+ }, {
19744
+ denom: 'ymBTC31Mar2026',
19745
+ exponent: 18
19746
+ }],
19747
+ base: 'ibc/89EC414E8B7C255C4D9EFDA238993315CC54DFA9C27A99496EBD757BF24A6FD9',
19748
+ name: 'ymBTC (31Mar2026)',
19749
+ display: 'ymBTC31Mar2026',
19750
+ symbol: 'ymBTC-31Mar2026',
19751
+ logo_URIs: {
19752
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
19753
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
19754
+ },
19755
+ images: [{
19756
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
19757
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
19758
+ }],
19759
+ type_asset: 'sdk.coin',
19760
+ traces: [{
19761
+ type: 'ibc',
19762
+ counterparty: {
19763
+ channel_id: 'channel-5',
19764
+ base_denom: 'y:ambtc:31Mar2026',
19765
+ chain_name: 'pryzm'
19766
+ },
19767
+ chain: {
19768
+ channel_id: 'channel-79'
19769
+ }
19770
+ }]
19771
+ },
19772
+ {
19773
+ description: 'Pryzm\'s refracted yield token for mBTC with maturity of 30Jun2026',
19774
+ denom_units: [{
19775
+ denom: 'ibc/F363FE53FFBE43001F012B6BE2D19AE121F0D871D1AFD9997A78A7BD6261710E',
19776
+ exponent: 0,
19777
+ aliases: ['y:ambtc:30Jun2026']
19778
+ }, {
19779
+ denom: 'ymBTC30Jun2026',
19780
+ exponent: 18
19781
+ }],
19782
+ base: 'ibc/F363FE53FFBE43001F012B6BE2D19AE121F0D871D1AFD9997A78A7BD6261710E',
19783
+ name: 'ymBTC (30Jun2026)',
19784
+ display: 'ymBTC30Jun2026',
19785
+ symbol: 'ymBTC-30Jun2026',
19786
+ logo_URIs: {
19787
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
19788
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
19789
+ },
19790
+ images: [{
19791
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
19792
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
19793
+ }],
19794
+ type_asset: 'sdk.coin',
19795
+ traces: [{
19796
+ type: 'ibc',
19797
+ counterparty: {
19798
+ channel_id: 'channel-5',
19799
+ base_denom: 'y:ambtc:30Jun2026',
19800
+ chain_name: 'pryzm'
19801
+ },
19802
+ chain: {
19803
+ channel_id: 'channel-79'
19804
+ }
19805
+ }]
19806
+ },
19142
19807
  {
19143
19808
  description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
19144
19809
  denom_units: [{
@@ -20224,6 +20889,111 @@ const assets = {
20224
20889
  }
20225
20890
  }]
20226
20891
  },
20892
+ {
20893
+ description: 'Pryzm\'s LP token for mBTC Yield pool',
20894
+ denom_units: [{
20895
+ denom: 'ibc/E2B8044F72CC49D286581A7EFF5CC4198B74322E2356E1064CED4B53BA99D2E8',
20896
+ exponent: 0,
20897
+ aliases: ['lp:38:ambtc']
20898
+ }, {
20899
+ denom: 'lp:38:mbtc',
20900
+ exponent: 18
20901
+ }],
20902
+ base: 'ibc/E2B8044F72CC49D286581A7EFF5CC4198B74322E2356E1064CED4B53BA99D2E8',
20903
+ name: 'mBTC Yield LP',
20904
+ display: 'lp:38:mbtc',
20905
+ symbol: 'mBTC-YIELD-LP',
20906
+ logo_URIs: {
20907
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
20908
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
20909
+ },
20910
+ images: [{
20911
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
20912
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
20913
+ }],
20914
+ type_asset: 'sdk.coin',
20915
+ traces: [{
20916
+ type: 'ibc',
20917
+ counterparty: {
20918
+ channel_id: 'channel-5',
20919
+ base_denom: 'lp:38:ambtc',
20920
+ chain_name: 'pryzm'
20921
+ },
20922
+ chain: {
20923
+ channel_id: 'channel-79'
20924
+ }
20925
+ }]
20926
+ },
20927
+ {
20928
+ description: 'Pryzm\'s LP token for mBTC Boost pool',
20929
+ denom_units: [{
20930
+ denom: 'ibc/BA613EDC67935EB1256E2091B37C8010997634E18B78D714A62CBD8B3AE07DE4',
20931
+ exponent: 0,
20932
+ aliases: ['lp:39:ambtcypt-wsat']
20933
+ }, {
20934
+ denom: 'lp:39:mbtcypt-wbtc',
20935
+ exponent: 18
20936
+ }],
20937
+ base: 'ibc/BA613EDC67935EB1256E2091B37C8010997634E18B78D714A62CBD8B3AE07DE4',
20938
+ name: 'mBTC Boost LP',
20939
+ display: 'lp:39:mbtcypt-wbtc',
20940
+ symbol: 'mBTC-BOOST-LP',
20941
+ logo_URIs: {
20942
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
20943
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
20944
+ },
20945
+ images: [{
20946
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
20947
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
20948
+ }],
20949
+ type_asset: 'sdk.coin',
20950
+ traces: [{
20951
+ type: 'ibc',
20952
+ counterparty: {
20953
+ channel_id: 'channel-5',
20954
+ base_denom: 'lp:39:ambtcypt-wsat',
20955
+ chain_name: 'pryzm'
20956
+ },
20957
+ chain: {
20958
+ channel_id: 'channel-79'
20959
+ }
20960
+ }]
20961
+ },
20962
+ {
20963
+ description: 'Pryzm\'s LP token for WBTC / USDC pool',
20964
+ denom_units: [{
20965
+ denom: 'ibc/07D6D528272DABD69B7CE273451D7EBF8BADC9691FF753075E7B1E600DDC35BD',
20966
+ exponent: 0,
20967
+ aliases: ['lp:40:wsat-uusdc']
20968
+ }, {
20969
+ denom: 'lp:40:wbtc-usdc',
20970
+ exponent: 18
20971
+ }],
20972
+ base: 'ibc/07D6D528272DABD69B7CE273451D7EBF8BADC9691FF753075E7B1E600DDC35BD',
20973
+ name: 'WBTC / USDC LP',
20974
+ display: 'lp:40:wbtc-usdc',
20975
+ symbol: 'WBTC-USDC-LP',
20976
+ logo_URIs: {
20977
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
20978
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
20979
+ },
20980
+ images: [{
20981
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
20982
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
20983
+ }],
20984
+ type_asset: 'sdk.coin',
20985
+ traces: [{
20986
+ type: 'ibc',
20987
+ counterparty: {
20988
+ channel_id: 'channel-5',
20989
+ base_denom: 'lp:40:wsat-uusdc',
20990
+ chain_name: 'pryzm'
20991
+ },
20992
+ chain: {
20993
+ channel_id: 'channel-79'
20994
+ }
20995
+ }]
20996
+ },
20227
20997
  {
20228
20998
  description: 'REGEN coin is the token for the Regen Network Platform',
20229
20999
  denom_units: [{
@@ -21720,7 +22490,7 @@ const assets = {
21720
22490
  }]
21721
22491
  },
21722
22492
  {
21723
- description: 'The native staking token of Terra.',
22493
+ description: 'The native staking token of Terra Phoenix.',
21724
22494
  denom_units: [{
21725
22495
  denom: 'ibc/BE8B9A10C7F6E014F617E4C883D24A8E34A4399C2E18D583DD9506CEADF0D7E5',
21726
22496
  exponent: 0,
@@ -21746,8 +22516,8 @@ const assets = {
21746
22516
  }
21747
22517
  }],
21748
22518
  socials: {
21749
- website: 'https://www.terra.money/',
21750
- twitter: 'https://twitter.com/terra_money'
22519
+ website: 'https://www.phoenix.money/',
22520
+ twitter: 'https://twitter.com/phoenix_dir'
21751
22521
  },
21752
22522
  type_asset: 'sdk.coin',
21753
22523
  traces: [{