@chain-registry/assets 1.70.220 → 1.70.222

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 (50) hide show
  1. package/esm/mainnet/axelar.js +890 -26
  2. package/esm/mainnet/babylon.js +86 -0
  3. package/esm/mainnet/celestia.js +700 -0
  4. package/esm/mainnet/composable.js +228 -0
  5. package/esm/mainnet/cosmoshub.js +890 -26
  6. package/esm/mainnet/dydx.js +700 -0
  7. package/esm/mainnet/gravitybridge.js +164 -0
  8. package/esm/mainnet/injective.js +700 -0
  9. package/esm/mainnet/juno.js +164 -0
  10. package/esm/mainnet/kujira.js +164 -0
  11. package/esm/mainnet/migaloo.js +164 -0
  12. package/esm/mainnet/milkyway.js +76 -0
  13. package/esm/mainnet/neutron.js +890 -26
  14. package/esm/mainnet/noble.js +700 -0
  15. package/esm/mainnet/oraichain.js +164 -0
  16. package/esm/mainnet/osmosis.js +864 -0
  17. package/esm/mainnet/persistence.js +164 -0
  18. package/esm/mainnet/stride.js +700 -0
  19. package/esm/mainnet/terra2.js +890 -26
  20. package/esm/testnet/assets.js +2 -1
  21. package/esm/testnet/index.js +1 -0
  22. package/esm/testnet/int3facetestnet.js +5 -0
  23. package/esm/testnet/osmosistestnet.js +80 -0
  24. package/index.d.ts +1 -1
  25. package/mainnet/axelar.js +890 -26
  26. package/mainnet/babylon.js +86 -0
  27. package/mainnet/celestia.js +700 -0
  28. package/mainnet/composable.js +228 -0
  29. package/mainnet/cosmoshub.js +890 -26
  30. package/mainnet/dydx.js +700 -0
  31. package/mainnet/gravitybridge.js +164 -0
  32. package/mainnet/injective.js +700 -0
  33. package/mainnet/juno.js +164 -0
  34. package/mainnet/kujira.js +164 -0
  35. package/mainnet/migaloo.js +164 -0
  36. package/mainnet/milkyway.js +76 -0
  37. package/mainnet/neutron.js +890 -26
  38. package/mainnet/noble.js +700 -0
  39. package/mainnet/oraichain.js +164 -0
  40. package/mainnet/osmosis.js +864 -0
  41. package/mainnet/persistence.js +164 -0
  42. package/mainnet/stride.js +700 -0
  43. package/mainnet/terra2.js +890 -26
  44. package/package.json +5 -5
  45. package/testnet/assets.js +2 -1
  46. package/testnet/index.d.ts +1 -0
  47. package/testnet/index.js +2 -1
  48. package/testnet/int3facetestnet.d.ts +3 -0
  49. package/testnet/int3facetestnet.js +7 -0
  50. package/testnet/osmosistestnet.js +80 -0
package/mainnet/terra2.js CHANGED
@@ -3944,6 +3944,146 @@ const assets = {
3944
3944
  }
3945
3945
  }]
3946
3946
  },
