@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
@@ -4846,6 +4846,146 @@ const assets = {
4846
4846
  }
4847
4847
  }]
4848
4848
  },
4849
+ {
4850
+ description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Jun2025',
4851
+ denom_units: [{
4852
+ denom: 'ibc/5B4100AE8EB731C3E1BDC9A6D88EEC5FB0DB7008E4E463B435B42AF6FCC1D1FC',
4853
+ exponent: 0,
4854
+ aliases: ['p:asusds:30Jun2025']
4855
+ }, {
4856
+ denom: 'psUSDS30Jun2025',
4857
+ exponent: 18
4858
+ }],
4859
+ base: 'ibc/5B4100AE8EB731C3E1BDC9A6D88EEC5FB0DB7008E4E463B435B42AF6FCC1D1FC',
4860
+ name: 'psUsds (30Jun2025)',
4861
+ display: 'psUSDS30Jun2025',
4862
+ symbol: 'psUSDS-30Jun2025',
4863
+ logo_URIs: {
4864
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
4865
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
4866
+ },
4867
+ images: [{
4868
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
4869
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
4870
+ }],
4871
+ type_asset: 'sdk.coin',
4872
+ traces: [{
4873
+ type: 'ibc',
4874
+ counterparty: {
4875
+ channel_id: 'channel-6',
4876
+ base_denom: 'p:asusds:30Jun2025',
4877
+ chain_name: 'pryzm'
4878
+ },
4879
+ chain: {
4880
+ channel_id: 'channel-4329'
4881
+ }
4882
+ }]
4883
+ },
4884
+ {
4885
+ description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Sep2025',
4886
+ denom_units: [{
4887
+ denom: 'ibc/056A2B1BA87702B162FE6AF08ED152898D2954D5BF712442BB8EB7B96986FE1A',
4888
+ exponent: 0,
4889
+ aliases: ['p:asusds:30Sep2025']
4890
+ }, {
4891
+ denom: 'psUSDS30Sep2025',
4892
+ exponent: 18
4893
+ }],
4894
+ base: 'ibc/056A2B1BA87702B162FE6AF08ED152898D2954D5BF712442BB8EB7B96986FE1A',
4895
+ name: 'psUsds (30Sep2025)',
4896
+ display: 'psUSDS30Sep2025',
4897
+ symbol: 'psUSDS-30Sep2025',
4898
+ logo_URIs: {
4899
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
4900
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
4901
+ },
4902
+ images: [{
4903
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
4904
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
4905
+ }],
4906
+ type_asset: 'sdk.coin',
4907
+ traces: [{
4908
+ type: 'ibc',
4909
+ counterparty: {
4910
+ channel_id: 'channel-6',
4911
+ base_denom: 'p:asusds:30Sep2025',
4912
+ chain_name: 'pryzm'
4913
+ },
4914
+ chain: {
4915
+ channel_id: 'channel-4329'
4916
+ }
4917
+ }]
4918
+ },
4919
+ {
4920
+ description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 31Dec2025',
4921
+ denom_units: [{
4922
+ denom: 'ibc/480DB918F0B9C8CCA8FA3E89437F3F628CD1A88FE83900CF452037D38FB2F8BE',
4923
+ exponent: 0,
4924
+ aliases: ['p:asusds:31Dec2025']
4925
+ }, {
4926
+ denom: 'psUSDS31Dec2025',
4927
+ exponent: 18
4928
+ }],
4929
+ base: 'ibc/480DB918F0B9C8CCA8FA3E89437F3F628CD1A88FE83900CF452037D38FB2F8BE',
4930
+ name: 'psUsds (31Dec2025)',
4931
+ display: 'psUSDS31Dec2025',
4932
+ symbol: 'psUSDS-31Dec2025',
4933
+ logo_URIs: {
4934
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
4935
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
4936
+ },
4937
+ images: [{
4938
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
4939
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
4940
+ }],
4941
+ type_asset: 'sdk.coin',
4942
+ traces: [{
4943
+ type: 'ibc',
4944
+ counterparty: {
4945
+ channel_id: 'channel-6',
4946
+ base_denom: 'p:asusds:31Dec2025',
4947
+ chain_name: 'pryzm'
4948
+ },
4949
+ chain: {
4950
+ channel_id: 'channel-4329'
4951
+ }
4952
+ }]
4953
+ },
4954
+ {
4955
+ description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 31Mar2026',
4956
+ denom_units: [{
4957
+ denom: 'ibc/4F86DE0444D5F01C39419E0529462BA222BFCFF76F701B5795421189A56F656A',
4958
+ exponent: 0,
4959
+ aliases: ['p:asusds:31Mar2026']
4960
+ }, {
4961
+ denom: 'psUSDS31Mar2026',
4962
+ exponent: 18
4963
+ }],
4964
+ base: 'ibc/4F86DE0444D5F01C39419E0529462BA222BFCFF76F701B5795421189A56F656A',
4965
+ name: 'psUsds (31Mar2026)',
4966
+ display: 'psUSDS31Mar2026',
4967
+ symbol: 'psUSDS-31Mar2026',
4968
+ logo_URIs: {
4969
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
4970
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
4971
+ },
4972
+ images: [{
4973
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
4974
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
4975
+ }],
4976
+ type_asset: 'sdk.coin',
4977
+ traces: [{
4978
+ type: 'ibc',
4979
+ counterparty: {
4980
+ channel_id: 'channel-6',
4981
+ base_denom: 'p:asusds:31Mar2026',
4982
+ chain_name: 'pryzm'
4983
+ },
4984
+ chain: {
4985
+ channel_id: 'channel-4329'
4986
+ }
4987
+ }]
4988
+ },
4849
4989
  {
4850
4990
  description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
4851
4991
  denom_units: [{
@@ -6631,6 +6771,146 @@ const assets = {
6631
6771
  }
6632
6772
  }]
6633
6773
  },
