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