3947
+ {
3948
+ description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Jun2025',
3949
+ denom_units: [{
3950
+ denom: 'ibc/6F3535B97D6CA59FB94BF9EAE35A073B4E2EB206296DEBBDD8E717125562A04B',
3951
+ exponent: 0,
3952
+ aliases: ['p:asusds:30Jun2025']
3953
+ }, {
3954
+ denom: 'psUSDS30Jun2025',
3955
+ exponent: 18
3956
+ }],
3957
+ base: 'ibc/6F3535B97D6CA59FB94BF9EAE35A073B4E2EB206296DEBBDD8E717125562A04B',
3958
+ name: 'psUsds (30Jun2025)',
3959
+ display: 'psUSDS30Jun2025',
3960
+ symbol: 'psUSDS-30Jun2025',
3961
+ logo_URIs: {
3962
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
3963
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
3964
+ },
3965
+ images: [{
3966
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
3967
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
3968
+ }],
3969
+ type_asset: 'sdk.coin',
3970
+ traces: [{
3971
+ type: 'ibc',
3972
+ counterparty: {
3973
+ channel_id: 'channel-4',
3974
+ base_denom: 'p:asusds:30Jun2025',
3975
+ chain_name: 'pryzm'
3976
+ },
3977
+ chain: {
3978
+ channel_id: 'channel-473'
3979
+ }
3980
+ }]
3981
+ },
3982
+ {
3983
+ description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Sep2025',
3984
+ denom_units: [{
3985
+ denom: 'ibc/846F3561CA95630172EE9D32C59086E307161D326F0F4D0931B84C7F5E55AD77',
3986
+ exponent: 0,
3987
+ aliases: ['p:asusds:30Sep2025']
3988
+ }, {
3989
+ denom: 'psUSDS30Sep2025',
3990
+ exponent: 18
3991
+ }],
3992
+ base: 'ibc/846F3561CA95630172EE9D32C59086E307161D326F0F4D0931B84C7F5E55AD77',
3993
+ name: 'psUsds (30Sep2025)',
3994
+ display: 'psUSDS30Sep2025',
3995
+ symbol: 'psUSDS-30Sep2025',
3996
+ logo_URIs: {
3997
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
3998
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
3999
+ },
4000
+ images: [{
4001
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
4002
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
4003
+ }],
4004
+ type_asset: 'sdk.coin',
4005
+ traces: [{
4006
+ type: 'ibc',
4007
+ counterparty: {
4008
+ channel_id: 'channel-4',
4009
+ base_denom: 'p:asusds:30Sep2025',
4010
+ chain_name: 'pryzm'
4011
+ },
4012
+ chain: {
4013
+ channel_id: 'channel-473'
4014
+ }
4015
+ }]
4016
+ },
4017
+ {
4018
+ description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 31Dec2025',
4019
+ denom_units: [{
4020
+ denom: 'ibc/764F7E67B6C8059006D717069B4202D122A5554C5342007455438507969F79CA',
4021
+ exponent: 0,
4022
+ aliases: ['p:asusds:31Dec2025']
4023
+ }, {
4024
+ denom: 'psUSDS31Dec2025',
4025
+ exponent: 18
4026
+ }],
4027
+ base: 'ibc/764F7E67B6C8059006D717069B4202D122A5554C5342007455438507969F79CA',
4028
+ name: 'psUsds (31Dec2025)',
4029
+ display: 'psUSDS31Dec2025',
4030
+ symbol: 'psUSDS-31Dec2025',
4031
+ logo_URIs: {
4032
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
4033
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
4034
+ },
4035
+ images: [{
4036
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
4037
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
4038
+ }],
4039
+ type_asset: 'sdk.coin',
4040
+ traces: [{
4041
+ type: 'ibc',
4042
+ counterparty: {
4043
+ channel_id: 'channel-4',
4044
+ base_denom: 'p:asusds:31Dec2025',
4045
+ chain_name: 'pryzm'
4046
+ },
4047
+ chain: {
4048
+ channel_id: 'channel-473'
4049
+ }
4050
+ }]
4051
+ },
4052
+ {
4053
+ description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 31Mar2026',
4054
+ denom_units: [{
4055
+ denom: 'ibc/827C9574536BB763CA3151DA9EE0CD25F610DA1FC73553EFEE1A0B5CDD72314F',
4056
+ exponent: 0,
4057
+ aliases: ['p:asusds:31Mar2026']
4058
+ }, {
4059
+ denom: 'psUSDS31Mar2026',
4060
+ exponent: 18
4061
+ }],
4062
+ base: 'ibc/827C9574536BB763CA3151DA9EE0CD25F610DA1FC73553EFEE1A0B5CDD72314F',
4063
+ name: 'psUsds (31Mar2026)',
4064
+ display: 'psUSDS31Mar2026',
4065
+ symbol: 'psUSDS-31Mar2026',
4066
+ logo_URIs: {
4067
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
4068
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
4069
+ },
4070
+ images: [{
4071
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
4072
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
4073
+ }],
4074
+ type_asset: 'sdk.coin',
4075
+ traces: [{
4076
+ type: 'ibc',
4077
+ counterparty: {
4078
+ channel_id: 'channel-4',
4079
+ base_denom: 'p:asusds:31Mar2026',
4080
+ chain_name: 'pryzm'
4081
+ },
4082
+ chain: {
4083
+ channel_id: 'channel-473'
4084
+ }
4085
+ }]
4086
+ },
3947
4087
  {
3948
4088
  description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
3949
4089
  denom_units: [{
@@ -5729,6 +5869,146 @@ const assets = {
5729
5869
  }
5730
5870
  }]
5731
5871
  },
