@defisaver/sdk 1.3.10 → 1.3.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/addresses.d.ts +11 -11
- package/esm/src/addresses.js +12 -0
- package/esm/src/index.d.ts +44 -44
- package/package.json +1 -1
- package/src/addresses.ts +13 -0
- package/umd/index.js +13 -1
- package/yarn-error.log +0 -3976
package/esm/src/addresses.d.ts
CHANGED
|
@@ -635,6 +635,17 @@ export declare const actionAddresses: {
|
|
|
635
635
|
FluidDexPayback: string;
|
|
636
636
|
FluidDexWithdraw: string;
|
|
637
637
|
SFApproveTokens: string;
|
|
638
|
+
MorphoBlueSupply: string;
|
|
639
|
+
MorphoBlueSupplyCollateral: string;
|
|
640
|
+
MorphoBlueWithdraw: string;
|
|
641
|
+
MorphoBlueWithdrawCollateral: string;
|
|
642
|
+
MorphoBlueBorrow: string;
|
|
643
|
+
MorphoBluePayback: string;
|
|
644
|
+
MorphoBlueSetAuth: string;
|
|
645
|
+
MorphoBlueSetAuthWithSig: string;
|
|
646
|
+
MorphoBlueView: string;
|
|
647
|
+
MorphoBlueReallocateLiquidity: string;
|
|
648
|
+
MorphoBlueClaim: string;
|
|
638
649
|
AutomationV2Unsub?: undefined;
|
|
639
650
|
SDaiWrap?: undefined;
|
|
640
651
|
SDaiUnwrap?: undefined;
|
|
@@ -810,17 +821,7 @@ export declare const actionAddresses: {
|
|
|
810
821
|
CurveUsdSelfLiquidateWithCollTransient?: undefined;
|
|
811
822
|
CurveUsdLevCreateTransient?: undefined;
|
|
812
823
|
CurveUsdRepayTransient?: undefined;
|
|
813
|
-
MorphoBlueSupply?: undefined;
|
|
814
|
-
MorphoBlueSupplyCollateral?: undefined;
|
|
815
|
-
MorphoBlueWithdraw?: undefined;
|
|
816
|
-
MorphoBlueWithdrawCollateral?: undefined;
|
|
817
|
-
MorphoBlueBorrow?: undefined;
|
|
818
|
-
MorphoBluePayback?: undefined;
|
|
819
|
-
MorphoBlueSetAuth?: undefined;
|
|
820
|
-
MorphoBlueSetAuthWithSig?: undefined;
|
|
821
824
|
MorphoTokenWrap?: undefined;
|
|
822
|
-
MorphoBlueReallocateLiquidity?: undefined;
|
|
823
|
-
MorphoBlueClaim?: undefined;
|
|
824
825
|
EulerV2Supply?: undefined;
|
|
825
826
|
EulerV2Withdraw?: undefined;
|
|
826
827
|
EulerV2Borrow?: undefined;
|
|
@@ -839,7 +840,6 @@ export declare const actionAddresses: {
|
|
|
839
840
|
UmbrellaUnstake?: undefined;
|
|
840
841
|
AaveV3DelegateCredit?: undefined;
|
|
841
842
|
AaveV3RatioTrigger?: undefined;
|
|
842
|
-
MorphoBlueView?: undefined;
|
|
843
843
|
} | {
|
|
844
844
|
DFSSell: string;
|
|
845
845
|
DFSSellNoFee: string;
|
package/esm/src/addresses.js
CHANGED
|
@@ -459,6 +459,18 @@ export const actionAddresses = {
|
|
|
459
459
|
FluidDexWithdraw: '0x076D5434793798b153298bF70b014f5E6145aB2E',
|
|
460
460
|
// summer.fi
|
|
461
461
|
SFApproveTokens: '0x98101bDBFaA3f8efa4A14a5A6a2f9A20D514a5D5',
|
|
462
|
+
// MorphoBlue
|
|
463
|
+
MorphoBlueSupply: '0xeaF1c037716b447C178f3604BCFd10e650704525',
|
|
464
|
+
MorphoBlueSupplyCollateral: '0x65A5900F2faab9cC495b92389844739DF08A290D',
|
|
465
|
+
MorphoBlueWithdraw: '0xd7132c78677E764b352F83D1ACbCd9564eC08569',
|
|
466
|
+
MorphoBlueWithdrawCollateral: '0x374553273E681C6cfA69006CEd70710d415a02D0',
|
|
467
|
+
MorphoBlueBorrow: '0xAe3073ab93DAde55e8B9390E5f3A3071B1ec99Ec',
|
|
468
|
+
MorphoBluePayback: '0x0e5493737FC3466341E0372219ef72FA0B4DDBbB',
|
|
469
|
+
MorphoBlueSetAuth: '0x7e1deb39317A7542Be231123733d94167FaC73D5',
|
|
470
|
+
MorphoBlueSetAuthWithSig: '0x14da4D942b2b855550b47567c333edB8443cF1A7',
|
|
471
|
+
MorphoBlueView: '0xa3b8b400a2eFF0314fa9605E778692bd4Bd9f880',
|
|
472
|
+
MorphoBlueReallocateLiquidity: '0x79C0E0eFe0Df71B2d301f4e08cfB5Ca8814A8f4c',
|
|
473
|
+
MorphoBlueClaim: '0x3ae0160e27778f7286182eAc774fD7ECd40539a7',
|
|
462
474
|
},
|
|
463
475
|
[NETWORKS.base.chainId]: {
|
|
464
476
|
// Basic
|
package/esm/src/index.d.ts
CHANGED
|
@@ -646,6 +646,17 @@ declare const actionAddressesAllChains: {
|
|
|
646
646
|
FluidDexPayback: string;
|
|
647
647
|
FluidDexWithdraw: string;
|
|
648
648
|
SFApproveTokens: string;
|
|
649
|
+
MorphoBlueSupply: string;
|
|
650
|
+
MorphoBlueSupplyCollateral: string;
|
|
651
|
+
MorphoBlueWithdraw: string;
|
|
652
|
+
MorphoBlueWithdrawCollateral: string;
|
|
653
|
+
MorphoBlueBorrow: string;
|
|
654
|
+
MorphoBluePayback: string;
|
|
655
|
+
MorphoBlueSetAuth: string;
|
|
656
|
+
MorphoBlueSetAuthWithSig: string;
|
|
657
|
+
MorphoBlueView: string;
|
|
658
|
+
MorphoBlueReallocateLiquidity: string;
|
|
659
|
+
MorphoBlueClaim: string;
|
|
649
660
|
AutomationV2Unsub?: undefined;
|
|
650
661
|
SDaiWrap?: undefined;
|
|
651
662
|
SDaiUnwrap?: undefined;
|
|
@@ -821,17 +832,7 @@ declare const actionAddressesAllChains: {
|
|
|
821
832
|
CurveUsdSelfLiquidateWithCollTransient?: undefined;
|
|
822
833
|
CurveUsdLevCreateTransient?: undefined;
|
|
823
834
|
CurveUsdRepayTransient?: undefined;
|
|
824
|
-
MorphoBlueSupply?: undefined;
|
|
825
|
-
MorphoBlueSupplyCollateral?: undefined;
|
|
826
|
-
MorphoBlueWithdraw?: undefined;
|
|
827
|
-
MorphoBlueWithdrawCollateral?: undefined;
|
|
828
|
-
MorphoBlueBorrow?: undefined;
|
|
829
|
-
MorphoBluePayback?: undefined;
|
|
830
|
-
MorphoBlueSetAuth?: undefined;
|
|
831
|
-
MorphoBlueSetAuthWithSig?: undefined;
|
|
832
835
|
MorphoTokenWrap?: undefined;
|
|
833
|
-
MorphoBlueReallocateLiquidity?: undefined;
|
|
834
|
-
MorphoBlueClaim?: undefined;
|
|
835
836
|
EulerV2Supply?: undefined;
|
|
836
837
|
EulerV2Withdraw?: undefined;
|
|
837
838
|
EulerV2Borrow?: undefined;
|
|
@@ -850,7 +851,6 @@ declare const actionAddressesAllChains: {
|
|
|
850
851
|
UmbrellaUnstake?: undefined;
|
|
851
852
|
AaveV3DelegateCredit?: undefined;
|
|
852
853
|
AaveV3RatioTrigger?: undefined;
|
|
853
|
-
MorphoBlueView?: undefined;
|
|
854
854
|
} | {
|
|
855
855
|
DFSSell: string;
|
|
856
856
|
DFSSellNoFee: string;
|
|
@@ -2328,6 +2328,17 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2328
2328
|
FluidDexPayback: string;
|
|
2329
2329
|
FluidDexWithdraw: string;
|
|
2330
2330
|
SFApproveTokens: string;
|
|
2331
|
+
MorphoBlueSupply: string;
|
|
2332
|
+
MorphoBlueSupplyCollateral: string;
|
|
2333
|
+
MorphoBlueWithdraw: string;
|
|
2334
|
+
MorphoBlueWithdrawCollateral: string;
|
|
2335
|
+
MorphoBlueBorrow: string;
|
|
2336
|
+
MorphoBluePayback: string;
|
|
2337
|
+
MorphoBlueSetAuth: string;
|
|
2338
|
+
MorphoBlueSetAuthWithSig: string;
|
|
2339
|
+
MorphoBlueView: string;
|
|
2340
|
+
MorphoBlueReallocateLiquidity: string;
|
|
2341
|
+
MorphoBlueClaim: string;
|
|
2331
2342
|
AutomationV2Unsub?: undefined;
|
|
2332
2343
|
SDaiWrap?: undefined;
|
|
2333
2344
|
SDaiUnwrap?: undefined;
|
|
@@ -2503,17 +2514,7 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2503
2514
|
CurveUsdSelfLiquidateWithCollTransient?: undefined;
|
|
2504
2515
|
CurveUsdLevCreateTransient?: undefined;
|
|
2505
2516
|
CurveUsdRepayTransient?: undefined;
|
|
2506
|
-
MorphoBlueSupply?: undefined;
|
|
2507
|
-
MorphoBlueSupplyCollateral?: undefined;
|
|
2508
|
-
MorphoBlueWithdraw?: undefined;
|
|
2509
|
-
MorphoBlueWithdrawCollateral?: undefined;
|
|
2510
|
-
MorphoBlueBorrow?: undefined;
|
|
2511
|
-
MorphoBluePayback?: undefined;
|
|
2512
|
-
MorphoBlueSetAuth?: undefined;
|
|
2513
|
-
MorphoBlueSetAuthWithSig?: undefined;
|
|
2514
2517
|
MorphoTokenWrap?: undefined;
|
|
2515
|
-
MorphoBlueReallocateLiquidity?: undefined;
|
|
2516
|
-
MorphoBlueClaim?: undefined;
|
|
2517
2518
|
EulerV2Supply?: undefined;
|
|
2518
2519
|
EulerV2Withdraw?: undefined;
|
|
2519
2520
|
EulerV2Borrow?: undefined;
|
|
@@ -2532,7 +2533,6 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2532
2533
|
UmbrellaUnstake?: undefined;
|
|
2533
2534
|
AaveV3DelegateCredit?: undefined;
|
|
2534
2535
|
AaveV3RatioTrigger?: undefined;
|
|
2535
|
-
MorphoBlueView?: undefined;
|
|
2536
2536
|
} | {
|
|
2537
2537
|
DFSSell: string;
|
|
2538
2538
|
DFSSellNoFee: string;
|
|
@@ -4237,6 +4237,17 @@ declare const _default: {
|
|
|
4237
4237
|
FluidDexPayback: string;
|
|
4238
4238
|
FluidDexWithdraw: string;
|
|
4239
4239
|
SFApproveTokens: string;
|
|
4240
|
+
MorphoBlueSupply: string;
|
|
4241
|
+
MorphoBlueSupplyCollateral: string;
|
|
4242
|
+
MorphoBlueWithdraw: string;
|
|
4243
|
+
MorphoBlueWithdrawCollateral: string;
|
|
4244
|
+
MorphoBlueBorrow: string;
|
|
4245
|
+
MorphoBluePayback: string;
|
|
4246
|
+
MorphoBlueSetAuth: string;
|
|
4247
|
+
MorphoBlueSetAuthWithSig: string;
|
|
4248
|
+
MorphoBlueView: string;
|
|
4249
|
+
MorphoBlueReallocateLiquidity: string;
|
|
4250
|
+
MorphoBlueClaim: string;
|
|
4240
4251
|
AutomationV2Unsub?: undefined;
|
|
4241
4252
|
SDaiWrap?: undefined;
|
|
4242
4253
|
SDaiUnwrap?: undefined;
|
|
@@ -4412,17 +4423,7 @@ declare const _default: {
|
|
|
4412
4423
|
CurveUsdSelfLiquidateWithCollTransient?: undefined;
|
|
4413
4424
|
CurveUsdLevCreateTransient?: undefined;
|
|
4414
4425
|
CurveUsdRepayTransient?: undefined;
|
|
4415
|
-
MorphoBlueSupply?: undefined;
|
|
4416
|
-
MorphoBlueSupplyCollateral?: undefined;
|
|
4417
|
-
MorphoBlueWithdraw?: undefined;
|
|
4418
|
-
MorphoBlueWithdrawCollateral?: undefined;
|
|
4419
|
-
MorphoBlueBorrow?: undefined;
|
|
4420
|
-
MorphoBluePayback?: undefined;
|
|
4421
|
-
MorphoBlueSetAuth?: undefined;
|
|
4422
|
-
MorphoBlueSetAuthWithSig?: undefined;
|
|
4423
4426
|
MorphoTokenWrap?: undefined;
|
|
4424
|
-
MorphoBlueReallocateLiquidity?: undefined;
|
|
4425
|
-
MorphoBlueClaim?: undefined;
|
|
4426
4427
|
EulerV2Supply?: undefined;
|
|
4427
4428
|
EulerV2Withdraw?: undefined;
|
|
4428
4429
|
EulerV2Borrow?: undefined;
|
|
@@ -4441,7 +4442,6 @@ declare const _default: {
|
|
|
4441
4442
|
UmbrellaUnstake?: undefined;
|
|
4442
4443
|
AaveV3DelegateCredit?: undefined;
|
|
4443
4444
|
AaveV3RatioTrigger?: undefined;
|
|
4444
|
-
MorphoBlueView?: undefined;
|
|
4445
4445
|
} | {
|
|
4446
4446
|
DFSSell: string;
|
|
4447
4447
|
DFSSellNoFee: string;
|
|
@@ -5919,6 +5919,17 @@ declare const _default: {
|
|
|
5919
5919
|
FluidDexPayback: string;
|
|
5920
5920
|
FluidDexWithdraw: string;
|
|
5921
5921
|
SFApproveTokens: string;
|
|
5922
|
+
MorphoBlueSupply: string;
|
|
5923
|
+
MorphoBlueSupplyCollateral: string;
|
|
5924
|
+
MorphoBlueWithdraw: string;
|
|
5925
|
+
MorphoBlueWithdrawCollateral: string;
|
|
5926
|
+
MorphoBlueBorrow: string;
|
|
5927
|
+
MorphoBluePayback: string;
|
|
5928
|
+
MorphoBlueSetAuth: string;
|
|
5929
|
+
MorphoBlueSetAuthWithSig: string;
|
|
5930
|
+
MorphoBlueView: string;
|
|
5931
|
+
MorphoBlueReallocateLiquidity: string;
|
|
5932
|
+
MorphoBlueClaim: string;
|
|
5922
5933
|
AutomationV2Unsub?: undefined;
|
|
5923
5934
|
SDaiWrap?: undefined;
|
|
5924
5935
|
SDaiUnwrap?: undefined;
|
|
@@ -6094,17 +6105,7 @@ declare const _default: {
|
|
|
6094
6105
|
CurveUsdSelfLiquidateWithCollTransient?: undefined;
|
|
6095
6106
|
CurveUsdLevCreateTransient?: undefined;
|
|
6096
6107
|
CurveUsdRepayTransient?: undefined;
|
|
6097
|
-
MorphoBlueSupply?: undefined;
|
|
6098
|
-
MorphoBlueSupplyCollateral?: undefined;
|
|
6099
|
-
MorphoBlueWithdraw?: undefined;
|
|
6100
|
-
MorphoBlueWithdrawCollateral?: undefined;
|
|
6101
|
-
MorphoBlueBorrow?: undefined;
|
|
6102
|
-
MorphoBluePayback?: undefined;
|
|
6103
|
-
MorphoBlueSetAuth?: undefined;
|
|
6104
|
-
MorphoBlueSetAuthWithSig?: undefined;
|
|
6105
6108
|
MorphoTokenWrap?: undefined;
|
|
6106
|
-
MorphoBlueReallocateLiquidity?: undefined;
|
|
6107
|
-
MorphoBlueClaim?: undefined;
|
|
6108
6109
|
EulerV2Supply?: undefined;
|
|
6109
6110
|
EulerV2Withdraw?: undefined;
|
|
6110
6111
|
EulerV2Borrow?: undefined;
|
|
@@ -6123,7 +6124,6 @@ declare const _default: {
|
|
|
6123
6124
|
UmbrellaUnstake?: undefined;
|
|
6124
6125
|
AaveV3DelegateCredit?: undefined;
|
|
6125
6126
|
AaveV3RatioTrigger?: undefined;
|
|
6126
|
-
MorphoBlueView?: undefined;
|
|
6127
6127
|
} | {
|
|
6128
6128
|
DFSSell: string;
|
|
6129
6129
|
DFSSellNoFee: string;
|
package/package.json
CHANGED
package/src/addresses.ts
CHANGED
|
@@ -522,6 +522,19 @@ export const actionAddresses = {
|
|
|
522
522
|
|
|
523
523
|
// summer.fi
|
|
524
524
|
SFApproveTokens: '0x98101bDBFaA3f8efa4A14a5A6a2f9A20D514a5D5',
|
|
525
|
+
|
|
526
|
+
// MorphoBlue
|
|
527
|
+
MorphoBlueSupply: '0xeaF1c037716b447C178f3604BCFd10e650704525',
|
|
528
|
+
MorphoBlueSupplyCollateral: '0x65A5900F2faab9cC495b92389844739DF08A290D',
|
|
529
|
+
MorphoBlueWithdraw: '0xd7132c78677E764b352F83D1ACbCd9564eC08569',
|
|
530
|
+
MorphoBlueWithdrawCollateral: '0x374553273E681C6cfA69006CEd70710d415a02D0',
|
|
531
|
+
MorphoBlueBorrow: '0xAe3073ab93DAde55e8B9390E5f3A3071B1ec99Ec',
|
|
532
|
+
MorphoBluePayback: '0x0e5493737FC3466341E0372219ef72FA0B4DDBbB',
|
|
533
|
+
MorphoBlueSetAuth: '0x7e1deb39317A7542Be231123733d94167FaC73D5',
|
|
534
|
+
MorphoBlueSetAuthWithSig: '0x14da4D942b2b855550b47567c333edB8443cF1A7',
|
|
535
|
+
MorphoBlueView: '0xa3b8b400a2eFF0314fa9605E778692bd4Bd9f880',
|
|
536
|
+
MorphoBlueReallocateLiquidity: '0x79C0E0eFe0Df71B2d301f4e08cfB5Ca8814A8f4c',
|
|
537
|
+
MorphoBlueClaim: '0x3ae0160e27778f7286182eAc774fD7ECd40539a7',
|
|
525
538
|
},
|
|
526
539
|
[NETWORKS.base.chainId]: {
|
|
527
540
|
// Basic
|
package/umd/index.js
CHANGED
|
@@ -1772,7 +1772,19 @@ var actionAddresses = {
|
|
|
1772
1772
|
FluidDexPayback: '0xA9B46Da016F22cf9F8841A30881bB88E2Ad5CA94',
|
|
1773
1773
|
FluidDexWithdraw: '0x076D5434793798b153298bF70b014f5E6145aB2E',
|
|
1774
1774
|
// summer.fi
|
|
1775
|
-
SFApproveTokens: '0x98101bDBFaA3f8efa4A14a5A6a2f9A20D514a5D5'
|
|
1775
|
+
SFApproveTokens: '0x98101bDBFaA3f8efa4A14a5A6a2f9A20D514a5D5',
|
|
1776
|
+
// MorphoBlue
|
|
1777
|
+
MorphoBlueSupply: '0xeaF1c037716b447C178f3604BCFd10e650704525',
|
|
1778
|
+
MorphoBlueSupplyCollateral: '0x65A5900F2faab9cC495b92389844739DF08A290D',
|
|
1779
|
+
MorphoBlueWithdraw: '0xd7132c78677E764b352F83D1ACbCd9564eC08569',
|
|
1780
|
+
MorphoBlueWithdrawCollateral: '0x374553273E681C6cfA69006CEd70710d415a02D0',
|
|
1781
|
+
MorphoBlueBorrow: '0xAe3073ab93DAde55e8B9390E5f3A3071B1ec99Ec',
|
|
1782
|
+
MorphoBluePayback: '0x0e5493737FC3466341E0372219ef72FA0B4DDBbB',
|
|
1783
|
+
MorphoBlueSetAuth: '0x7e1deb39317A7542Be231123733d94167FaC73D5',
|
|
1784
|
+
MorphoBlueSetAuthWithSig: '0x14da4D942b2b855550b47567c333edB8443cF1A7',
|
|
1785
|
+
MorphoBlueView: '0xa3b8b400a2eFF0314fa9605E778692bd4Bd9f880',
|
|
1786
|
+
MorphoBlueReallocateLiquidity: '0x79C0E0eFe0Df71B2d301f4e08cfB5Ca8814A8f4c',
|
|
1787
|
+
MorphoBlueClaim: '0x3ae0160e27778f7286182eAc774fD7ECd40539a7'
|
|
1776
1788
|
},
|
|
1777
1789
|
[_config__WEBPACK_IMPORTED_MODULE_0__.NETWORKS.base.chainId]: {
|
|
1778
1790
|
// Basic
|