@defisaver/sdk 1.3.11 → 1.3.12

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.
@@ -604,6 +604,7 @@ export declare const actionAddresses: {
604
604
  FLBalancer: string;
605
605
  FLUniV3: string;
606
606
  FLAction: string;
607
+ FLMorphoBlue: string;
607
608
  GasFeeTakerL2: string;
608
609
  AaveV3RatioCheck: string;
609
610
  UniCollectV3: string;
@@ -730,7 +731,6 @@ export declare const actionAddresses: {
730
731
  FLMaker?: undefined;
731
732
  FLSpark?: undefined;
732
733
  FLGho?: undefined;
733
- FLMorphoBlue?: undefined;
734
734
  UniSupply?: undefined;
735
735
  UniWithdraw?: undefined;
736
736
  DyDxWithdraw?: undefined;
@@ -422,8 +422,9 @@ export const actionAddresses = {
422
422
  FLAaveV3NoFee: '0x219ac6dA971dE6d943cffD1BD62abde71525d382',
423
423
  FLAaveV3: '0x53953aCEe438c083e4299F7976f03Ff3cb862161',
424
424
  FLBalancer: '0xdb28fE77709D88badC86868B27937428C3F48E73',
425
- FLUniV3: '0xab4AA2fcEA33205b44a556f8C48ceC3f21aFf0C3',
426
- FLAction: '0xab4AA2fcEA33205b44a556f8C48ceC3f21aFf0C3',
425
+ FLUniV3: '0x9FD9884428615DF36c28B9ba206b67Ded81eB741',
426
+ FLAction: '0x9FD9884428615DF36c28B9ba206b67Ded81eB741',
427
+ FLMorphoBlue: '0x9FD9884428615DF36c28B9ba206b67Ded81eB741',
427
428
  GasFeeTakerL2: '0x2F64f73B222B4978CAfd0295c0fa106cE5f34996',
428
429
  AaveV3RatioCheck: '0x4a5c2cbCFB921b596Dec049389899CC8Eb4678ED',
429
430
  // uniswap V3
@@ -615,6 +615,7 @@ declare const actionAddressesAllChains: {
615
615
  FLBalancer: string;
616
616
  FLUniV3: string;
617
617
  FLAction: string;
618
+ FLMorphoBlue: string;
618
619
  GasFeeTakerL2: string;
619
620
  AaveV3RatioCheck: string;
620
621
  UniCollectV3: string;
@@ -741,7 +742,6 @@ declare const actionAddressesAllChains: {
741
742
  FLMaker?: undefined;
742
743
  FLSpark?: undefined;
743
744
  FLGho?: undefined;
744
- FLMorphoBlue?: undefined;
745
745
  UniSupply?: undefined;
746
746
  UniWithdraw?: undefined;
747
747
  DyDxWithdraw?: undefined;
@@ -2297,6 +2297,7 @@ declare const actionAddresses: (chainId?: null) => {
2297
2297
  FLBalancer: string;
2298
2298
  FLUniV3: string;
2299
2299
  FLAction: string;
2300
+ FLMorphoBlue: string;
2300
2301
  GasFeeTakerL2: string;
2301
2302
  AaveV3RatioCheck: string;
2302
2303
  UniCollectV3: string;
@@ -2423,7 +2424,6 @@ declare const actionAddresses: (chainId?: null) => {
2423
2424
  FLMaker?: undefined;
2424
2425
  FLSpark?: undefined;
2425
2426
  FLGho?: undefined;
2426
- FLMorphoBlue?: undefined;
2427
2427
  UniSupply?: undefined;
2428
2428
  UniWithdraw?: undefined;
2429
2429
  DyDxWithdraw?: undefined;
@@ -4206,6 +4206,7 @@ declare const _default: {
4206
4206
  FLBalancer: string;
4207
4207
  FLUniV3: string;
4208
4208
  FLAction: string;
4209
+ FLMorphoBlue: string;
4209
4210
  GasFeeTakerL2: string;
4210
4211
  AaveV3RatioCheck: string;
4211
4212
  UniCollectV3: string;
@@ -4332,7 +4333,6 @@ declare const _default: {
4332
4333
  FLMaker?: undefined;
4333
4334
  FLSpark?: undefined;
4334
4335
  FLGho?: undefined;
4335
- FLMorphoBlue?: undefined;
4336
4336
  UniSupply?: undefined;
4337
4337
  UniWithdraw?: undefined;
4338
4338
  DyDxWithdraw?: undefined;
@@ -5888,6 +5888,7 @@ declare const _default: {
5888
5888
  FLBalancer: string;
5889
5889
  FLUniV3: string;
5890
5890
  FLAction: string;
5891
+ FLMorphoBlue: string;
5891
5892
  GasFeeTakerL2: string;
5892
5893
  AaveV3RatioCheck: string;
5893
5894
  UniCollectV3: string;
@@ -6014,7 +6015,6 @@ declare const _default: {
6014
6015
  FLMaker?: undefined;
6015
6016
  FLSpark?: undefined;
6016
6017
  FLGho?: undefined;
6017
- FLMorphoBlue?: undefined;
6018
6018
  UniSupply?: undefined;
6019
6019
  UniWithdraw?: undefined;
6020
6020
  DyDxWithdraw?: undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/sdk",
3
- "version": "1.3.11",
3
+ "version": "1.3.12",
4
4
  "description": "",
5
5
  "main": "./umd/index.js",
6
6
  "module": "./esm/src/index.js",
package/src/addresses.ts CHANGED
@@ -480,8 +480,9 @@ export const actionAddresses = {
480
480
  FLAaveV3NoFee: '0x219ac6dA971dE6d943cffD1BD62abde71525d382',
481
481
  FLAaveV3: '0x53953aCEe438c083e4299F7976f03Ff3cb862161',
482
482
  FLBalancer: '0xdb28fE77709D88badC86868B27937428C3F48E73',
483
- FLUniV3: '0xab4AA2fcEA33205b44a556f8C48ceC3f21aFf0C3', // @DEV - incorrect, same as FLAction
484
- FLAction: '0xab4AA2fcEA33205b44a556f8C48ceC3f21aFf0C3',
483
+ FLUniV3: '0x9FD9884428615DF36c28B9ba206b67Ded81eB741', // @DEV - incorrect, same as FLAction
484
+ FLAction: '0x9FD9884428615DF36c28B9ba206b67Ded81eB741',
485
+ FLMorphoBlue: '0x9FD9884428615DF36c28B9ba206b67Ded81eB741',
485
486
 
486
487
  GasFeeTakerL2: '0x2F64f73B222B4978CAfd0295c0fa106cE5f34996',
487
488
  AaveV3RatioCheck: '0x4a5c2cbCFB921b596Dec049389899CC8Eb4678ED',
package/umd/index.js CHANGED
@@ -1735,9 +1735,10 @@ var actionAddresses = {
1735
1735
  FLAaveV3NoFee: '0x219ac6dA971dE6d943cffD1BD62abde71525d382',
1736
1736
  FLAaveV3: '0x53953aCEe438c083e4299F7976f03Ff3cb862161',
1737
1737
  FLBalancer: '0xdb28fE77709D88badC86868B27937428C3F48E73',
1738
- FLUniV3: '0xab4AA2fcEA33205b44a556f8C48ceC3f21aFf0C3',
1738
+ FLUniV3: '0x9FD9884428615DF36c28B9ba206b67Ded81eB741',
1739
1739
  // @DEV - incorrect, same as FLAction
1740
- FLAction: '0xab4AA2fcEA33205b44a556f8C48ceC3f21aFf0C3',
1740
+ FLAction: '0x9FD9884428615DF36c28B9ba206b67Ded81eB741',
1741
+ FLMorphoBlue: '0x9FD9884428615DF36c28B9ba206b67Ded81eB741',
1741
1742
  GasFeeTakerL2: '0x2F64f73B222B4978CAfd0295c0fa106cE5f34996',
1742
1743
  AaveV3RatioCheck: '0x4a5c2cbCFB921b596Dec049389899CC8Eb4678ED',
1743
1744
  // uniswap V3