5872
+ {
5873
+ description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Jun2025',
5874
+ denom_units: [{
5875
+ denom: 'ibc/30D6123A230F138C9375865FA3AB93389244B7B70D6C0F776B17E0882AC33672',
5876
+ exponent: 0,
5877
+ aliases: ['y:asusds:30Jun2025']
5878
+ }, {
5879
+ denom: 'ysUSDS30Jun2025',
5880
+ exponent: 18
5881
+ }],
5882
+ base: 'ibc/30D6123A230F138C9375865FA3AB93389244B7B70D6C0F776B17E0882AC33672',
5883
+ name: 'ysUsds (30Jun2025)',
5884
+ display: 'ysUSDS30Jun2025',
5885
+ symbol: 'ysUSDS-30Jun2025',
5886
+ logo_URIs: {
5887
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
5888
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
5889
+ },
5890
+ images: [{
5891
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
5892
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
5893
+ }],
5894
+ type_asset: 'sdk.coin',
5895
+ traces: [{
5896
+ type: 'ibc',
5897
+ counterparty: {
5898
+ channel_id: 'channel-4',
5899
+ base_denom: 'y:asusds:30Jun2025',
5900
+ chain_name: 'pryzm'
5901
+ },
5902
+ chain: {
5903
+ channel_id: 'channel-473'
5904
+ }
5905
+ }]
5906
+ },
5907
+ {
5908
+ description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Sep2025',
5909
+ denom_units: [{
5910
+ denom: 'ibc/3D91AAD5EE92A25BDE365FB46A275184819105064925180748524AF359176924',
5911
+ exponent: 0,
5912
+ aliases: ['y:asusds:30Sep2025']
5913
+ }, {
5914
+ denom: 'ysUSDS30Sep2025',
5915
+ exponent: 18
5916
+ }],
5917
+ base: 'ibc/3D91AAD5EE92A25BDE365FB46A275184819105064925180748524AF359176924',
5918
+ name: 'ysUsds (30Sep2025)',
5919
+ display: 'ysUSDS30Sep2025',
5920
+ symbol: 'ysUSDS-30Sep2025',
5921
+ logo_URIs: {
5922
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
5923
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
5924
+ },
5925
+ images: [{
5926
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
5927
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
5928
+ }],
5929
+ type_asset: 'sdk.coin',
5930
+ traces: [{
5931
+ type: 'ibc',
5932
+ counterparty: {
5933
+ channel_id: 'channel-4',
5934
+ base_denom: 'y:asusds:30Sep2025',
5935
+ chain_name: 'pryzm'
5936
+ },
5937
+ chain: {
5938
+ channel_id: 'channel-473'
5939
+ }
5940
+ }]
5941
+ },
5942
+ {
5943
+ description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 31Dec2025',
5944
+ denom_units: [{
5945
+ denom: 'ibc/3AE26DCCE2CC8DD6698BA6A53E1E1A9BA8DA3481CA4745D7B0906DF47DF38062',
5946
+ exponent: 0,
5947
+ aliases: ['y:asusds:31Dec2025']
5948
+ }, {
5949
+ denom: 'ysUSDS31Dec2025',
5950
+ exponent: 18
5951
+ }],
5952
+ base: 'ibc/3AE26DCCE2CC8DD6698BA6A53E1E1A9BA8DA3481CA4745D7B0906DF47DF38062',
5953
+ name: 'ysUsds (31Dec2025)',
5954
+ display: 'ysUSDS31Dec2025',
5955
+ symbol: 'ysUSDS-31Dec2025',
5956
+ logo_URIs: {
5957
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
5958
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
5959
+ },
5960
+ images: [{
5961
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
5962
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
5963
+ }],
5964
+ type_asset: 'sdk.coin',
5965
+ traces: [{
5966
+ type: 'ibc',
5967
+ counterparty: {
5968
+ channel_id: 'channel-4',
5969
+ base_denom: 'y:asusds:31Dec2025',
5970
+ chain_name: 'pryzm'
5971
+ },
5972
+ chain: {
5973
+ channel_id: 'channel-473'
5974
+ }
5975
+ }]
5976
+ },
5977
+ {
5978
+ description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 31Mar2026',
5979
+ denom_units: [{
5980
+ denom: 'ibc/A15E8FEED8F828A4B89B65448F1E13F836A4E3CEBAF712311E71C2BCB56F377F',
5981
+ exponent: 0,
5982
+ aliases: ['y:asusds:31Mar2026']
5983
+ }, {
5984
+ denom: 'ysUSDS31Mar2026',
5985
+ exponent: 18
5986
+ }],
5987
+ base: 'ibc/A15E8FEED8F828A4B89B65448F1E13F836A4E3CEBAF712311E71C2BCB56F377F',
5988
+ name: 'ysUsds (31Mar2026)',
5989
+ display: 'ysUSDS31Mar2026',
5990
+ symbol: 'ysUSDS-31Mar2026',
5991
+ logo_URIs: {
5992
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
5993
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
5994
+ },
5995
+ images: [{
5996
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
5997
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
5998
+ }],
5999
+ type_asset: 'sdk.coin',
6000
+ traces: [{
6001
+ type: 'ibc',
6002
+ counterparty: {
6003
+ channel_id: 'channel-4',
6004
+ base_denom: 'y:asusds:31Mar2026',
6005
+ chain_name: 'pryzm'
6006
+ },
6007
+ chain: {
6008
+ channel_id: 'channel-473'
6009
+ }
6010
+ }]
6011
+ },
5732
6012
  {
5733
6013
  description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
5734
6014
  denom_units: [{
@@ -6744,6 +7024,76 @@ const assets = {
6744
7024
  }
6745
7025
  }]
6746
7026
  },
