@defisaver/sdk 1.2.14 → 1.2.15
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 +1 -1
- package/esm/src/addresses.js +1 -0
- package/esm/src/index.d.ts +4 -4
- package/package.json +1 -1
- package/src/addresses.ts +1 -0
- package/umd/index.js +1 -0
- package/yarn-error.log +0 -3976
package/esm/src/addresses.d.ts
CHANGED
|
@@ -724,6 +724,7 @@ export declare const actionAddresses: {
|
|
|
724
724
|
ToggleSub: string;
|
|
725
725
|
CreateSub: string;
|
|
726
726
|
UpdateSub: string;
|
|
727
|
+
MerklClaim: string;
|
|
727
728
|
FLAaveV3: string;
|
|
728
729
|
FLBalancer: string;
|
|
729
730
|
FLUniV3: string;
|
|
@@ -935,7 +936,6 @@ export declare const actionAddresses: {
|
|
|
935
936
|
EulerV2Payback?: undefined;
|
|
936
937
|
EulerV2CollateralSwitch?: undefined;
|
|
937
938
|
EulerV2View?: undefined;
|
|
938
|
-
MerklClaim?: undefined;
|
|
939
939
|
RenzoStake?: undefined;
|
|
940
940
|
EtherFiStake?: undefined;
|
|
941
941
|
EtherFiWrap?: undefined;
|
package/esm/src/addresses.js
CHANGED
|
@@ -398,6 +398,7 @@ export const actionAddresses = {
|
|
|
398
398
|
ToggleSub: '0x5F16C0a08d52b67fc73706c494F7535Dd3382b58',
|
|
399
399
|
CreateSub: '0xeE739937085A716477BCB5b01b0f74e1BE046645',
|
|
400
400
|
UpdateSub: '0x1601c6ABCDE6e6d8Ad96628AFe20d47908127Aea',
|
|
401
|
+
MerklClaim: '0xa2c6cd875c52bf5c27516fae3b6ba9241790908a',
|
|
401
402
|
// Flashloan
|
|
402
403
|
FLAaveV3: '0x79Eb9cEe432Cd3e7b09A9eFdB21A733A6d7b4c3A',
|
|
403
404
|
FLBalancer: '0x862E533198C9656B75bB6A5dDF0953F7ED5E8507',
|
package/esm/src/index.d.ts
CHANGED
|
@@ -735,6 +735,7 @@ declare const actionAddressesAllChains: {
|
|
|
735
735
|
ToggleSub: string;
|
|
736
736
|
CreateSub: string;
|
|
737
737
|
UpdateSub: string;
|
|
738
|
+
MerklClaim: string;
|
|
738
739
|
FLAaveV3: string;
|
|
739
740
|
FLBalancer: string;
|
|
740
741
|
FLUniV3: string;
|
|
@@ -946,7 +947,6 @@ declare const actionAddressesAllChains: {
|
|
|
946
947
|
EulerV2Payback?: undefined;
|
|
947
948
|
EulerV2CollateralSwitch?: undefined;
|
|
948
949
|
EulerV2View?: undefined;
|
|
949
|
-
MerklClaim?: undefined;
|
|
950
950
|
RenzoStake?: undefined;
|
|
951
951
|
EtherFiStake?: undefined;
|
|
952
952
|
EtherFiWrap?: undefined;
|
|
@@ -1681,6 +1681,7 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
1681
1681
|
ToggleSub: string;
|
|
1682
1682
|
CreateSub: string;
|
|
1683
1683
|
UpdateSub: string;
|
|
1684
|
+
MerklClaim: string;
|
|
1684
1685
|
FLAaveV3: string;
|
|
1685
1686
|
FLBalancer: string;
|
|
1686
1687
|
FLUniV3: string;
|
|
@@ -1892,7 +1893,6 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
1892
1893
|
EulerV2Payback?: undefined;
|
|
1893
1894
|
EulerV2CollateralSwitch?: undefined;
|
|
1894
1895
|
EulerV2View?: undefined;
|
|
1895
|
-
MerklClaim?: undefined;
|
|
1896
1896
|
RenzoStake?: undefined;
|
|
1897
1897
|
EtherFiStake?: undefined;
|
|
1898
1898
|
EtherFiWrap?: undefined;
|
|
@@ -2770,6 +2770,7 @@ declare const _default: {
|
|
|
2770
2770
|
ToggleSub: string;
|
|
2771
2771
|
CreateSub: string;
|
|
2772
2772
|
UpdateSub: string;
|
|
2773
|
+
MerklClaim: string;
|
|
2773
2774
|
FLAaveV3: string;
|
|
2774
2775
|
FLBalancer: string;
|
|
2775
2776
|
FLUniV3: string;
|
|
@@ -2981,7 +2982,6 @@ declare const _default: {
|
|
|
2981
2982
|
EulerV2Payback?: undefined;
|
|
2982
2983
|
EulerV2CollateralSwitch?: undefined;
|
|
2983
2984
|
EulerV2View?: undefined;
|
|
2984
|
-
MerklClaim?: undefined;
|
|
2985
2985
|
RenzoStake?: undefined;
|
|
2986
2986
|
EtherFiStake?: undefined;
|
|
2987
2987
|
EtherFiWrap?: undefined;
|
|
@@ -3716,6 +3716,7 @@ declare const _default: {
|
|
|
3716
3716
|
ToggleSub: string;
|
|
3717
3717
|
CreateSub: string;
|
|
3718
3718
|
UpdateSub: string;
|
|
3719
|
+
MerklClaim: string;
|
|
3719
3720
|
FLAaveV3: string;
|
|
3720
3721
|
FLBalancer: string;
|
|
3721
3722
|
FLUniV3: string;
|
|
@@ -3927,7 +3928,6 @@ declare const _default: {
|
|
|
3927
3928
|
EulerV2Payback?: undefined;
|
|
3928
3929
|
EulerV2CollateralSwitch?: undefined;
|
|
3929
3930
|
EulerV2View?: undefined;
|
|
3930
|
-
MerklClaim?: undefined;
|
|
3931
3931
|
RenzoStake?: undefined;
|
|
3932
3932
|
EtherFiStake?: undefined;
|
|
3933
3933
|
EtherFiWrap?: undefined;
|
package/package.json
CHANGED
package/src/addresses.ts
CHANGED
|
@@ -454,6 +454,7 @@ export const actionAddresses = {
|
|
|
454
454
|
ToggleSub: '0x5F16C0a08d52b67fc73706c494F7535Dd3382b58',
|
|
455
455
|
CreateSub: '0xeE739937085A716477BCB5b01b0f74e1BE046645',
|
|
456
456
|
UpdateSub: '0x1601c6ABCDE6e6d8Ad96628AFe20d47908127Aea',
|
|
457
|
+
MerklClaim: '0xa2c6cd875c52bf5c27516fae3b6ba9241790908a',
|
|
457
458
|
|
|
458
459
|
// Flashloan
|
|
459
460
|
FLAaveV3: '0x79Eb9cEe432Cd3e7b09A9eFdB21A733A6d7b4c3A',
|
package/umd/index.js
CHANGED
|
@@ -1688,6 +1688,7 @@ var actionAddresses = {
|
|
|
1688
1688
|
ToggleSub: '0x5F16C0a08d52b67fc73706c494F7535Dd3382b58',
|
|
1689
1689
|
CreateSub: '0xeE739937085A716477BCB5b01b0f74e1BE046645',
|
|
1690
1690
|
UpdateSub: '0x1601c6ABCDE6e6d8Ad96628AFe20d47908127Aea',
|
|
1691
|
+
MerklClaim: '0xa2c6cd875c52bf5c27516fae3b6ba9241790908a',
|
|
1691
1692
|
// Flashloan
|
|
1692
1693
|
FLAaveV3: '0x79Eb9cEe432Cd3e7b09A9eFdB21A733A6d7b4c3A',
|
|
1693
1694
|
FLBalancer: '0x862E533198C9656B75bB6A5dDF0953F7ED5E8507',
|