@defisaver/sdk 1.1.9 → 1.1.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 +1 -1
- package/esm/src/addresses.js +2 -1
- package/esm/src/index.d.ts +4 -4
- package/package.json +1 -1
- package/src/addresses.ts +2 -1
- package/umd/index.js +2 -1
package/esm/src/addresses.d.ts
CHANGED
|
@@ -663,6 +663,7 @@ export declare const actionAddresses: {
|
|
|
663
663
|
FLUniV3: string;
|
|
664
664
|
FLAction: string;
|
|
665
665
|
FLActionTEMP: string;
|
|
666
|
+
FLMorphoBlue: string;
|
|
666
667
|
AaveV3Withdraw: string;
|
|
667
668
|
AaveV3SwapBorrowRateMode: string;
|
|
668
669
|
AaveV3Supply: string;
|
|
@@ -767,7 +768,6 @@ export declare const actionAddresses: {
|
|
|
767
768
|
FLMaker?: undefined;
|
|
768
769
|
FLSpark?: undefined;
|
|
769
770
|
FLGho?: undefined;
|
|
770
|
-
FLMorphoBlue?: undefined;
|
|
771
771
|
UniSupply?: undefined;
|
|
772
772
|
UniWithdraw?: undefined;
|
|
773
773
|
UniCollectV3?: undefined;
|
package/esm/src/addresses.js
CHANGED
|
@@ -377,8 +377,9 @@ export const actionAddresses = {
|
|
|
377
377
|
FLAaveV3: '0x79Eb9cEe432Cd3e7b09A9eFdB21A733A6d7b4c3A',
|
|
378
378
|
FLBalancer: '0x862E533198C9656B75bB6A5dDF0953F7ED5E8507',
|
|
379
379
|
FLUniV3: '0x1bA6082D2ef1aB92a55B96264c72Eb8049C964Ce',
|
|
380
|
-
FLAction: '
|
|
380
|
+
FLAction: '0x5523E61fBEF59825831Ffbb1306aBc3Bb03BB3A4',
|
|
381
381
|
FLActionTEMP: '0xAAbd4B0372240E319F9722c4Fd1e2FE0C8d422D2',
|
|
382
|
+
FLMorphoBlue: '0x5523E61fBEF59825831Ffbb1306aBc3Bb03BB3A4',
|
|
382
383
|
// AaveV3
|
|
383
384
|
AaveV3Withdraw: '0x1d2Fa7dAcC660A9124c3685EE8a6E699d10409Eb',
|
|
384
385
|
AaveV3SwapBorrowRateMode: '0x9d1D7A0dD5e82cCe9CC131eC0C807B0F543be70e',
|
package/esm/src/index.d.ts
CHANGED
|
@@ -674,6 +674,7 @@ declare const actionAddressesAllChains: {
|
|
|
674
674
|
FLUniV3: string;
|
|
675
675
|
FLAction: string;
|
|
676
676
|
FLActionTEMP: string;
|
|
677
|
+
FLMorphoBlue: string;
|
|
677
678
|
AaveV3Withdraw: string;
|
|
678
679
|
AaveV3SwapBorrowRateMode: string;
|
|
679
680
|
AaveV3Supply: string;
|
|
@@ -778,7 +779,6 @@ declare const actionAddressesAllChains: {
|
|
|
778
779
|
FLMaker?: undefined;
|
|
779
780
|
FLSpark?: undefined;
|
|
780
781
|
FLGho?: undefined;
|
|
781
|
-
FLMorphoBlue?: undefined;
|
|
782
782
|
UniSupply?: undefined;
|
|
783
783
|
UniWithdraw?: undefined;
|
|
784
784
|
UniCollectV3?: undefined;
|
|
@@ -1536,6 +1536,7 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
1536
1536
|
FLUniV3: string;
|
|
1537
1537
|
FLAction: string;
|
|
1538
1538
|
FLActionTEMP: string;
|
|
1539
|
+
FLMorphoBlue: string;
|
|
1539
1540
|
AaveV3Withdraw: string;
|
|
1540
1541
|
AaveV3SwapBorrowRateMode: string;
|
|
1541
1542
|
AaveV3Supply: string;
|
|
@@ -1640,7 +1641,6 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
1640
1641
|
FLMaker?: undefined;
|
|
1641
1642
|
FLSpark?: undefined;
|
|
1642
1643
|
FLGho?: undefined;
|
|
1643
|
-
FLMorphoBlue?: undefined;
|
|
1644
1644
|
UniSupply?: undefined;
|
|
1645
1645
|
UniWithdraw?: undefined;
|
|
1646
1646
|
UniCollectV3?: undefined;
|
|
@@ -2541,6 +2541,7 @@ declare const _default: {
|
|
|
2541
2541
|
FLUniV3: string;
|
|
2542
2542
|
FLAction: string;
|
|
2543
2543
|
FLActionTEMP: string;
|
|
2544
|
+
FLMorphoBlue: string;
|
|
2544
2545
|
AaveV3Withdraw: string;
|
|
2545
2546
|
AaveV3SwapBorrowRateMode: string;
|
|
2546
2547
|
AaveV3Supply: string;
|
|
@@ -2645,7 +2646,6 @@ declare const _default: {
|
|
|
2645
2646
|
FLMaker?: undefined;
|
|
2646
2647
|
FLSpark?: undefined;
|
|
2647
2648
|
FLGho?: undefined;
|
|
2648
|
-
FLMorphoBlue?: undefined;
|
|
2649
2649
|
UniSupply?: undefined;
|
|
2650
2650
|
UniWithdraw?: undefined;
|
|
2651
2651
|
UniCollectV3?: undefined;
|
|
@@ -3403,6 +3403,7 @@ declare const _default: {
|
|
|
3403
3403
|
FLUniV3: string;
|
|
3404
3404
|
FLAction: string;
|
|
3405
3405
|
FLActionTEMP: string;
|
|
3406
|
+
FLMorphoBlue: string;
|
|
3406
3407
|
AaveV3Withdraw: string;
|
|
3407
3408
|
AaveV3SwapBorrowRateMode: string;
|
|
3408
3409
|
AaveV3Supply: string;
|
|
@@ -3507,7 +3508,6 @@ declare const _default: {
|
|
|
3507
3508
|
FLMaker?: undefined;
|
|
3508
3509
|
FLSpark?: undefined;
|
|
3509
3510
|
FLGho?: undefined;
|
|
3510
|
-
FLMorphoBlue?: undefined;
|
|
3511
3511
|
UniSupply?: undefined;
|
|
3512
3512
|
UniWithdraw?: undefined;
|
|
3513
3513
|
UniCollectV3?: undefined;
|
package/package.json
CHANGED
package/src/addresses.ts
CHANGED
|
@@ -431,8 +431,9 @@ export const actionAddresses = {
|
|
|
431
431
|
FLAaveV3: '0x79Eb9cEe432Cd3e7b09A9eFdB21A733A6d7b4c3A',
|
|
432
432
|
FLBalancer: '0x862E533198C9656B75bB6A5dDF0953F7ED5E8507',
|
|
433
433
|
FLUniV3: '0x1bA6082D2ef1aB92a55B96264c72Eb8049C964Ce',
|
|
434
|
-
FLAction: '
|
|
434
|
+
FLAction: '0x5523E61fBEF59825831Ffbb1306aBc3Bb03BB3A4', // fix temp
|
|
435
435
|
FLActionTEMP: '0xAAbd4B0372240E319F9722c4Fd1e2FE0C8d422D2',
|
|
436
|
+
FLMorphoBlue: '0x5523E61fBEF59825831Ffbb1306aBc3Bb03BB3A4',
|
|
436
437
|
|
|
437
438
|
// AaveV3
|
|
438
439
|
AaveV3Withdraw: '0x1d2Fa7dAcC660A9124c3685EE8a6E699d10409Eb',
|
package/umd/index.js
CHANGED
|
@@ -1575,9 +1575,10 @@ var actionAddresses = {
|
|
|
1575
1575
|
FLAaveV3: '0x79Eb9cEe432Cd3e7b09A9eFdB21A733A6d7b4c3A',
|
|
1576
1576
|
FLBalancer: '0x862E533198C9656B75bB6A5dDF0953F7ED5E8507',
|
|
1577
1577
|
FLUniV3: '0x1bA6082D2ef1aB92a55B96264c72Eb8049C964Ce',
|
|
1578
|
-
FLAction: '
|
|
1578
|
+
FLAction: '0x5523E61fBEF59825831Ffbb1306aBc3Bb03BB3A4',
|
|
1579
1579
|
// fix temp
|
|
1580
1580
|
FLActionTEMP: '0xAAbd4B0372240E319F9722c4Fd1e2FE0C8d422D2',
|
|
1581
|
+
FLMorphoBlue: '0x5523E61fBEF59825831Ffbb1306aBc3Bb03BB3A4',
|
|
1581
1582
|
// AaveV3
|
|
1582
1583
|
AaveV3Withdraw: '0x1d2Fa7dAcC660A9124c3685EE8a6E699d10409Eb',
|
|
1583
1584
|
AaveV3SwapBorrowRateMode: '0x9d1D7A0dD5e82cCe9CC131eC0C807B0F543be70e',
|