@defisaver/sdk 1.2.17-dev-fluid-3 → 1.2.17-dev-fluid-5
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.
- package/esm/src/addresses.d.ts +4 -4
- package/esm/src/addresses.js +4 -0
- package/esm/src/index.d.ts +16 -16
- package/package.json +1 -1
- package/src/addresses.ts +5 -0
- package/umd/index.js +5 -1
package/esm/src/addresses.d.ts
CHANGED
|
@@ -532,6 +532,8 @@ export declare const actionAddresses: {
|
|
|
532
532
|
ChangeProxyOwner: string;
|
|
533
533
|
PermitToken: string;
|
|
534
534
|
HandleAuth: string;
|
|
535
|
+
UpdateSub: string;
|
|
536
|
+
TransferNFT: string;
|
|
535
537
|
AaveV3ATokenPayback: string;
|
|
536
538
|
AaveV3Borrow: string;
|
|
537
539
|
AaveV3CollateralSwitch: string;
|
|
@@ -580,8 +582,6 @@ export declare const actionAddresses: {
|
|
|
580
582
|
FluidVaultT1Supply: string;
|
|
581
583
|
FluidView: string;
|
|
582
584
|
AutomationV2Unsub?: undefined;
|
|
583
|
-
UpdateSub?: undefined;
|
|
584
|
-
TransferNFT?: undefined;
|
|
585
585
|
SDaiWrap?: undefined;
|
|
586
586
|
SDaiUnwrap?: undefined;
|
|
587
587
|
StarknetClaim?: undefined;
|
|
@@ -789,6 +789,7 @@ export declare const actionAddresses: {
|
|
|
789
789
|
CreateSub: string;
|
|
790
790
|
UpdateSub: string;
|
|
791
791
|
MerklClaim: string;
|
|
792
|
+
TransferNFT: string;
|
|
792
793
|
GasFeeTakerL2: string;
|
|
793
794
|
FLAaveV3: string;
|
|
794
795
|
FLBalancer: string;
|
|
@@ -830,12 +831,11 @@ export declare const actionAddresses: {
|
|
|
830
831
|
FluidVaultT1Withdraw: string;
|
|
831
832
|
FluidVaultT1Supply: string;
|
|
832
833
|
FluidView: string;
|
|
834
|
+
TokenizedVaultAdapter: string;
|
|
833
835
|
AutomationV2Unsub?: undefined;
|
|
834
836
|
SendTokenAndUnwrap?: undefined;
|
|
835
|
-
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;
|
package/esm/src/addresses.js
CHANGED
|
@@ -361,6 +361,8 @@ export const actionAddresses = {
|
|
|
361
361
|
ChangeProxyOwner: '0x29F66A5fcB601c806E7156f29FDEC771BdC9c08d',
|
|
362
362
|
PermitToken: '0x2E5E7a691092C158bb8341b936eF24FCcA6c0e00',
|
|
363
363
|
HandleAuth: '0xbfcab1339e1a56a0a836cbca6457eaf71f148fcb',
|
|
364
|
+
UpdateSub: '0x3511f444362F8cBd185DbF21C9488D16c1306461',
|
|
365
|
+
TransferNFT: '0xf73b14cf4bc10509446fc4111407a721f8a81f7d',
|
|
364
366
|
// aave v3
|
|
365
367
|
AaveV3ATokenPayback: '0x261906e5E0D0D38D9cBb5c10dB9c4031aabdf8C1',
|
|
366
368
|
AaveV3Borrow: '0x5786809DA660dB613994460F096F19fcd19eD4c9',
|
|
@@ -434,6 +436,7 @@ export const actionAddresses = {
|
|
|
434
436
|
CreateSub: '0xeE739937085A716477BCB5b01b0f74e1BE046645',
|
|
435
437
|
UpdateSub: '0x1601c6ABCDE6e6d8Ad96628AFe20d47908127Aea',
|
|
436
438
|
MerklClaim: '0xa2c6cd875c52bf5c27516fae3b6ba9241790908a',
|
|
439
|
+
TransferNFT: '0xe49c70c673c3ef9019fe9c875ed5ed3dc02f5613',
|
|
437
440
|
GasFeeTakerL2: '0xAEe02caf404332c40Fd7FF8d5c25F91f7c1641d0',
|
|
438
441
|
// Flashloan
|
|
439
442
|
FLAaveV3: '0x79Eb9cEe432Cd3e7b09A9eFdB21A733A6d7b4c3A',
|
|
@@ -480,6 +483,7 @@ export const actionAddresses = {
|
|
|
480
483
|
FluidVaultT1Withdraw: '0x26bE6a2EdE97aE826ed9DA8Fb79428037fe55cEB',
|
|
481
484
|
FluidVaultT1Supply: '0x028ACA45244d4897ff80ef65ed0b735Bb0D4B0A5',
|
|
482
485
|
FluidView: '0x5835CaDbA8843CD6d6d55782908351E9c74221aD',
|
|
486
|
+
TokenizedVaultAdapter: '0x88cf6cfa51b6f771570f6df450edf1c886212d3e',
|
|
483
487
|
},
|
|
484
488
|
};
|
|
485
489
|
export const otherAddresses = {
|
package/esm/src/index.d.ts
CHANGED
|
@@ -543,6 +543,8 @@ declare const actionAddressesAllChains: {
|
|
|
543
543
|
ChangeProxyOwner: string;
|
|
544
544
|
PermitToken: string;
|
|
545
545
|
HandleAuth: string;
|
|
546
|
+
UpdateSub: string;
|
|
547
|
+
TransferNFT: string;
|
|
546
548
|
AaveV3ATokenPayback: string;
|
|
547
549
|
AaveV3Borrow: string;
|
|
548
550
|
AaveV3CollateralSwitch: string;
|
|
@@ -591,8 +593,6 @@ declare const actionAddressesAllChains: {
|
|
|
591
593
|
FluidVaultT1Supply: string;
|
|
592
594
|
FluidView: string;
|
|
593
595
|
AutomationV2Unsub?: undefined;
|
|
594
|
-
UpdateSub?: undefined;
|
|
595
|
-
TransferNFT?: undefined;
|
|
596
596
|
SDaiWrap?: undefined;
|
|
597
597
|
SDaiUnwrap?: undefined;
|
|
598
598
|
StarknetClaim?: undefined;
|
|
@@ -800,6 +800,7 @@ declare const actionAddressesAllChains: {
|
|
|
800
800
|
CreateSub: string;
|
|
801
801
|
UpdateSub: string;
|
|
802
802
|
MerklClaim: string;
|
|
803
|
+
TransferNFT: string;
|
|
803
804
|
GasFeeTakerL2: string;
|
|
804
805
|
FLAaveV3: string;
|
|
805
806
|
FLBalancer: string;
|
|
@@ -841,12 +842,11 @@ declare const actionAddressesAllChains: {
|
|
|
841
842
|
FluidVaultT1Withdraw: string;
|
|
842
843
|
FluidVaultT1Supply: string;
|
|
843
844
|
FluidView: string;
|
|
845
|
+
TokenizedVaultAdapter: string;
|
|
844
846
|
AutomationV2Unsub?: undefined;
|
|
845
847
|
SendTokenAndUnwrap?: undefined;
|
|
846
|
-
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;
|
|
@@ -1573,6 +1573,8 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
1573
1573
|
ChangeProxyOwner: string;
|
|
1574
1574
|
PermitToken: string;
|
|
1575
1575
|
HandleAuth: string;
|
|
1576
|
+
UpdateSub: string;
|
|
1577
|
+
TransferNFT: string;
|
|
1576
1578
|
AaveV3ATokenPayback: string;
|
|
1577
1579
|
AaveV3Borrow: string;
|
|
1578
1580
|
AaveV3CollateralSwitch: string;
|
|
@@ -1621,8 +1623,6 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
1621
1623
|
FluidVaultT1Supply: string;
|
|
1622
1624
|
FluidView: string;
|
|
1623
1625
|
AutomationV2Unsub?: undefined;
|
|
1624
|
-
UpdateSub?: undefined;
|
|
1625
|
-
TransferNFT?: undefined;
|
|
1626
1626
|
SDaiWrap?: undefined;
|
|
1627
1627
|
SDaiUnwrap?: undefined;
|
|
1628
1628
|
StarknetClaim?: undefined;
|
|
@@ -1830,6 +1830,7 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
1830
1830
|
CreateSub: string;
|
|
1831
1831
|
UpdateSub: string;
|
|
1832
1832
|
MerklClaim: string;
|
|
1833
|
+
TransferNFT: string;
|
|
1833
1834
|
GasFeeTakerL2: string;
|
|
1834
1835
|
FLAaveV3: string;
|
|
1835
1836
|
FLBalancer: string;
|
|
@@ -1871,12 +1872,11 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
1871
1872
|
FluidVaultT1Withdraw: string;
|
|
1872
1873
|
FluidVaultT1Supply: string;
|
|
1873
1874
|
FluidView: string;
|
|
1875
|
+
TokenizedVaultAdapter: string;
|
|
1874
1876
|
AutomationV2Unsub?: undefined;
|
|
1875
1877
|
SendTokenAndUnwrap?: undefined;
|
|
1876
|
-
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;
|
|
@@ -2746,6 +2746,8 @@ declare const _default: {
|
|
|
2746
2746
|
ChangeProxyOwner: string;
|
|
2747
2747
|
PermitToken: string;
|
|
2748
2748
|
HandleAuth: string;
|
|
2749
|
+
UpdateSub: string;
|
|
2750
|
+
TransferNFT: string;
|
|
2749
2751
|
AaveV3ATokenPayback: string;
|
|
2750
2752
|
AaveV3Borrow: string;
|
|
2751
2753
|
AaveV3CollateralSwitch: string;
|
|
@@ -2794,8 +2796,6 @@ declare const _default: {
|
|
|
2794
2796
|
FluidVaultT1Supply: string;
|
|
2795
2797
|
FluidView: string;
|
|
2796
2798
|
AutomationV2Unsub?: undefined;
|
|
2797
|
-
UpdateSub?: undefined;
|
|
2798
|
-
TransferNFT?: undefined;
|
|
2799
2799
|
SDaiWrap?: undefined;
|
|
2800
2800
|
SDaiUnwrap?: undefined;
|
|
2801
2801
|
StarknetClaim?: undefined;
|
|
@@ -3003,6 +3003,7 @@ declare const _default: {
|
|
|
3003
3003
|
CreateSub: string;
|
|
3004
3004
|
UpdateSub: string;
|
|
3005
3005
|
MerklClaim: string;
|
|
3006
|
+
TransferNFT: string;
|
|
3006
3007
|
GasFeeTakerL2: string;
|
|
3007
3008
|
FLAaveV3: string;
|
|
3008
3009
|
FLBalancer: string;
|
|
@@ -3044,12 +3045,11 @@ declare const _default: {
|
|
|
3044
3045
|
FluidVaultT1Withdraw: string;
|
|
3045
3046
|
FluidVaultT1Supply: string;
|
|
3046
3047
|
FluidView: string;
|
|
3048
|
+
TokenizedVaultAdapter: string;
|
|
3047
3049
|
AutomationV2Unsub?: undefined;
|
|
3048
3050
|
SendTokenAndUnwrap?: undefined;
|
|
3049
|
-
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;
|
|
@@ -3776,6 +3776,8 @@ declare const _default: {
|
|
|
3776
3776
|
ChangeProxyOwner: string;
|
|
3777
3777
|
PermitToken: string;
|
|
3778
3778
|
HandleAuth: string;
|
|
3779
|
+
UpdateSub: string;
|
|
3780
|
+
TransferNFT: string;
|
|
3779
3781
|
AaveV3ATokenPayback: string;
|
|
3780
3782
|
AaveV3Borrow: string;
|
|
3781
3783
|
AaveV3CollateralSwitch: string;
|
|
@@ -3824,8 +3826,6 @@ declare const _default: {
|
|
|
3824
3826
|
FluidVaultT1Supply: string;
|
|
3825
3827
|
FluidView: string;
|
|
3826
3828
|
AutomationV2Unsub?: undefined;
|
|
3827
|
-
UpdateSub?: undefined;
|
|
3828
|
-
TransferNFT?: undefined;
|
|
3829
3829
|
SDaiWrap?: undefined;
|
|
3830
3830
|
SDaiUnwrap?: undefined;
|
|
3831
3831
|
StarknetClaim?: undefined;
|
|
@@ -4033,6 +4033,7 @@ declare const _default: {
|
|
|
4033
4033
|
CreateSub: string;
|
|
4034
4034
|
UpdateSub: string;
|
|
4035
4035
|
MerklClaim: string;
|
|
4036
|
+
TransferNFT: string;
|
|
4036
4037
|
GasFeeTakerL2: string;
|
|
4037
4038
|
FLAaveV3: string;
|
|
4038
4039
|
FLBalancer: string;
|
|
@@ -4074,12 +4075,11 @@ declare const _default: {
|
|
|
4074
4075
|
FluidVaultT1Withdraw: string;
|
|
4075
4076
|
FluidVaultT1Supply: string;
|
|
4076
4077
|
FluidView: string;
|
|
4078
|
+
TokenizedVaultAdapter: string;
|
|
4077
4079
|
AutomationV2Unsub?: undefined;
|
|
4078
4080
|
SendTokenAndUnwrap?: undefined;
|
|
4079
|
-
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
package/src/addresses.ts
CHANGED
|
@@ -413,6 +413,8 @@ export const actionAddresses = {
|
|
|
413
413
|
ChangeProxyOwner: '0x29F66A5fcB601c806E7156f29FDEC771BdC9c08d',
|
|
414
414
|
PermitToken: '0x2E5E7a691092C158bb8341b936eF24FCcA6c0e00',
|
|
415
415
|
HandleAuth: '0xbfcab1339e1a56a0a836cbca6457eaf71f148fcb',
|
|
416
|
+
UpdateSub: '0x3511f444362F8cBd185DbF21C9488D16c1306461',
|
|
417
|
+
TransferNFT: '0xf73b14cf4bc10509446fc4111407a721f8a81f7d',
|
|
416
418
|
|
|
417
419
|
// aave v3
|
|
418
420
|
AaveV3ATokenPayback: '0x261906e5E0D0D38D9cBb5c10dB9c4031aabdf8C1',
|
|
@@ -493,6 +495,7 @@ export const actionAddresses = {
|
|
|
493
495
|
CreateSub: '0xeE739937085A716477BCB5b01b0f74e1BE046645',
|
|
494
496
|
UpdateSub: '0x1601c6ABCDE6e6d8Ad96628AFe20d47908127Aea',
|
|
495
497
|
MerklClaim: '0xa2c6cd875c52bf5c27516fae3b6ba9241790908a',
|
|
498
|
+
TransferNFT: '0xe49c70c673c3ef9019fe9c875ed5ed3dc02f5613',
|
|
496
499
|
|
|
497
500
|
GasFeeTakerL2: '0xAEe02caf404332c40Fd7FF8d5c25F91f7c1641d0',
|
|
498
501
|
|
|
@@ -545,6 +548,8 @@ export const actionAddresses = {
|
|
|
545
548
|
FluidVaultT1Withdraw: '0x26bE6a2EdE97aE826ed9DA8Fb79428037fe55cEB',
|
|
546
549
|
FluidVaultT1Supply: '0x028ACA45244d4897ff80ef65ed0b735Bb0D4B0A5',
|
|
547
550
|
FluidView: '0x5835CaDbA8843CD6d6d55782908351E9c74221aD',
|
|
551
|
+
|
|
552
|
+
TokenizedVaultAdapter: '0x88cf6cfa51b6f771570f6df450edf1c886212d3e',
|
|
548
553
|
},
|
|
549
554
|
};
|
|
550
555
|
|
package/umd/index.js
CHANGED
|
@@ -1650,6 +1650,8 @@ var actionAddresses = {
|
|
|
1650
1650
|
ChangeProxyOwner: '0x29F66A5fcB601c806E7156f29FDEC771BdC9c08d',
|
|
1651
1651
|
PermitToken: '0x2E5E7a691092C158bb8341b936eF24FCcA6c0e00',
|
|
1652
1652
|
HandleAuth: '0xbfcab1339e1a56a0a836cbca6457eaf71f148fcb',
|
|
1653
|
+
UpdateSub: '0x3511f444362F8cBd185DbF21C9488D16c1306461',
|
|
1654
|
+
TransferNFT: '0xf73b14cf4bc10509446fc4111407a721f8a81f7d',
|
|
1653
1655
|
// aave v3
|
|
1654
1656
|
AaveV3ATokenPayback: '0x261906e5E0D0D38D9cBb5c10dB9c4031aabdf8C1',
|
|
1655
1657
|
AaveV3Borrow: '0x5786809DA660dB613994460F096F19fcd19eD4c9',
|
|
@@ -1724,6 +1726,7 @@ var actionAddresses = {
|
|
|
1724
1726
|
CreateSub: '0xeE739937085A716477BCB5b01b0f74e1BE046645',
|
|
1725
1727
|
UpdateSub: '0x1601c6ABCDE6e6d8Ad96628AFe20d47908127Aea',
|
|
1726
1728
|
MerklClaim: '0xa2c6cd875c52bf5c27516fae3b6ba9241790908a',
|
|
1729
|
+
TransferNFT: '0xe49c70c673c3ef9019fe9c875ed5ed3dc02f5613',
|
|
1727
1730
|
GasFeeTakerL2: '0xAEe02caf404332c40Fd7FF8d5c25F91f7c1641d0',
|
|
1728
1731
|
// Flashloan
|
|
1729
1732
|
FLAaveV3: '0x79Eb9cEe432Cd3e7b09A9eFdB21A733A6d7b4c3A',
|
|
@@ -1770,7 +1773,8 @@ var actionAddresses = {
|
|
|
1770
1773
|
FluidVaultT1Payback: '0x56ca4b24D85c33F3A4Be918b7f2ce2831a723704',
|
|
1771
1774
|
FluidVaultT1Withdraw: '0x26bE6a2EdE97aE826ed9DA8Fb79428037fe55cEB',
|
|
1772
1775
|
FluidVaultT1Supply: '0x028ACA45244d4897ff80ef65ed0b735Bb0D4B0A5',
|
|
1773
|
-
FluidView: '0x5835CaDbA8843CD6d6d55782908351E9c74221aD'
|
|
1776
|
+
FluidView: '0x5835CaDbA8843CD6d6d55782908351E9c74221aD',
|
|
1777
|
+
TokenizedVaultAdapter: '0x88cf6cfa51b6f771570f6df450edf1c886212d3e'
|
|
1774
1778
|
}
|
|
1775
1779
|
};
|
|
1776
1780
|
var otherAddresses = {
|