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