6774
+ {
6775
+ description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Jun2025',
6776
+ denom_units: [{
6777
+ denom: 'ibc/E87909E9D727FAF279C6E3E7400F0DC28CA40C6C4070627151D4BC06FE45B992',
6778
+ exponent: 0,
6779
+ aliases: ['y:asusds:30Jun2025']
6780
+ }, {
6781
+ denom: 'ysUSDS30Jun2025',
6782
+ exponent: 18
6783
+ }],
6784
+ base: 'ibc/E87909E9D727FAF279C6E3E7400F0DC28CA40C6C4070627151D4BC06FE45B992',
6785
+ name: 'ysUsds (30Jun2025)',
6786
+ display: 'ysUSDS30Jun2025',
6787
+ symbol: 'ysUSDS-30Jun2025',
6788
+ logo_URIs: {
6789
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
6790
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
6791
+ },
6792
+ images: [{
6793
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
6794
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
6795
+ }],
6796
+ type_asset: 'sdk.coin',
6797
+ traces: [{
6798
+ type: 'ibc',
6799
+ counterparty: {
6800
+ channel_id: 'channel-6',
6801
+ base_denom: 'y:asusds:30Jun2025',
6802
+ chain_name: 'pryzm'
6803
+ },
6804
+ chain: {
6805
+ channel_id: 'channel-4329'
6806
+ }
6807
+ }]
6808
+ },
6809
+ {
6810
+ description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Sep2025',
6811
+ denom_units: [{
6812
+ denom: 'ibc/5F70E1B59F683593AC7492F981D4BB105E10ADC18C50488B2DBE3187952A6994',
6813
+ exponent: 0,
6814
+ aliases: ['y:asusds:30Sep2025']
6815
+ }, {
6816
+ denom: 'ysUSDS30Sep2025',
6817
+ exponent: 18
6818
+ }],
6819
+ base: 'ibc/5F70E1B59F683593AC7492F981D4BB105E10ADC18C50488B2DBE3187952A6994',
6820
+ name: 'ysUsds (30Sep2025)',
6821
+ display: 'ysUSDS30Sep2025',
6822
+ symbol: 'ysUSDS-30Sep2025',
6823
+ logo_URIs: {
6824
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
6825
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
6826
+ },
6827
+ images: [{
6828
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
6829
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
6830
+ }],
6831
+ type_asset: 'sdk.coin',
6832
+ traces: [{
6833
+ type: 'ibc',
6834
+ counterparty: {
6835
+ channel_id: 'channel-6',
6836
+ base_denom: 'y:asusds:30Sep2025',
6837
+ chain_name: 'pryzm'
6838
+ },
6839
+ chain: {
6840
+ channel_id: 'channel-4329'
6841
+ }
6842
+ }]
6843
+ },
6844
+ {
6845
+ description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 31Dec2025',
6846
+ denom_units: [{
6847
+ denom: 'ibc/89CF081EFCD2389BFCD4BB00A57A859F7B0B1DADCB2CF18957A89E63DE2E0E84',
6848
+ exponent: 0,
6849
+ aliases: ['y:asusds:31Dec2025']
6850
+ }, {
6851
+ denom: 'ysUSDS31Dec2025',
6852
+ exponent: 18
6853
+ }],
6854
+ base: 'ibc/89CF081EFCD2389BFCD4BB00A57A859F7B0B1DADCB2CF18957A89E63DE2E0E84',
6855
+ name: 'ysUsds (31Dec2025)',
6856
+ display: 'ysUSDS31Dec2025',
6857
+ symbol: 'ysUSDS-31Dec2025',
6858
+ logo_URIs: {
6859
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
6860
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
6861
+ },
6862
+ images: [{
6863
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
6864
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
6865
+ }],
6866
+ type_asset: 'sdk.coin',
6867
+ traces: [{
6868
+ type: 'ibc',
6869
+ counterparty: {
6870
+ channel_id: 'channel-6',
6871
+ base_denom: 'y:asusds:31Dec2025',
6872
+ chain_name: 'pryzm'
6873
+ },
6874
+ chain: {
6875
+ channel_id: 'channel-4329'
6876
+ }
6877
+ }]
6878
+ },
6879
+ {
6880
+ description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 31Mar2026',
6881
+ denom_units: [{
6882
+ denom: 'ibc/3DFA0D1207564F77750F7434D12C99D5F5FEA54BF85F9C1E23514AA5CF2FC866',
6883
+ exponent: 0,
6884
+ aliases: ['y:asusds:31Mar2026']
6885
+ }, {
6886
+ denom: 'ysUSDS31Mar2026',
6887
+ exponent: 18
6888
+ }],
6889
+ base: 'ibc/3DFA0D1207564F77750F7434D12C99D5F5FEA54BF85F9C1E23514AA5CF2FC866',
6890
+ name: 'ysUsds (31Mar2026)',
6891
+ display: 'ysUSDS31Mar2026',
6892
+ symbol: 'ysUSDS-31Mar2026',
6893
+ logo_URIs: {
6894
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
6895
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
6896
+ },
6897
+ images: [{
6898
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
6899
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
6900
+ }],
6901
+ type_asset: 'sdk.coin',
6902
+ traces: [{
6903
+ type: 'ibc',
6904
+ counterparty: {
6905
+ channel_id: 'channel-6',
6906
+ base_denom: 'y:asusds:31Mar2026',
6907
+ chain_name: 'pryzm'
6908
+ },
6909
+ chain: {
6910
+ channel_id: 'channel-4329'
6911
+ }
6912
+ }]
6913
+ },
6634
6914
  {
6635
6915
  description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
6636
6916
  denom_units: [{
@@ -7646,6 +7926,76 @@ const assets = {
7646
7926
  }
7647
7927
  }]
7648
7928
  },
