@defisaver/sdk 1.2.10-dev → 1.2.11
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/actions/curveusd/index.d.ts +0 -3
- package/esm/src/actions/curveusd/index.js +0 -3
- package/esm/src/addresses.d.ts +2 -2
- package/esm/src/addresses.js +2 -0
- package/esm/src/index.d.ts +8 -8
- package/package.json +1 -1
- package/src/actions/curveusd/index.ts +1 -4
- package/src/addresses.ts +2 -0
- package/umd/index.js +165 -247
- package/esm/src/actions/curveusd/CurveUsdLevCreateTransientAction.d.ts +0 -9
- package/esm/src/actions/curveusd/CurveUsdLevCreateTransientAction.js +0 -33
- package/esm/src/actions/curveusd/CurveUsdRepayTransientAction.d.ts +0 -9
- package/esm/src/actions/curveusd/CurveUsdRepayTransientAction.js +0 -25
- package/esm/src/actions/curveusd/CurveUsdSelfLiquidateWithCollTransientAction.d.ts +0 -9
- package/esm/src/actions/curveusd/CurveUsdSelfLiquidateWithCollTransientAction.js +0 -35
- package/src/actions/curveusd/CurveUsdLevCreateTransientAction.ts +0 -52
- package/src/actions/curveusd/CurveUsdRepayTransientAction.ts +0 -36
- package/src/actions/curveusd/CurveUsdSelfLiquidateWithCollTransientAction.ts +0 -55
- package/yarn-error.log +0 -3976
|
@@ -9,6 +9,3 @@ export * from './CurveUsdLevCreateAction';
|
|
|
9
9
|
export * from './CurveUsdSelfLiquidateWithCollAction';
|
|
10
10
|
export * from './CurveUsdAdjustAction';
|
|
11
11
|
export * from './CurveUsdGetDebtAction';
|
|
12
|
-
export * from './CurveUsdLevCreateTransientAction';
|
|
13
|
-
export * from './CurveUsdRepayTransientAction';
|
|
14
|
-
export * from './CurveUsdSelfLiquidateWithCollTransientAction';
|
|
@@ -9,6 +9,3 @@ export * from './CurveUsdLevCreateAction';
|
|
|
9
9
|
export * from './CurveUsdSelfLiquidateWithCollAction';
|
|
10
10
|
export * from './CurveUsdAdjustAction';
|
|
11
11
|
export * from './CurveUsdGetDebtAction';
|
|
12
|
-
export * from './CurveUsdLevCreateTransientAction';
|
|
13
|
-
export * from './CurveUsdRepayTransientAction';
|
|
14
|
-
export * from './CurveUsdSelfLiquidateWithCollTransientAction';
|
package/esm/src/addresses.d.ts
CHANGED
|
@@ -695,6 +695,8 @@ export declare const actionAddresses: {
|
|
|
695
695
|
PermitToken: string;
|
|
696
696
|
HandleAuth: string;
|
|
697
697
|
ToggleSub: string;
|
|
698
|
+
CreateSub: string;
|
|
699
|
+
UpdateSub: string;
|
|
698
700
|
FLAaveV3: string;
|
|
699
701
|
FLBalancer: string;
|
|
700
702
|
FLUniV3: string;
|
|
@@ -729,9 +731,7 @@ export declare const actionAddresses: {
|
|
|
729
731
|
MorphoBlueView: string;
|
|
730
732
|
AutomationV2Unsub?: undefined;
|
|
731
733
|
SendTokenAndUnwrap?: undefined;
|
|
732
|
-
UpdateSub?: undefined;
|
|
733
734
|
TransferNFT?: undefined;
|
|
734
|
-
CreateSub?: undefined;
|
|
735
735
|
SDaiWrap?: undefined;
|
|
736
736
|
SDaiUnwrap?: undefined;
|
|
737
737
|
TokenizedVaultAdapter?: undefined;
|
package/esm/src/addresses.js
CHANGED
|
@@ -386,6 +386,8 @@ export const actionAddresses = {
|
|
|
386
386
|
PermitToken: '0x57c8ae94a5A11dA33e0518054102488b604628D0',
|
|
387
387
|
HandleAuth: '0x18a90e6db79199ace00140631ef931e0bd97837c',
|
|
388
388
|
ToggleSub: '0x5F16C0a08d52b67fc73706c494F7535Dd3382b58',
|
|
389
|
+
CreateSub: '0xeE739937085A716477BCB5b01b0f74e1BE046645',
|
|
390
|
+
UpdateSub: '0x1601c6ABCDE6e6d8Ad96628AFe20d47908127Aea',
|
|
389
391
|
// Flashloan
|
|
390
392
|
FLAaveV3: '0x79Eb9cEe432Cd3e7b09A9eFdB21A733A6d7b4c3A',
|
|
391
393
|
FLBalancer: '0x862E533198C9656B75bB6A5dDF0953F7ED5E8507',
|
package/esm/src/index.d.ts
CHANGED
|
@@ -706,6 +706,8 @@ declare const actionAddressesAllChains: {
|
|
|
706
706
|
PermitToken: string;
|
|
707
707
|
HandleAuth: string;
|
|
708
708
|
ToggleSub: string;
|
|
709
|
+
CreateSub: string;
|
|
710
|
+
UpdateSub: string;
|
|
709
711
|
FLAaveV3: string;
|
|
710
712
|
FLBalancer: string;
|
|
711
713
|
FLUniV3: string;
|
|
@@ -740,9 +742,7 @@ declare const actionAddressesAllChains: {
|
|
|
740
742
|
MorphoBlueView: string;
|
|
741
743
|
AutomationV2Unsub?: undefined;
|
|
742
744
|
SendTokenAndUnwrap?: undefined;
|
|
743
|
-
UpdateSub?: undefined;
|
|
744
745
|
TransferNFT?: undefined;
|
|
745
|
-
CreateSub?: undefined;
|
|
746
746
|
SDaiWrap?: undefined;
|
|
747
747
|
SDaiUnwrap?: undefined;
|
|
748
748
|
TokenizedVaultAdapter?: undefined;
|
|
@@ -1616,6 +1616,8 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
1616
1616
|
PermitToken: string;
|
|
1617
1617
|
HandleAuth: string;
|
|
1618
1618
|
ToggleSub: string;
|
|
1619
|
+
CreateSub: string;
|
|
1620
|
+
UpdateSub: string;
|
|
1619
1621
|
FLAaveV3: string;
|
|
1620
1622
|
FLBalancer: string;
|
|
1621
1623
|
FLUniV3: string;
|
|
@@ -1650,9 +1652,7 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
1650
1652
|
MorphoBlueView: string;
|
|
1651
1653
|
AutomationV2Unsub?: undefined;
|
|
1652
1654
|
SendTokenAndUnwrap?: undefined;
|
|
1653
|
-
UpdateSub?: undefined;
|
|
1654
1655
|
TransferNFT?: undefined;
|
|
1655
|
-
CreateSub?: undefined;
|
|
1656
1656
|
SDaiWrap?: undefined;
|
|
1657
1657
|
SDaiUnwrap?: undefined;
|
|
1658
1658
|
TokenizedVaultAdapter?: undefined;
|
|
@@ -2669,6 +2669,8 @@ declare const _default: {
|
|
|
2669
2669
|
PermitToken: string;
|
|
2670
2670
|
HandleAuth: string;
|
|
2671
2671
|
ToggleSub: string;
|
|
2672
|
+
CreateSub: string;
|
|
2673
|
+
UpdateSub: string;
|
|
2672
2674
|
FLAaveV3: string;
|
|
2673
2675
|
FLBalancer: string;
|
|
2674
2676
|
FLUniV3: string;
|
|
@@ -2703,9 +2705,7 @@ declare const _default: {
|
|
|
2703
2705
|
MorphoBlueView: string;
|
|
2704
2706
|
AutomationV2Unsub?: undefined;
|
|
2705
2707
|
SendTokenAndUnwrap?: undefined;
|
|
2706
|
-
UpdateSub?: undefined;
|
|
2707
2708
|
TransferNFT?: undefined;
|
|
2708
|
-
CreateSub?: undefined;
|
|
2709
2709
|
SDaiWrap?: undefined;
|
|
2710
2710
|
SDaiUnwrap?: undefined;
|
|
2711
2711
|
TokenizedVaultAdapter?: undefined;
|
|
@@ -3579,6 +3579,8 @@ declare const _default: {
|
|
|
3579
3579
|
PermitToken: string;
|
|
3580
3580
|
HandleAuth: string;
|
|
3581
3581
|
ToggleSub: string;
|
|
3582
|
+
CreateSub: string;
|
|
3583
|
+
UpdateSub: string;
|
|
3582
3584
|
FLAaveV3: string;
|
|
3583
3585
|
FLBalancer: string;
|
|
3584
3586
|
FLUniV3: string;
|
|
@@ -3613,9 +3615,7 @@ declare const _default: {
|
|
|
3613
3615
|
MorphoBlueView: string;
|
|
3614
3616
|
AutomationV2Unsub?: undefined;
|
|
3615
3617
|
SendTokenAndUnwrap?: undefined;
|
|
3616
|
-
UpdateSub?: undefined;
|
|
3617
3618
|
TransferNFT?: undefined;
|
|
3618
|
-
CreateSub?: undefined;
|
|
3619
3619
|
SDaiWrap?: undefined;
|
|
3620
3620
|
SDaiUnwrap?: undefined;
|
|
3621
3621
|
TokenizedVaultAdapter?: undefined;
|
package/package.json
CHANGED
|
@@ -8,7 +8,4 @@ export * from './CurveUsdSelfLiquidateAction';
|
|
|
8
8
|
export * from './CurveUsdLevCreateAction';
|
|
9
9
|
export * from './CurveUsdSelfLiquidateWithCollAction';
|
|
10
10
|
export * from './CurveUsdAdjustAction';
|
|
11
|
-
export * from './CurveUsdGetDebtAction';
|
|
12
|
-
export * from './CurveUsdLevCreateTransientAction';
|
|
13
|
-
export * from './CurveUsdRepayTransientAction';
|
|
14
|
-
export * from './CurveUsdSelfLiquidateWithCollTransientAction';
|
|
11
|
+
export * from './CurveUsdGetDebtAction';
|
package/src/addresses.ts
CHANGED
|
@@ -440,6 +440,8 @@ export const actionAddresses = {
|
|
|
440
440
|
PermitToken: '0x57c8ae94a5A11dA33e0518054102488b604628D0',
|
|
441
441
|
HandleAuth: '0x18a90e6db79199ace00140631ef931e0bd97837c',
|
|
442
442
|
ToggleSub: '0x5F16C0a08d52b67fc73706c494F7535Dd3382b58',
|
|
443
|
+
CreateSub: '0xeE739937085A716477BCB5b01b0f74e1BE046645',
|
|
444
|
+
UpdateSub: '0x1601c6ABCDE6e6d8Ad96628AFe20d47908127Aea',
|
|
443
445
|
|
|
444
446
|
// Flashloan
|
|
445
447
|
FLAaveV3: '0x79Eb9cEe432Cd3e7b09A9eFdB21A733A6d7b4c3A',
|