@defisaver/sdk 1.2.17-dev-fluid-3 → 1.2.17-dev-fluid-4

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.
@@ -830,12 +830,12 @@ export declare const actionAddresses: {
830
830
  FluidVaultT1Withdraw: string;
831
831
  FluidVaultT1Supply: string;
832
832
  FluidView: string;
833
+ TokenizedVaultAdapter: string;
833
834
  AutomationV2Unsub?: undefined;
834
835
  SendTokenAndUnwrap?: undefined;
835
836
  TransferNFT?: undefined;
836
837
  SDaiWrap?: undefined;
837
838
  SDaiUnwrap?: undefined;
838
- TokenizedVaultAdapter?: undefined;
839
839
  StarknetClaim?: undefined;
840
840
  SkyStake?: undefined;
841
841
  SkyUnstake?: undefined;
@@ -480,6 +480,7 @@ export const actionAddresses = {
480
480
  FluidVaultT1Withdraw: '0x26bE6a2EdE97aE826ed9DA8Fb79428037fe55cEB',
481
481
  FluidVaultT1Supply: '0x028ACA45244d4897ff80ef65ed0b735Bb0D4B0A5',
482
482
  FluidView: '0x5835CaDbA8843CD6d6d55782908351E9c74221aD',
483
+ TokenizedVaultAdapter: '0x88cf6cfa51b6f771570f6df450edf1c886212d3e',
483
484
  },
484
485
  };
485
486
  export const otherAddresses = {
@@ -841,12 +841,12 @@ declare const actionAddressesAllChains: {
841
841
  FluidVaultT1Withdraw: string;
842
842
  FluidVaultT1Supply: string;
843
843
  FluidView: string;
844
+ TokenizedVaultAdapter: string;
844
845
  AutomationV2Unsub?: undefined;
845
846
  SendTokenAndUnwrap?: undefined;
846
847
  TransferNFT?: undefined;
847
848
  SDaiWrap?: undefined;
848
849
  SDaiUnwrap?: undefined;
849
- TokenizedVaultAdapter?: undefined;
850
850
  StarknetClaim?: undefined;
851
851
  SkyStake?: undefined;
852
852
  SkyUnstake?: undefined;
@@ -1871,12 +1871,12 @@ declare const actionAddresses: (chainId?: null) => {
1871
1871
  FluidVaultT1Withdraw: string;
1872
1872
  FluidVaultT1Supply: string;
1873
1873
  FluidView: string;
1874
+ TokenizedVaultAdapter: string;
1874
1875
  AutomationV2Unsub?: undefined;
1875
1876
  SendTokenAndUnwrap?: undefined;
1876
1877
  TransferNFT?: undefined;
1877
1878
  SDaiWrap?: undefined;
1878
1879
  SDaiUnwrap?: undefined;
1879
- TokenizedVaultAdapter?: undefined;
1880
1880
  StarknetClaim?: undefined;
1881
1881
  SkyStake?: undefined;
1882
1882
  SkyUnstake?: undefined;
@@ -3044,12 +3044,12 @@ declare const _default: {
3044
3044
  FluidVaultT1Withdraw: string;
3045
3045
  FluidVaultT1Supply: string;
3046
3046
  FluidView: string;
3047
+ TokenizedVaultAdapter: string;
3047
3048
  AutomationV2Unsub?: undefined;
3048
3049
  SendTokenAndUnwrap?: undefined;
3049
3050
  TransferNFT?: undefined;
3050
3051
  SDaiWrap?: undefined;
3051
3052
  SDaiUnwrap?: undefined;
3052
- TokenizedVaultAdapter?: undefined;
3053
3053
  StarknetClaim?: undefined;
3054
3054
  SkyStake?: undefined;
3055
3055
  SkyUnstake?: undefined;
@@ -4074,12 +4074,12 @@ declare const _default: {
4074
4074
  FluidVaultT1Withdraw: string;
4075
4075
  FluidVaultT1Supply: string;
4076
4076
  FluidView: string;
4077
+ TokenizedVaultAdapter: string;
4077
4078
  AutomationV2Unsub?: undefined;
4078
4079
  SendTokenAndUnwrap?: undefined;
4079
4080
  TransferNFT?: undefined;
4080
4081
  SDaiWrap?: undefined;
4081
4082
  SDaiUnwrap?: undefined;
4082
- TokenizedVaultAdapter?: undefined;
4083
4083
  StarknetClaim?: undefined;
4084
4084
  SkyStake?: undefined;
4085
4085
  SkyUnstake?: undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/sdk",
3
- "version": "1.2.17-dev-fluid-3",
3
+ "version": "1.2.17-dev-fluid-4",
4
4
  "description": "",
5
5
  "main": "./umd/index.js",
6
6
  "module": "./esm/src/index.js",
package/src/addresses.ts CHANGED
@@ -545,6 +545,8 @@ export const actionAddresses = {
545
545
  FluidVaultT1Withdraw: '0x26bE6a2EdE97aE826ed9DA8Fb79428037fe55cEB',
546
546
  FluidVaultT1Supply: '0x028ACA45244d4897ff80ef65ed0b735Bb0D4B0A5',
547
547
  FluidView: '0x5835CaDbA8843CD6d6d55782908351E9c74221aD',
548
+
549
+ TokenizedVaultAdapter: '0x88cf6cfa51b6f771570f6df450edf1c886212d3e',
548
550
  },
549
551
  };
550
552
 
package/umd/index.js CHANGED
@@ -1770,7 +1770,8 @@ var actionAddresses = {
1770
1770
  FluidVaultT1Payback: '0x56ca4b24D85c33F3A4Be918b7f2ce2831a723704',
1771
1771
  FluidVaultT1Withdraw: '0x26bE6a2EdE97aE826ed9DA8Fb79428037fe55cEB',
1772
1772
  FluidVaultT1Supply: '0x028ACA45244d4897ff80ef65ed0b735Bb0D4B0A5',
1773
- FluidView: '0x5835CaDbA8843CD6d6d55782908351E9c74221aD'
1773
+ FluidView: '0x5835CaDbA8843CD6d6d55782908351E9c74221aD',
1774
+ TokenizedVaultAdapter: '0x88cf6cfa51b6f771570f6df450edf1c886212d3e'
1774
1775
  }
1775
1776
  };
1776
1777
  var otherAddresses = {