7929
+ {
7930
+ description: 'Pryzm\'s LP token for sUSDS Yield pool',
7931
+ denom_units: [{
7932
+ denom: 'ibc/D85C6B77C9960CAB3DF3B6992ECD61B4E4653C292A1144FF2C80A50F18ECBD05',
7933
+ exponent: 0,
7934
+ aliases: ['lp:36:asusds']
7935
+ }, {
7936
+ denom: 'lp:36:susds',
7937
+ exponent: 18
7938
+ }],
7939
+ base: 'ibc/D85C6B77C9960CAB3DF3B6992ECD61B4E4653C292A1144FF2C80A50F18ECBD05',
7940
+ name: 'sUSDS Yield LP',
7941
+ display: 'lp:36:susds',
7942
+ symbol: 'sUSDS-YIELD-LP',
7943
+ logo_URIs: {
7944
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7945
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7946
+ },
7947
+ images: [{
7948
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7949
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7950
+ }],
7951
+ type_asset: 'sdk.coin',
7952
+ traces: [{
7953
+ type: 'ibc',
7954
+ counterparty: {
7955
+ channel_id: 'channel-6',
7956
+ base_denom: 'lp:36:asusds',
7957
+ chain_name: 'pryzm'
7958
+ },
7959
+ chain: {
7960
+ channel_id: 'channel-4329'
7961
+ }
7962
+ }]
7963
+ },
7964
+ {
7965
+ description: 'Pryzm\'s LP token for sUSDS Boost pool',
7966
+ denom_units: [{
7967
+ denom: 'ibc/6BD9D402976CF2BB0C176D345CE53F78B504AED6AAA29E28F1E093F00668E8E6',
7968
+ exponent: 0,
7969
+ aliases: ['lp:37:asusdsypt-uusdc']
7970
+ }, {
7971
+ denom: 'lp:37:susdsypt-usdc',
7972
+ exponent: 18
7973
+ }],
7974
+ base: 'ibc/6BD9D402976CF2BB0C176D345CE53F78B504AED6AAA29E28F1E093F00668E8E6',
7975
+ name: 'sUSDS Boost LP',
7976
+ display: 'lp:37:susdsypt-usdc',
7977
+ symbol: 'sUSDS-BOOST-LP',
7978
+ logo_URIs: {
7979
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7980
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7981
+ },
7982
+ images: [{
7983
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7984
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7985
+ }],
7986
+ type_asset: 'sdk.coin',
7987
+ traces: [{
7988
+ type: 'ibc',
7989
+ counterparty: {
7990
+ channel_id: 'channel-6',
7991
+ base_denom: 'lp:37:asusdsypt-uusdc',
7992
+ chain_name: 'pryzm'
7993
+ },
7994
+ chain: {
7995
+ channel_id: 'channel-4329'
7996
+ }
7997
+ }]
7998
+ },
7649
7999
  {
7650
8000
  description: 'Saga is a blockchain platform focused on providing customizable blockchain solutions with a strong emphasis on security and scalability.',
7651
8001
  denom_units: [{
@@ -10183,33 +10533,33 @@ const assets = {
10183
10533
  }]
10184
10534
  },
10185
10535
  {
10186
- description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
10536
+ description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Jun2025',
10187
10537
  denom_units: [{
10188
- denom: 'ibc/3BFA0B28E6E53FF48481996CEED90695D3C489A75D687AD8C11AC98D64D69AEC',
10538
+ denom: 'ibc/5B4100AE8EB731C3E1BDC9A6D88EEC5FB0DB7008E4E463B435B42AF6FCC1D1FC',
10189
10539
  exponent: 0,
10190
- aliases: ['y:uatom:30Sep2024']
10540
+ aliases: ['p:asusds:30Jun2025']
10191
10541
  }, {
10192
- denom: 'yATOM30Sep2024',
10193
- exponent: 6
10542
+ denom: 'psUSDS30Jun2025',
10543
+ exponent: 18
10194
10544
  }],
10195
- base: 'ibc/3BFA0B28E6E53FF48481996CEED90695D3C489A75D687AD8C11AC98D64D69AEC',
10196
- name: 'yAtom (30Sep2024)',
10197
- display: 'yATOM30Sep2024',
10198
- symbol: 'yATOM-30Sep2024',
10545
+ base: 'ibc/5B4100AE8EB731C3E1BDC9A6D88EEC5FB0DB7008E4E463B435B42AF6FCC1D1FC',
10546
+ name: 'psUsds (30Jun2025)',
10547
+ display: 'psUSDS30Jun2025',
10548
+ symbol: 'psUSDS-30Jun2025',
10199
10549
  logo_URIs: {
10200
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
10201
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
10550
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
10551
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
10202
10552
  },
10203
10553
  images: [{
10204
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
10205
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
10554
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
10555
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
10206
10556
  }],
10207
10557
  type_asset: 'sdk.coin',
10208
10558
  traces: [{
10209
10559
  type: 'ibc',
10210
10560
  counterparty: {
10211
10561
  channel_id: 'channel-6',
10212
- base_denom: 'y:uatom:30Sep2024',
10562
+ base_denom: 'p:asusds:30Jun2025',
10213
10563
  chain_name: 'pryzm'
10214
10564
  },
10215
10565
  chain: {
@@ -10218,25 +10568,165 @@ const assets = {
10218
10568
  }]
10219
10569
  },
10220
10570
  {
10221
- description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2024',
10571
+ description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Sep2025',
10222
10572
  denom_units: [{
10223
- denom: 'ibc/620B8AAE42472D6FBA98046803CBD79A9FF23F15329D22A95727865EDAA3AD0A',
10573
+ denom: 'ibc/056A2B1BA87702B162FE6AF08ED152898D2954D5BF712442BB8EB7B96986FE1A',
10224
10574
  exponent: 0,
10225
- aliases: ['y:uatom:31Dec2024']
10575
+ aliases: ['p:asusds:30Sep2025']
10226
10576
  }, {
10227
- denom: 'yATOM31Dec2024',
10228
- exponent: 6
10577
+ denom: 'psUSDS30Sep2025',
10578
+ exponent: 18
10229
10579
  }],
10230
- base: 'ibc/620B8AAE42472D6FBA98046803CBD79A9FF23F15329D22A95727865EDAA3AD0A',
10231
- name: 'yAtom (31Dec2024)',
10232
- display: 'yATOM31Dec2024',
10233
- symbol: 'yATOM-31Dec2024',
10580
+ base: 'ibc/056A2B1BA87702B162FE6AF08ED152898D2954D5BF712442BB8EB7B96986FE1A',
10581
+ name: 'psUsds (30Sep2025)',
10582
+ display: 'psUSDS30Sep2025',
10583
+ symbol: 'psUSDS-30Sep2025',
10234
10584
  logo_URIs: {
10235
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
10236
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
10585
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
10586
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
10237
10587
  },
10238
10588
  images: [{
10239
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
10589
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
10590
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
10591
+ }],
10592
+ type_asset: 'sdk.coin',
10593
+ traces: [{
10594
+ type: 'ibc',
10595
+ counterparty: {
10596
+ channel_id: 'channel-6',
10597
+ base_denom: 'p:asusds:30Sep2025',
10598
+ chain_name: 'pryzm'
10599
+ },
10600
+ chain: {
10601
+ channel_id: 'channel-4329'
10602
+ }
10603
+ }]
10604
+ },
10605
+ {
10606
+ description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 31Dec2025',
10607
+ denom_units: [{
10608
+ denom: 'ibc/480DB918F0B9C8CCA8FA3E89437F3F628CD1A88FE83900CF452037D38FB2F8BE',
10609
+ exponent: 0,
10610
+ aliases: ['p:asusds:31Dec2025']
10611
+ }, {
10612
+ denom: 'psUSDS31Dec2025',
10613
+ exponent: 18
10614
+ }],
10615
+ base: 'ibc/480DB918F0B9C8CCA8FA3E89437F3F628CD1A88FE83900CF452037D38FB2F8BE',
10616
+ name: 'psUsds (31Dec2025)',
10617
+ display: 'psUSDS31Dec2025',
10618
+ symbol: 'psUSDS-31Dec2025',
10619
+ logo_URIs: {
10620
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
10621
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
10622
+ },
10623
+ images: [{
10624
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
10625
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
10626
+ }],
10627
+ type_asset: 'sdk.coin',
10628
+ traces: [{
10629
+ type: 'ibc',
10630
+ counterparty: {
10631
+ channel_id: 'channel-6',
10632
+ base_denom: 'p:asusds:31Dec2025',
10633
+ chain_name: 'pryzm'
10634
+ },
10635
+ chain: {
10636
+ channel_id: 'channel-4329'
10637
+ }
10638
+ }]
10639
+ },
10640
+ {
10641
+ description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 31Mar2026',
10642
+ denom_units: [{
10643
+ denom: 'ibc/4F86DE0444D5F01C39419E0529462BA222BFCFF76F701B5795421189A56F656A',
10644
+ exponent: 0,
10645
+ aliases: ['p:asusds:31Mar2026']
10646
+ }, {
10647
+ denom: 'psUSDS31Mar2026',
10648
+ exponent: 18
10649
+ }],
10650
+ base: 'ibc/4F86DE0444D5F01C39419E0529462BA222BFCFF76F701B5795421189A56F656A',
10651
+ name: 'psUsds (31Mar2026)',
10652
+ display: 'psUSDS31Mar2026',
10653
+ symbol: 'psUSDS-31Mar2026',
10654
+ logo_URIs: {
10655
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
10656
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
10657
+ },
10658
+ images: [{
10659
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
10660
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
10661
+ }],
10662
+ type_asset: 'sdk.coin',
10663
+ traces: [{
10664
+ type: 'ibc',
10665
+ counterparty: {
10666
+ channel_id: 'channel-6',
10667
+ base_denom: 'p:asusds:31Mar2026',
10668
+ chain_name: 'pryzm'
10669
+ },
10670
+ chain: {
10671
+ channel_id: 'channel-4329'
10672
+ }
10673
+ }]
10674
+ },
10675
+ {
10676
+ description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
10677
+ denom_units: [{
10678
+ denom: 'ibc/3BFA0B28E6E53FF48481996CEED90695D3C489A75D687AD8C11AC98D64D69AEC',
10679
+ exponent: 0,
10680
+ aliases: ['y:uatom:30Sep2024']
10681
+ }, {
10682
+ denom: 'yATOM30Sep2024',
10683
+ exponent: 6
10684
+ }],
10685
+ base: 'ibc/3BFA0B28E6E53FF48481996CEED90695D3C489A75D687AD8C11AC98D64D69AEC',
10686
+ name: 'yAtom (30Sep2024)',
10687
+ display: 'yATOM30Sep2024',
10688
+ symbol: 'yATOM-30Sep2024',
10689
+ logo_URIs: {
10690
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
10691
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
10692
+ },
10693
+ images: [{
10694
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
10695
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
10696
+ }],
10697
+ type_asset: 'sdk.coin',
10698
+ traces: [{
10699
+ type: 'ibc',
10700
+ counterparty: {
10701
+ channel_id: 'channel-6',
10702
+ base_denom: 'y:uatom:30Sep2024',
10703
+ chain_name: 'pryzm'
10704
+ },
10705
+ chain: {
10706
+ channel_id: 'channel-4329'
10707
+ }
10708
+ }]
10709
+ },
10710
+ {
10711
+ description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2024',
10712
+ denom_units: [{
10713
+ denom: 'ibc/620B8AAE42472D6FBA98046803CBD79A9FF23F15329D22A95727865EDAA3AD0A',
10714
+ exponent: 0,
10715
+ aliases: ['y:uatom:31Dec2024']
10716
+ }, {
10717
+ denom: 'yATOM31Dec2024',
10718
+ exponent: 6
10719
+ }],
10720
+ base: 'ibc/620B8AAE42472D6FBA98046803CBD79A9FF23F15329D22A95727865EDAA3AD0A',
10721
+ name: 'yAtom (31Dec2024)',
10722
+ display: 'yATOM31Dec2024',
10723
+ symbol: 'yATOM-31Dec2024',
10724
+ logo_URIs: {
10725
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
10726
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
10727
+ },
10728
+ images: [{
10729
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
10240
10730
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
10241
10731
  }],
10242
10732
  type_asset: 'sdk.coin',
@@ -11967,6 +12457,146 @@ const assets = {
11967
12457
  }
11968
12458
  }]
11969
12459
  },
12460
+ {
12461
+ description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Jun2025',
12462
+ denom_units: [{
12463
+ denom: 'ibc/E87909E9D727FAF279C6E3E7400F0DC28CA40C6C4070627151D4BC06FE45B992',
12464
+ exponent: 0,
12465
+ aliases: ['y:asusds:30Jun2025']
12466
+ }, {
12467
+ denom: 'ysUSDS30Jun2025',
12468
+ exponent: 18
12469
+ }],
12470
+ base: 'ibc/E87909E9D727FAF279C6E3E7400F0DC28CA40C6C4070627151D4BC06FE45B992',
12471
+ name: 'ysUsds (30Jun2025)',
12472
+ display: 'ysUSDS30Jun2025',
12473
+ symbol: 'ysUSDS-30Jun2025',
12474
+ logo_URIs: {
12475
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
12476
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
12477
+ },
12478
+ images: [{
12479
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
12480
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
12481
+ }],
12482
+ type_asset: 'sdk.coin',
12483
+ traces: [{
12484
+ type: 'ibc',
12485
+ counterparty: {
12486
+ channel_id: 'channel-6',
12487
+ base_denom: 'y:asusds:30Jun2025',
12488
+ chain_name: 'pryzm'
12489
+ },
12490
+ chain: {
12491
+ channel_id: 'channel-4329'
12492
+ }
12493
+ }]
12494
+ },
12495
+ {
12496
+ description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Sep2025',
12497
+ denom_units: [{
12498
+ denom: 'ibc/5F70E1B59F683593AC7492F981D4BB105E10ADC18C50488B2DBE3187952A6994',
12499
+ exponent: 0,
12500
+ aliases: ['y:asusds:30Sep2025']
12501
+ }, {
12502
+ denom: 'ysUSDS30Sep2025',
12503
+ exponent: 18
12504
+ }],
12505
+ base: 'ibc/5F70E1B59F683593AC7492F981D4BB105E10ADC18C50488B2DBE3187952A6994',
12506
+ name: 'ysUsds (30Sep2025)',
12507
+ display: 'ysUSDS30Sep2025',
12508
+ symbol: 'ysUSDS-30Sep2025',
12509
+ logo_URIs: {
12510
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
12511
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
12512
+ },
12513
+ images: [{
12514
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
12515
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
12516
+ }],
12517
+ type_asset: 'sdk.coin',
12518
+ traces: [{
12519
+ type: 'ibc',
12520
+ counterparty: {
12521
+ channel_id: 'channel-6',
12522
+ base_denom: 'y:asusds:30Sep2025',
12523
+ chain_name: 'pryzm'
12524
+ },
12525
+ chain: {
12526
+ channel_id: 'channel-4329'
12527
+ }
12528
+ }]
12529
+ },
12530
+ {
12531
+ description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 31Dec2025',
12532
+ denom_units: [{
12533
+ denom: 'ibc/89CF081EFCD2389BFCD4BB00A57A859F7B0B1DADCB2CF18957A89E63DE2E0E84',
12534
+ exponent: 0,
12535
+ aliases: ['y:asusds:31Dec2025']
12536
+ }, {
12537
+ denom: 'ysUSDS31Dec2025',
12538
+ exponent: 18
12539
+ }],
12540
+ base: 'ibc/89CF081EFCD2389BFCD4BB00A57A859F7B0B1DADCB2CF18957A89E63DE2E0E84',
12541
+ name: 'ysUsds (31Dec2025)',
12542
+ display: 'ysUSDS31Dec2025',
12543
+ symbol: 'ysUSDS-31Dec2025',
12544
+ logo_URIs: {
12545
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
12546
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
12547
+ },
12548
+ images: [{
12549
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
12550
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
12551
+ }],
12552
+ type_asset: 'sdk.coin',
12553
+ traces: [{
12554
+ type: 'ibc',
12555
+ counterparty: {
12556
+ channel_id: 'channel-6',
12557
+ base_denom: 'y:asusds:31Dec2025',
12558
+ chain_name: 'pryzm'
12559
+ },
12560
+ chain: {
12561
+ channel_id: 'channel-4329'
12562
+ }
12563
+ }]
12564
+ },
12565
+ {
12566
+ description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 31Mar2026',
12567
+ denom_units: [{
12568
+ denom: 'ibc/3DFA0D1207564F77750F7434D12C99D5F5FEA54BF85F9C1E23514AA5CF2FC866',
12569
+ exponent: 0,
12570
+ aliases: ['y:asusds:31Mar2026']
12571
+ }, {
12572
+ denom: 'ysUSDS31Mar2026',
12573
+ exponent: 18
12574
+ }],
12575
+ base: 'ibc/3DFA0D1207564F77750F7434D12C99D5F5FEA54BF85F9C1E23514AA5CF2FC866',
12576
+ name: 'ysUsds (31Mar2026)',
12577
+ display: 'ysUSDS31Mar2026',
12578
+ symbol: 'ysUSDS-31Mar2026',
12579
+ logo_URIs: {
12580
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
12581
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
12582
+ },
12583
+ images: [{
12584
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
12585
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
12586
+ }],
12587
+ type_asset: 'sdk.coin',
12588
+ traces: [{
12589
+ type: 'ibc',
12590
+ counterparty: {
12591
+ channel_id: 'channel-6',
12592
+ base_denom: 'y:asusds:31Mar2026',
12593
+ chain_name: 'pryzm'
12594
+ },
12595
+ chain: {
12596
+ channel_id: 'channel-4329'
12597
+ }
12598
+ }]
12599
+ },
11970
12600
  {
11971
12601
  description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
11972
12602
  denom_units: [{
@@ -12982,6 +13612,76 @@ const assets = {
12982
13612
  }
12983
13613
  }]
12984
13614
  },
13615
+ {
13616
+ description: 'Pryzm\'s LP token for sUSDS Yield pool',
13617
+ denom_units: [{
13618
+ denom: 'ibc/D85C6B77C9960CAB3DF3B6992ECD61B4E4653C292A1144FF2C80A50F18ECBD05',
13619
+ exponent: 0,
13620
+ aliases: ['lp:36:asusds']
13621
+ }, {
13622
+ denom: 'lp:36:susds',
13623
+ exponent: 18
13624
+ }],
13625
+ base: 'ibc/D85C6B77C9960CAB3DF3B6992ECD61B4E4653C292A1144FF2C80A50F18ECBD05',
13626
+ name: 'sUSDS Yield LP',
13627
+ display: 'lp:36:susds',
13628
+ symbol: 'sUSDS-YIELD-LP',
13629
+ logo_URIs: {
13630
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
13631
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
13632
+ },
13633
+ images: [{
13634
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
13635
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
13636
+ }],
13637
+ type_asset: 'sdk.coin',
13638
+ traces: [{
13639
+ type: 'ibc',
13640
+ counterparty: {
13641
+ channel_id: 'channel-6',
13642
+ base_denom: 'lp:36:asusds',
13643
+ chain_name: 'pryzm'
13644
+ },
13645
+ chain: {
13646
+ channel_id: 'channel-4329'
13647
+ }
13648
+ }]
13649
+ },
13650
+ {
13651
+ description: 'Pryzm\'s LP token for sUSDS Boost pool',
13652
+ denom_units: [{
13653
+ denom: 'ibc/6BD9D402976CF2BB0C176D345CE53F78B504AED6AAA29E28F1E093F00668E8E6',
13654
+ exponent: 0,
13655
+ aliases: ['lp:37:asusdsypt-uusdc']
13656
+ }, {
13657
+ denom: 'lp:37:susdsypt-usdc',
13658
+ exponent: 18
13659
+ }],
13660
+ base: 'ibc/6BD9D402976CF2BB0C176D345CE53F78B504AED6AAA29E28F1E093F00668E8E6',
13661
+ name: 'sUSDS Boost LP',
13662
+ display: 'lp:37:susdsypt-usdc',
13663
+ symbol: 'sUSDS-BOOST-LP',
13664
+ logo_URIs: {
13665
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
13666
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
13667
+ },
13668
+ images: [{
13669
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
13670
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
13671
+ }],
13672
+ type_asset: 'sdk.coin',
13673
+ traces: [{
13674
+ type: 'ibc',
13675
+ counterparty: {
13676
+ channel_id: 'channel-6',
13677
+ base_denom: 'lp:37:asusdsypt-uusdc',
13678
+ chain_name: 'pryzm'
13679
+ },
13680
+ chain: {
13681
+ channel_id: 'channel-4329'
13682
+ }
13683
+ }]
13684
+ },
12985
13685
  {
12986
13686
  description: 'Saga is a blockchain platform focused on providing customizable blockchain solutions with a strong emphasis on security and scalability.',
12987
13687
  denom_units: [{
@@ -13681,6 +14381,88 @@ const assets = {
13681
14381
  }
13682
14382
  }]
13683
14383
  },
14384
+ {
14385
+ description: 'The native token cw20 for dSilk on Secret Network',
14386
+ denom_units: [{
14387
+ denom: 'ibc/2259287C1DB42AB8407C7FE06608B59D62BB85734EE462CB93D4BC348874D23A',
14388
+ exponent: 0,
14389
+ aliases: ['cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw']
14390
+ }, {
14391
+ denom: 'dsilk',
14392
+ exponent: 6
14393
+ }],
14394
+ type_asset: 'snip25',
14395
+ address: 'secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
14396
+ base: 'ibc/2259287C1DB42AB8407C7FE06608B59D62BB85734EE462CB93D4BC348874D23A',
14397
+ name: 'dSilk',
14398
+ display: 'dsilk',
14399
+ symbol: 'dSILK',
14400
+ logo_URIs: {
14401
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
14402
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg'
14403
+ },
14404
+ images: [{
14405
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
14406
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg',
14407
+ theme: {
14408
+ primary_color_hex: '#3142fc'
14409
+ }
14410
+ }],
14411
+ traces: [{
14412
+ type: 'ibc-cw20',
14413
+ counterparty: {
14414
+ port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
14415
+ channel_id: 'channel-151',
14416
+ base_denom: 'cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
14417
+ chain_name: 'secretnetwork'
14418
+ },
14419
+ chain: {
14420
+ port: 'transfer',
14421
+ channel_id: 'channel-1950'
14422
+ }
14423
+ }]
14424
+ },
14425
+ {
14426
+ description: 'The native token cw20 for xSilk on Secret Network',
14427
+ denom_units: [{
14428
+ denom: 'ibc/2A00A2767FC48FED1A444AB4A8C40BFA40495F6576B0282F2B42CF653343E33E',
14429
+ exponent: 0,
14430
+ aliases: ['cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82']
14431
+ }, {
14432
+ denom: 'xsilk',
14433
+ exponent: 6
14434
+ }],
14435
+ type_asset: 'snip25',
14436
+ address: 'secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
14437
+ base: 'ibc/2A00A2767FC48FED1A444AB4A8C40BFA40495F6576B0282F2B42CF653343E33E',
14438
+ name: 'xSilk',
14439
+ display: 'xsilk',
14440
+ symbol: 'xSILK',
14441
+ logo_URIs: {
14442
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
14443
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
14444
+ },
14445
+ images: [{
14446
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
14447
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg',
14448
+ theme: {
14449
+ primary_color_hex: '#3142fc'
14450
+ }
14451
+ }],
14452
+ traces: [{
14453
+ type: 'ibc-cw20',
14454
+ counterparty: {
14455
+ port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
14456
+ channel_id: 'channel-151',
14457
+ base_denom: 'cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
14458
+ chain_name: 'secretnetwork'
14459
+ },
14460
+ chain: {
14461
+ port: 'transfer',
14462
+ channel_id: 'channel-1950'
14463
+ }
14464
+ }]
14465
+ },
13684
14466
  {
13685
14467
  description: 'The native token cw20 for SCRT Staking Derivatives on Secret Network',
13686
14468
  denom_units: [{
@@ -15388,6 +16170,88 @@ const assets = {
15388
16170
  }
15389
16171
  }]
15390
16172
  },
16173
+ {
16174
+ description: 'The native token cw20 for dSilk on Secret Network',
16175
+ denom_units: [{
16176
+ denom: 'ibc/2259287C1DB42AB8407C7FE06608B59D62BB85734EE462CB93D4BC348874D23A',
16177
+ exponent: 0,
16178
+ aliases: ['cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw']
16179
+ }, {
16180
+ denom: 'dsilk',
16181
+ exponent: 6
16182
+ }],
16183
+ type_asset: 'snip25',
16184
+ address: 'secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
16185
+ base: 'ibc/2259287C1DB42AB8407C7FE06608B59D62BB85734EE462CB93D4BC348874D23A',
16186
+ name: 'dSilk',
16187
+ display: 'dsilk',
16188
+ symbol: 'dSILK',
16189
+ logo_URIs: {
16190
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
16191
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg'
16192
+ },
16193
+ images: [{
16194
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
16195
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg',
16196
+ theme: {
16197
+ primary_color_hex: '#3142fc'
16198
+ }
16199
+ }],
16200
+ traces: [{
16201
+ type: 'ibc-cw20',
16202
+ counterparty: {
16203
+ port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
16204
+ channel_id: 'channel-151',
16205
+ base_denom: 'cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
16206
+ chain_name: 'secretnetwork'
16207
+ },
16208
+ chain: {
16209
+ port: 'transfer',
16210
+ channel_id: 'channel-1950'
16211
+ }
16212
+ }]
16213
+ },
16214
+ {
16215
+ description: 'The native token cw20 for xSilk on Secret Network',
16216
+ denom_units: [{
16217
+ denom: 'ibc/2A00A2767FC48FED1A444AB4A8C40BFA40495F6576B0282F2B42CF653343E33E',
16218
+ exponent: 0,
16219
+ aliases: ['cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82']
16220
+ }, {
16221
+ denom: 'xsilk',
16222
+ exponent: 6
16223
+ }],
16224
+ type_asset: 'snip25',
16225
+ address: 'secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
16226
+ base: 'ibc/2A00A2767FC48FED1A444AB4A8C40BFA40495F6576B0282F2B42CF653343E33E',
16227
+ name: 'xSilk',
16228
+ display: 'xsilk',
16229
+ symbol: 'xSILK',
16230
+ logo_URIs: {
16231
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
16232
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
16233
+ },
16234
+ images: [{
16235
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
16236
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg',
16237
+ theme: {
16238
+ primary_color_hex: '#3142fc'
16239
+ }
16240
+ }],
16241
+ traces: [{
16242
+ type: 'ibc-cw20',
16243
+ counterparty: {
16244
+ port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
16245
+ channel_id: 'channel-151',
16246
+ base_denom: 'cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
16247
+ chain_name: 'secretnetwork'
16248
+ },
16249
+ chain: {
16250
+ port: 'transfer',
16251
+ channel_id: 'channel-1950'
16252
+ }
16253
+ }]
16254
+ },
15391
16255
  {
15392
16256
  description: 'The native token cw20 for SCRT Staking Derivatives on Secret Network',
15393
16257
  denom_units: [{