7027
+ {
7028
+ description: 'Pryzm\'s LP token for sUSDS Yield pool',
7029
+ denom_units: [{
7030
+ denom: 'ibc/95846F3794C4AFDE41F2A5BB7E438EFA8083F3EDBDA0246DAE09E77C5C1BA1A7',
7031
+ exponent: 0,
7032
+ aliases: ['lp:36:asusds']
7033
+ }, {
7034
+ denom: 'lp:36:susds',
7035
+ exponent: 18
7036
+ }],
7037
+ base: 'ibc/95846F3794C4AFDE41F2A5BB7E438EFA8083F3EDBDA0246DAE09E77C5C1BA1A7',
7038
+ name: 'sUSDS Yield LP',
7039
+ display: 'lp:36:susds',
7040
+ symbol: 'sUSDS-YIELD-LP',
7041
+ logo_URIs: {
7042
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7043
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7044
+ },
7045
+ images: [{
7046
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7047
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7048
+ }],
7049
+ type_asset: 'sdk.coin',
7050
+ traces: [{
7051
+ type: 'ibc',
7052
+ counterparty: {
7053
+ channel_id: 'channel-4',
7054
+ base_denom: 'lp:36:asusds',
7055
+ chain_name: 'pryzm'
7056
+ },
7057
+ chain: {
7058
+ channel_id: 'channel-473'
7059
+ }
7060
+ }]
7061
+ },
7062
+ {
7063
+ description: 'Pryzm\'s LP token for sUSDS Boost pool',
7064
+ denom_units: [{
7065
+ denom: 'ibc/A1811E113B15858983A3C037F1C1F0B02152F1D90D0C53A91F2076875245DF27',
7066
+ exponent: 0,
7067
+ aliases: ['lp:37:asusdsypt-uusdc']
7068
+ }, {
7069
+ denom: 'lp:37:susdsypt-usdc',
7070
+ exponent: 18
7071
+ }],
7072
+ base: 'ibc/A1811E113B15858983A3C037F1C1F0B02152F1D90D0C53A91F2076875245DF27',
7073
+ name: 'sUSDS Boost LP',
7074
+ display: 'lp:37:susdsypt-usdc',
7075
+ symbol: 'sUSDS-BOOST-LP',
7076
+ logo_URIs: {
7077
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7078
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7079
+ },
7080
+ images: [{
7081
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7082
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7083
+ }],
7084
+ type_asset: 'sdk.coin',
7085
+ traces: [{
7086
+ type: 'ibc',
7087
+ counterparty: {
7088
+ channel_id: 'channel-4',
7089
+ base_denom: 'lp:37:asusdsypt-uusdc',
7090
+ chain_name: 'pryzm'
7091
+ },
7092
+ chain: {
7093
+ channel_id: 'channel-473'
7094
+ }
7095
+ }]
7096
+ },
6747
7097
  {
6748
7098
  description: 'QCK - native token of Quicksilver',
6749
7099
  denom_units: [{
@@ -11971,33 +12321,33 @@ const assets = {
11971
12321
  }]
11972
12322
  },
11973
12323
  {
11974
- description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
12324
+ description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Jun2025',
11975
12325
  denom_units: [{
11976
- denom: 'ibc/D5A593400F53D1BEE29963B3B3EAFEBE9532E016E01570B0016B29B4FA9F9177',
12326
+ denom: 'ibc/6F3535B97D6CA59FB94BF9EAE35A073B4E2EB206296DEBBDD8E717125562A04B',
11977
12327
  exponent: 0,
11978
- aliases: ['y:uatom:30Sep2024']
12328
+ aliases: ['p:asusds:30Jun2025']
11979
12329
  }, {
11980
- denom: 'yATOM30Sep2024',
11981
- exponent: 6
12330
+ denom: 'psUSDS30Jun2025',
12331
+ exponent: 18
11982
12332
  }],
11983
- base: 'ibc/D5A593400F53D1BEE29963B3B3EAFEBE9532E016E01570B0016B29B4FA9F9177',
11984
- name: 'yAtom (30Sep2024)',
11985
- display: 'yATOM30Sep2024',
11986
- symbol: 'yATOM-30Sep2024',
12333
+ base: 'ibc/6F3535B97D6CA59FB94BF9EAE35A073B4E2EB206296DEBBDD8E717125562A04B',
12334
+ name: 'psUsds (30Jun2025)',
12335
+ display: 'psUSDS30Jun2025',
12336
+ symbol: 'psUSDS-30Jun2025',
11987
12337
  logo_URIs: {
11988
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
11989
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
12338
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
12339
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
11990
12340
  },
11991
12341
  images: [{
11992
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
11993
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
12342
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
12343
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
11994
12344
  }],
11995
12345
  type_asset: 'sdk.coin',
11996
12346
  traces: [{
11997
12347
  type: 'ibc',
11998
12348
  counterparty: {
11999
12349
  channel_id: 'channel-4',
12000
- base_denom: 'y:uatom:30Sep2024',
12350
+ base_denom: 'p:asusds:30Jun2025',
12001
12351
  chain_name: 'pryzm'
12002
12352
  },
12003
12353
  chain: {
@@ -12006,25 +12356,165 @@ const assets = {
12006
12356
  }]
12007
12357
  },
12008
12358
  {
12009
- description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2024',
12359
+ description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Sep2025',
12010
12360
  denom_units: [{
12011
- denom: 'ibc/D82231C25B7F7D1E673A04D6503DBC284B06214D4C39EB870C328C393AE788AF',
12361
+ denom: 'ibc/846F3561CA95630172EE9D32C59086E307161D326F0F4D0931B84C7F5E55AD77',
12012
12362
  exponent: 0,
12013
- aliases: ['y:uatom:31Dec2024']
12363
+ aliases: ['p:asusds:30Sep2025']
12014
12364
  }, {
12015
- denom: 'yATOM31Dec2024',
12016
- exponent: 6
12365
+ denom: 'psUSDS30Sep2025',
12366
+ exponent: 18
12017
12367
  }],
12018
- base: 'ibc/D82231C25B7F7D1E673A04D6503DBC284B06214D4C39EB870C328C393AE788AF',
12019
- name: 'yAtom (31Dec2024)',
12020
- display: 'yATOM31Dec2024',
12021
- symbol: 'yATOM-31Dec2024',
12368
+ base: 'ibc/846F3561CA95630172EE9D32C59086E307161D326F0F4D0931B84C7F5E55AD77',
12369
+ name: 'psUsds (30Sep2025)',
12370
+ display: 'psUSDS30Sep2025',
12371
+ symbol: 'psUSDS-30Sep2025',
12022
12372
  logo_URIs: {
12023
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
12024
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
12373
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
12374
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
12025
12375
  },
12026
12376
  images: [{
12027
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
12377
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
12378
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
12379
+ }],
12380
+ type_asset: 'sdk.coin',
12381
+ traces: [{
12382
+ type: 'ibc',
12383
+ counterparty: {
12384
+ channel_id: 'channel-4',
12385
+ base_denom: 'p:asusds:30Sep2025',
12386
+ chain_name: 'pryzm'
12387
+ },
12388
+ chain: {
12389
+ channel_id: 'channel-473'
12390
+ }
12391
+ }]
12392
+ },
12393
+ {
12394
+ description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 31Dec2025',
12395
+ denom_units: [{
12396
+ denom: 'ibc/764F7E67B6C8059006D717069B4202D122A5554C5342007455438507969F79CA',
12397
+ exponent: 0,
12398
+ aliases: ['p:asusds:31Dec2025']
12399
+ }, {
12400
+ denom: 'psUSDS31Dec2025',
12401
+ exponent: 18
12402
+ }],
12403
+ base: 'ibc/764F7E67B6C8059006D717069B4202D122A5554C5342007455438507969F79CA',
12404
+ name: 'psUsds (31Dec2025)',
12405
+ display: 'psUSDS31Dec2025',
12406
+ symbol: 'psUSDS-31Dec2025',
12407
+ logo_URIs: {
12408
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
12409
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
12410
+ },
12411
+ images: [{
12412
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
12413
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
12414
+ }],
12415
+ type_asset: 'sdk.coin',
12416
+ traces: [{
12417
+ type: 'ibc',
12418
+ counterparty: {
12419
+ channel_id: 'channel-4',
12420
+ base_denom: 'p:asusds:31Dec2025',
12421
+ chain_name: 'pryzm'
12422
+ },
12423
+ chain: {
12424
+ channel_id: 'channel-473'
12425
+ }
12426
+ }]
12427
+ },
12428
+ {
12429
+ description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 31Mar2026',
12430
+ denom_units: [{
12431
+ denom: 'ibc/827C9574536BB763CA3151DA9EE0CD25F610DA1FC73553EFEE1A0B5CDD72314F',
12432
+ exponent: 0,
12433
+ aliases: ['p:asusds:31Mar2026']
12434
+ }, {
12435
+ denom: 'psUSDS31Mar2026',
12436
+ exponent: 18
12437
+ }],
12438
+ base: 'ibc/827C9574536BB763CA3151DA9EE0CD25F610DA1FC73553EFEE1A0B5CDD72314F',
12439
+ name: 'psUsds (31Mar2026)',
12440
+ display: 'psUSDS31Mar2026',
12441
+ symbol: 'psUSDS-31Mar2026',
12442
+ logo_URIs: {
12443
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
12444
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
12445
+ },
12446
+ images: [{
12447
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
12448
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
12449
+ }],
12450
+ type_asset: 'sdk.coin',
12451
+ traces: [{
12452
+ type: 'ibc',
12453
+ counterparty: {
12454
+ channel_id: 'channel-4',
12455
+ base_denom: 'p:asusds:31Mar2026',
12456
+ chain_name: 'pryzm'
12457
+ },
12458
+ chain: {
12459
+ channel_id: 'channel-473'
12460
+ }
12461
+ }]
12462
+ },
12463
+ {
12464
+ description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
12465
+ denom_units: [{
12466
+ denom: 'ibc/D5A593400F53D1BEE29963B3B3EAFEBE9532E016E01570B0016B29B4FA9F9177',
12467
+ exponent: 0,
12468
+ aliases: ['y:uatom:30Sep2024']
12469
+ }, {
12470
+ denom: 'yATOM30Sep2024',
12471
+ exponent: 6
12472
+ }],
12473
+ base: 'ibc/D5A593400F53D1BEE29963B3B3EAFEBE9532E016E01570B0016B29B4FA9F9177',
12474
+ name: 'yAtom (30Sep2024)',
12475
+ display: 'yATOM30Sep2024',
12476
+ symbol: 'yATOM-30Sep2024',
12477
+ logo_URIs: {
12478
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
12479
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
12480
+ },
12481
+ images: [{
12482
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
12483
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
12484
+ }],
12485
+ type_asset: 'sdk.coin',
12486
+ traces: [{
12487
+ type: 'ibc',
12488
+ counterparty: {
12489
+ channel_id: 'channel-4',
12490
+ base_denom: 'y:uatom:30Sep2024',
12491
+ chain_name: 'pryzm'
12492
+ },
12493
+ chain: {
12494
+ channel_id: 'channel-473'
12495
+ }
12496
+ }]
12497
+ },
12498
+ {
12499
+ description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2024',
12500
+ denom_units: [{
12501
+ denom: 'ibc/D82231C25B7F7D1E673A04D6503DBC284B06214D4C39EB870C328C393AE788AF',
12502
+ exponent: 0,
12503
+ aliases: ['y:uatom:31Dec2024']
12504
+ }, {
12505
+ denom: 'yATOM31Dec2024',
12506
+ exponent: 6
12507
+ }],
12508
+ base: 'ibc/D82231C25B7F7D1E673A04D6503DBC284B06214D4C39EB870C328C393AE788AF',
12509
+ name: 'yAtom (31Dec2024)',
12510
+ display: 'yATOM31Dec2024',
12511
+ symbol: 'yATOM-31Dec2024',
12512
+ logo_URIs: {
12513
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
12514
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
12515
+ },
12516
+ images: [{
12517
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
12028
12518
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
12029
12519
  }],
12030
12520
  type_asset: 'sdk.coin',
@@ -13755,6 +14245,146 @@ const assets = {
13755
14245
  }
13756
14246
  }]
13757
14247
  },
14248
+ {
14249
+ description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Jun2025',
14250
+ denom_units: [{
14251
+ denom: 'ibc/30D6123A230F138C9375865FA3AB93389244B7B70D6C0F776B17E0882AC33672',
14252
+ exponent: 0,
14253
+ aliases: ['y:asusds:30Jun2025']
14254
+ }, {
14255
+ denom: 'ysUSDS30Jun2025',
14256
+ exponent: 18
14257
+ }],
14258
+ base: 'ibc/30D6123A230F138C9375865FA3AB93389244B7B70D6C0F776B17E0882AC33672',
14259
+ name: 'ysUsds (30Jun2025)',
14260
+ display: 'ysUSDS30Jun2025',
14261
+ symbol: 'ysUSDS-30Jun2025',
14262
+ logo_URIs: {
14263
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
14264
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
14265
+ },
14266
+ images: [{
14267
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
14268
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
14269
+ }],
14270
+ type_asset: 'sdk.coin',
14271
+ traces: [{
14272
+ type: 'ibc',
14273
+ counterparty: {
14274
+ channel_id: 'channel-4',
14275
+ base_denom: 'y:asusds:30Jun2025',
14276
+ chain_name: 'pryzm'
14277
+ },
14278
+ chain: {
14279
+ channel_id: 'channel-473'
14280
+ }
14281
+ }]
14282
+ },
14283
+ {
14284
+ description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Sep2025',
14285
+ denom_units: [{
14286
+ denom: 'ibc/3D91AAD5EE92A25BDE365FB46A275184819105064925180748524AF359176924',
14287
+ exponent: 0,
14288
+ aliases: ['y:asusds:30Sep2025']
14289
+ }, {
14290
+ denom: 'ysUSDS30Sep2025',
14291
+ exponent: 18
14292
+ }],
14293
+ base: 'ibc/3D91AAD5EE92A25BDE365FB46A275184819105064925180748524AF359176924',
14294
+ name: 'ysUsds (30Sep2025)',
14295
+ display: 'ysUSDS30Sep2025',
14296
+ symbol: 'ysUSDS-30Sep2025',
14297
+ logo_URIs: {
14298
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
14299
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
14300
+ },
14301
+ images: [{
14302
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
14303
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
14304
+ }],
14305
+ type_asset: 'sdk.coin',
14306
+ traces: [{
14307
+ type: 'ibc',
14308
+ counterparty: {
14309
+ channel_id: 'channel-4',
14310
+ base_denom: 'y:asusds:30Sep2025',
14311
+ chain_name: 'pryzm'
14312
+ },
14313
+ chain: {
14314
+ channel_id: 'channel-473'
14315
+ }
14316
+ }]
14317
+ },
14318
+ {
14319
+ description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 31Dec2025',
14320
+ denom_units: [{
14321
+ denom: 'ibc/3AE26DCCE2CC8DD6698BA6A53E1E1A9BA8DA3481CA4745D7B0906DF47DF38062',
14322
+ exponent: 0,
14323
+ aliases: ['y:asusds:31Dec2025']
14324
+ }, {
14325
+ denom: 'ysUSDS31Dec2025',
14326
+ exponent: 18
14327
+ }],
14328
+ base: 'ibc/3AE26DCCE2CC8DD6698BA6A53E1E1A9BA8DA3481CA4745D7B0906DF47DF38062',
14329
+ name: 'ysUsds (31Dec2025)',
14330
+ display: 'ysUSDS31Dec2025',
14331
+ symbol: 'ysUSDS-31Dec2025',
14332
+ logo_URIs: {
14333
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
14334
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
14335
+ },
14336
+ images: [{
14337
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
14338
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
14339
+ }],
14340
+ type_asset: 'sdk.coin',
14341
+ traces: [{
14342
+ type: 'ibc',
14343
+ counterparty: {
14344
+ channel_id: 'channel-4',
14345
+ base_denom: 'y:asusds:31Dec2025',
14346
+ chain_name: 'pryzm'
14347
+ },
14348
+ chain: {
14349
+ channel_id: 'channel-473'
14350
+ }
14351
+ }]
14352
+ },
14353
+ {
14354
+ description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 31Mar2026',
14355
+ denom_units: [{
14356
+ denom: 'ibc/A15E8FEED8F828A4B89B65448F1E13F836A4E3CEBAF712311E71C2BCB56F377F',
14357
+ exponent: 0,
14358
+ aliases: ['y:asusds:31Mar2026']
14359
+ }, {
14360
+ denom: 'ysUSDS31Mar2026',
14361
+ exponent: 18
14362
+ }],
14363
+ base: 'ibc/A15E8FEED8F828A4B89B65448F1E13F836A4E3CEBAF712311E71C2BCB56F377F',
14364
+ name: 'ysUsds (31Mar2026)',
14365
+ display: 'ysUSDS31Mar2026',
14366
+ symbol: 'ysUSDS-31Mar2026',
14367
+ logo_URIs: {
14368
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
14369
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
14370
+ },
14371
+ images: [{
14372
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
14373
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
14374
+ }],
14375
+ type_asset: 'sdk.coin',
14376
+ traces: [{
14377
+ type: 'ibc',
14378
+ counterparty: {
14379
+ channel_id: 'channel-4',
14380
+ base_denom: 'y:asusds:31Mar2026',
14381
+ chain_name: 'pryzm'
14382
+ },
14383
+ chain: {
14384
+ channel_id: 'channel-473'
14385
+ }
14386
+ }]
14387
+ },
13758
14388
  {
13759
14389
  description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
13760
14390
  denom_units: [{
@@ -14770,6 +15400,76 @@ const assets = {
14770
15400
  }
14771
15401
  }]
14772
15402
  },
15403
+ {
15404
+ description: 'Pryzm\'s LP token for sUSDS Yield pool',
15405
+ denom_units: [{
15406
+ denom: 'ibc/95846F3794C4AFDE41F2A5BB7E438EFA8083F3EDBDA0246DAE09E77C5C1BA1A7',
15407
+ exponent: 0,
15408
+ aliases: ['lp:36:asusds']
15409
+ }, {
15410
+ denom: 'lp:36:susds',
15411
+ exponent: 18
15412
+ }],
15413
+ base: 'ibc/95846F3794C4AFDE41F2A5BB7E438EFA8083F3EDBDA0246DAE09E77C5C1BA1A7',
15414
+ name: 'sUSDS Yield LP',
15415
+ display: 'lp:36:susds',
15416
+ symbol: 'sUSDS-YIELD-LP',
15417
+ logo_URIs: {
15418
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
15419
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
15420
+ },
15421
+ images: [{
15422
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
15423
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
15424
+ }],
15425
+ type_asset: 'sdk.coin',
15426
+ traces: [{
15427
+ type: 'ibc',
15428
+ counterparty: {
15429
+ channel_id: 'channel-4',
15430
+ base_denom: 'lp:36:asusds',
15431
+ chain_name: 'pryzm'
15432
+ },
15433
+ chain: {
15434
+ channel_id: 'channel-473'
15435
+ }
15436
+ }]
15437
+ },
15438
+ {
15439
+ description: 'Pryzm\'s LP token for sUSDS Boost pool',
15440
+ denom_units: [{
15441
+ denom: 'ibc/A1811E113B15858983A3C037F1C1F0B02152F1D90D0C53A91F2076875245DF27',
15442
+ exponent: 0,
15443
+ aliases: ['lp:37:asusdsypt-uusdc']
15444
+ }, {
15445
+ denom: 'lp:37:susdsypt-usdc',
15446
+ exponent: 18
15447
+ }],
15448
+ base: 'ibc/A1811E113B15858983A3C037F1C1F0B02152F1D90D0C53A91F2076875245DF27',
15449
+ name: 'sUSDS Boost LP',
15450
+ display: 'lp:37:susdsypt-usdc',
15451
+ symbol: 'sUSDS-BOOST-LP',
15452
+ logo_URIs: {
15453
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
15454
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
15455
+ },
15456
+ images: [{
15457
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
15458
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
15459
+ }],
15460
+ type_asset: 'sdk.coin',
15461
+ traces: [{
15462
+ type: 'ibc',
15463
+ counterparty: {
15464
+ channel_id: 'channel-4',
15465
+ base_denom: 'lp:37:asusdsypt-uusdc',
15466
+ chain_name: 'pryzm'
15467
+ },
15468
+ chain: {
15469
+ channel_id: 'channel-473'
15470
+ }
15471
+ }]
15472
+ },
14773
15473
  {
14774
15474
  description: 'QCK - native token of Quicksilver',
14775
15475
  denom_units: [{
@@ -16335,6 +17035,88 @@ const assets = {
16335
17035
  }
16336
17036
  }]
16337
17037
  },
17038
+ {
17039
+ description: 'The native token cw20 for dSilk on Secret Network',
17040
+ denom_units: [{
17041
+ denom: 'ibc/F8A4BD8E252FF4764ABD590EC2B6E7A9E169382ABD900F8880904E5317867F67',
17042
+ exponent: 0,
17043
+ aliases: ['cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw']
17044
+ }, {
17045
+ denom: 'dsilk',
17046
+ exponent: 6
17047
+ }],
17048
+ type_asset: 'snip25',
17049
+ address: 'secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
17050
+ base: 'ibc/F8A4BD8E252FF4764ABD590EC2B6E7A9E169382ABD900F8880904E5317867F67',
17051
+ name: 'dSilk',
17052
+ display: 'dsilk',
17053
+ symbol: 'dSILK',
17054
+ logo_URIs: {
17055
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
17056
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg'
17057
+ },
17058
+ images: [{
17059
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
17060
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg',
17061
+ theme: {
17062
+ primary_color_hex: '#3142fc'
17063
+ }
17064
+ }],
17065
+ traces: [{
17066
+ type: 'ibc-cw20',
17067
+ counterparty: {
17068
+ port: 'transfer',
17069
+ channel_id: 'channel-127',
17070
+ base_denom: 'cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
17071
+ chain_name: 'secretnetwork'
17072
+ },
17073
+ chain: {
17074
+ port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
17075
+ channel_id: 'channel-382'
17076
+ }
17077
+ }]
17078
+ },
17079
+ {
17080
+ description: 'The native token cw20 for xSilk on Secret Network',
17081
+ denom_units: [{
17082
+ denom: 'ibc/CBF30D63591390D1690184D25C9372BFC9686F05868E2BCADD6865ED95EA063B',
17083
+ exponent: 0,
17084
+ aliases: ['cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82']
17085
+ }, {
17086
+ denom: 'xsilk',
17087
+ exponent: 6
17088
+ }],
17089
+ type_asset: 'snip25',
17090
+ address: 'secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
17091
+ base: 'ibc/CBF30D63591390D1690184D25C9372BFC9686F05868E2BCADD6865ED95EA063B',
17092
+ name: 'xSilk',
17093
+ display: 'xsilk',
17094
+ symbol: 'xSILK',
17095
+ logo_URIs: {
17096
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
17097
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
17098
+ },
17099
+ images: [{
17100
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
17101
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg',
17102
+ theme: {
17103
+ primary_color_hex: '#3142fc'
17104
+ }
17105
+ }],
17106
+ traces: [{
17107
+ type: 'ibc-cw20',
17108
+ counterparty: {
17109
+ port: 'transfer',
17110
+ channel_id: 'channel-127',
17111
+ base_denom: 'cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
17112
+ chain_name: 'secretnetwork'
17113
+ },
17114
+ chain: {
17115
+ port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
17116
+ channel_id: 'channel-382'
17117
+ }
17118
+ }]
17119
+ },
16338
17120
  {
16339
17121
  description: 'The native token cw20 for SCRT Staking Derivatives on Secret Network',
16340
17122
  denom_units: [{
@@ -16829,6 +17611,88 @@ const assets = {
16829
17611
  }
16830
17612
  }]
16831
17613
  },
17614
+ {
17615
+ description: 'The native token cw20 for dSilk on Secret Network',
17616
+ denom_units: [{
17617
+ denom: 'ibc/F8A4BD8E252FF4764ABD590EC2B6E7A9E169382ABD900F8880904E5317867F67',
17618
+ exponent: 0,
17619
+ aliases: ['cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw']
17620
+ }, {
17621
+ denom: 'dsilk',
17622
+ exponent: 6
17623
+ }],
17624
+ type_asset: 'snip25',
17625
+ address: 'secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
17626
+ base: 'ibc/F8A4BD8E252FF4764ABD590EC2B6E7A9E169382ABD900F8880904E5317867F67',
17627
+ name: 'dSilk',
17628
+ display: 'dsilk',
17629
+ symbol: 'dSILK',
17630
+ logo_URIs: {
17631
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
17632
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg'
17633
+ },
17634
+ images: [{
17635
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
17636
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg',
17637
+ theme: {
17638
+ primary_color_hex: '#3142fc'
17639
+ }
17640
+ }],
17641
+ traces: [{
17642
+ type: 'ibc-cw20',
17643
+ counterparty: {
17644
+ port: 'transfer',
17645
+ channel_id: 'channel-127',
17646
+ base_denom: 'cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
17647
+ chain_name: 'secretnetwork'
17648
+ },
17649
+ chain: {
17650
+ port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
17651
+ channel_id: 'channel-382'
17652
+ }
17653
+ }]
17654
+ },
17655
+ {
17656
+ description: 'The native token cw20 for xSilk on Secret Network',
17657
+ denom_units: [{
17658
+ denom: 'ibc/CBF30D63591390D1690184D25C9372BFC9686F05868E2BCADD6865ED95EA063B',
17659
+ exponent: 0,
17660
+ aliases: ['cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82']
17661
+ }, {
17662
+ denom: 'xsilk',
17663
+ exponent: 6
17664
+ }],
17665
+ type_asset: 'snip25',
17666
+ address: 'secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
17667
+ base: 'ibc/CBF30D63591390D1690184D25C9372BFC9686F05868E2BCADD6865ED95EA063B',
17668
+ name: 'xSilk',
17669
+ display: 'xsilk',
17670
+ symbol: 'xSILK',
17671
+ logo_URIs: {
17672
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
17673
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
17674
+ },
17675
+ images: [{
17676
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
17677
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg',
17678
+ theme: {
17679
+ primary_color_hex: '#3142fc'
17680
+ }
17681
+ }],
17682
+ traces: [{
17683
+ type: 'ibc-cw20',
17684
+ counterparty: {
17685
+ port: 'transfer',
17686
+ channel_id: 'channel-127',
17687
+ base_denom: 'cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
17688
+ chain_name: 'secretnetwork'
17689
+ },
17690
+ chain: {
17691
+ port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
17692
+ channel_id: 'channel-382'
17693
+ }
17694
+ }]
17695
+ },
16832
17696
  {
16833
17697
  description: 'The native token cw20 for SCRT Staking Derivatives on Secret Network',
16834
17698
  denom_units: [{