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