@defisaver/sdk 1.2.31-dev-1 → 1.2.32

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.
@@ -319,6 +319,7 @@ export declare const actionAddresses: {
319
319
  CompV3Supply: string;
320
320
  CompV3Transfer: string;
321
321
  CompV3Withdraw: string;
322
+ SFApproveTokens: string;
322
323
  AutomationV2Unsub?: undefined;
323
324
  UpdateSub?: undefined;
324
325
  TransferNFT?: undefined;
@@ -538,7 +539,6 @@ export declare const actionAddresses: {
538
539
  FluidDexPayback?: undefined;
539
540
  FluidDexWithdraw?: undefined;
540
541
  PendleTokenRedeem?: undefined;
541
- SFApproveTokens?: undefined;
542
542
  MorphoBlueView?: undefined;
543
543
  } | {
544
544
  DFSSell: string;
@@ -614,6 +614,7 @@ export declare const actionAddresses: {
614
614
  FluidDexBorrow: string;
615
615
  FluidDexPayback: string;
616
616
  FluidDexWithdraw: string;
617
+ SFApproveTokens: string;
617
618
  AutomationV2Unsub?: undefined;
618
619
  SDaiWrap?: undefined;
619
620
  SDaiUnwrap?: undefined;
@@ -806,7 +807,6 @@ export declare const actionAddresses: {
806
807
  KingClaim?: undefined;
807
808
  FluidClaim?: undefined;
808
809
  PendleTokenRedeem?: undefined;
809
- SFApproveTokens?: undefined;
810
810
  AaveV3DelegateCredit?: undefined;
811
811
  AaveV3RatioTrigger?: undefined;
812
812
  MorphoBlueView?: undefined;
@@ -873,6 +873,7 @@ export declare const actionAddresses: {
873
873
  FluidVaultT1Supply: string;
874
874
  FluidView: string;
875
875
  TokenizedVaultAdapter: string;
876
+ SFApproveTokens: string;
876
877
  AutomationV2Unsub?: undefined;
877
878
  SendTokenAndUnwrap?: undefined;
878
879
  SDaiWrap?: undefined;
@@ -1076,7 +1077,6 @@ export declare const actionAddresses: {
1076
1077
  FluidDexPayback?: undefined;
1077
1078
  FluidDexWithdraw?: undefined;
1078
1079
  PendleTokenRedeem?: undefined;
1079
- SFApproveTokens?: undefined;
1080
1080
  AaveV3DelegateCredit?: undefined;
1081
1081
  AaveV3RatioTrigger?: undefined;
1082
1082
  AaveV3RatioCheck?: undefined;
@@ -304,7 +304,7 @@ export const actionAddresses = {
304
304
  // pendle
305
305
  PendleTokenRedeem: '0x94682544aCC5f4D82ECB1ab97998baa0e428EA0f',
306
306
  // summer.fi
307
- SFApproveTokens: '0x10b748dc504c2515bb6a9e23cb2f686090b6c584',
307
+ SFApproveTokens: '0x0aC29D44eeC8e8f3b010c2e8FC960957db0c8298',
308
308
  },
309
309
  [NETWORKS.optimism.chainId]: {
310
310
  DFSSell: '0x9f234af5c10c136863a20865ba00b26951ab8269',
@@ -360,6 +360,8 @@ export const actionAddresses = {
360
360
  CompV3Supply: '0xf4c3D99c43E1DB968CF92770DaE6d377697b0B81',
361
361
  CompV3Transfer: '0x3e5af71709a9e591c5b25422a4419164bb5aba4b',
362
362
  CompV3Withdraw: '0x744ad24e92d092e0788d429f5178286672288782',
363
+ // summer.fi
364
+ SFApproveTokens: '0xcc63B281b29a4c7f33aF780e9B480A15eb676e81',
363
365
  },
364
366
  [NETWORKS.arbitrum.chainId]: {
365
367
  DFSSell: '0x1393eef11454ab068dd5e0d0be5eb922603eef1a',
@@ -442,6 +444,8 @@ export const actionAddresses = {
442
444
  FluidDexBorrow: '0x8626b70CDf64e557fDdcFbcb783833Dc314d95F4',
443
445
  FluidDexPayback: '0xA9B46Da016F22cf9F8841A30881bB88E2Ad5CA94',
444
446
  FluidDexWithdraw: '0x076D5434793798b153298bF70b014f5E6145aB2E',
447
+ // summer.fi
448
+ SFApproveTokens: '0x98101bDBFaA3f8efa4A14a5A6a2f9A20D514a5D5',
445
449
  },
446
450
  [NETWORKS.base.chainId]: {
447
451
  // Basic
@@ -512,6 +516,8 @@ export const actionAddresses = {
512
516
  FluidVaultT1Supply: '0x028ACA45244d4897ff80ef65ed0b735Bb0D4B0A5',
513
517
  FluidView: '0x6cd4D6af4F292817eA2A2311F099dF26cd015028',
514
518
  TokenizedVaultAdapter: '0x88cf6cfa51b6f771570f6df450edf1c886212d3e',
519
+ // summer.fi
520
+ SFApproveTokens: '0x03EDC9A683f37BFB7516FF234223fFb6E38D5eb9',
515
521
  },
516
522
  };
517
523
  export const otherAddresses = {
@@ -330,6 +330,7 @@ declare const actionAddressesAllChains: {
330
330
  CompV3Supply: string;
331
331
  CompV3Transfer: string;
332
332
  CompV3Withdraw: string;
333
+ SFApproveTokens: string;
333
334
  AutomationV2Unsub?: undefined;
334
335
  UpdateSub?: undefined;
335
336
  TransferNFT?: undefined;
@@ -549,7 +550,6 @@ declare const actionAddressesAllChains: {
549
550
  FluidDexPayback?: undefined;
550
551
  FluidDexWithdraw?: undefined;
551
552
  PendleTokenRedeem?: undefined;
552
- SFApproveTokens?: undefined;
553
553
  MorphoBlueView?: undefined;
554
554
  } | {
555
555
  DFSSell: string;
@@ -625,6 +625,7 @@ declare const actionAddressesAllChains: {
625
625
  FluidDexBorrow: string;
626
626
  FluidDexPayback: string;
627
627
  FluidDexWithdraw: string;
628
+ SFApproveTokens: string;
628
629
  AutomationV2Unsub?: undefined;
629
630
  SDaiWrap?: undefined;
630
631
  SDaiUnwrap?: undefined;
@@ -817,7 +818,6 @@ declare const actionAddressesAllChains: {
817
818
  KingClaim?: undefined;
818
819
  FluidClaim?: undefined;
819
820
  PendleTokenRedeem?: undefined;
820
- SFApproveTokens?: undefined;
821
821
  AaveV3DelegateCredit?: undefined;
822
822
  AaveV3RatioTrigger?: undefined;
823
823
  MorphoBlueView?: undefined;
@@ -884,6 +884,7 @@ declare const actionAddressesAllChains: {
884
884
  FluidVaultT1Supply: string;
885
885
  FluidView: string;
886
886
  TokenizedVaultAdapter: string;
887
+ SFApproveTokens: string;
887
888
  AutomationV2Unsub?: undefined;
888
889
  SendTokenAndUnwrap?: undefined;
889
890
  SDaiWrap?: undefined;
@@ -1087,7 +1088,6 @@ declare const actionAddressesAllChains: {
1087
1088
  FluidDexPayback?: undefined;
1088
1089
  FluidDexWithdraw?: undefined;
1089
1090
  PendleTokenRedeem?: undefined;
1090
- SFApproveTokens?: undefined;
1091
1091
  AaveV3DelegateCredit?: undefined;
1092
1092
  AaveV3RatioTrigger?: undefined;
1093
1093
  AaveV3RatioCheck?: undefined;
@@ -1412,6 +1412,7 @@ declare const actionAddresses: (chainId?: null) => {
1412
1412
  CompV3Supply: string;
1413
1413
  CompV3Transfer: string;
1414
1414
  CompV3Withdraw: string;
1415
+ SFApproveTokens: string;
1415
1416
  AutomationV2Unsub?: undefined;
1416
1417
  UpdateSub?: undefined;
1417
1418
  TransferNFT?: undefined;
@@ -1631,7 +1632,6 @@ declare const actionAddresses: (chainId?: null) => {
1631
1632
  FluidDexPayback?: undefined;
1632
1633
  FluidDexWithdraw?: undefined;
1633
1634
  PendleTokenRedeem?: undefined;
1634
- SFApproveTokens?: undefined;
1635
1635
  MorphoBlueView?: undefined;
1636
1636
  } | {
1637
1637
  DFSSell: string;
@@ -1707,6 +1707,7 @@ declare const actionAddresses: (chainId?: null) => {
1707
1707
  FluidDexBorrow: string;
1708
1708
  FluidDexPayback: string;
1709
1709
  FluidDexWithdraw: string;
1710
+ SFApproveTokens: string;
1710
1711
  AutomationV2Unsub?: undefined;
1711
1712
  SDaiWrap?: undefined;
1712
1713
  SDaiUnwrap?: undefined;
@@ -1899,7 +1900,6 @@ declare const actionAddresses: (chainId?: null) => {
1899
1900
  KingClaim?: undefined;
1900
1901
  FluidClaim?: undefined;
1901
1902
  PendleTokenRedeem?: undefined;
1902
- SFApproveTokens?: undefined;
1903
1903
  AaveV3DelegateCredit?: undefined;
1904
1904
  AaveV3RatioTrigger?: undefined;
1905
1905
  MorphoBlueView?: undefined;
@@ -1966,6 +1966,7 @@ declare const actionAddresses: (chainId?: null) => {
1966
1966
  FluidVaultT1Supply: string;
1967
1967
  FluidView: string;
1968
1968
  TokenizedVaultAdapter: string;
1969
+ SFApproveTokens: string;
1969
1970
  AutomationV2Unsub?: undefined;
1970
1971
  SendTokenAndUnwrap?: undefined;
1971
1972
  SDaiWrap?: undefined;
@@ -2169,7 +2170,6 @@ declare const actionAddresses: (chainId?: null) => {
2169
2170
  FluidDexPayback?: undefined;
2170
2171
  FluidDexWithdraw?: undefined;
2171
2172
  PendleTokenRedeem?: undefined;
2172
- SFApproveTokens?: undefined;
2173
2173
  AaveV3DelegateCredit?: undefined;
2174
2174
  AaveV3RatioTrigger?: undefined;
2175
2175
  AaveV3RatioCheck?: undefined;
@@ -2637,6 +2637,7 @@ declare const _default: {
2637
2637
  CompV3Supply: string;
2638
2638
  CompV3Transfer: string;
2639
2639
  CompV3Withdraw: string;
2640
+ SFApproveTokens: string;
2640
2641
  AutomationV2Unsub?: undefined;
2641
2642
  UpdateSub?: undefined;
2642
2643
  TransferNFT?: undefined;
@@ -2856,7 +2857,6 @@ declare const _default: {
2856
2857
  FluidDexPayback?: undefined;
2857
2858
  FluidDexWithdraw?: undefined;
2858
2859
  PendleTokenRedeem?: undefined;
2859
- SFApproveTokens?: undefined;
2860
2860
  MorphoBlueView?: undefined;
2861
2861
  } | {
2862
2862
  DFSSell: string;
@@ -2932,6 +2932,7 @@ declare const _default: {
2932
2932
  FluidDexBorrow: string;
2933
2933
  FluidDexPayback: string;
2934
2934
  FluidDexWithdraw: string;
2935
+ SFApproveTokens: string;
2935
2936
  AutomationV2Unsub?: undefined;
2936
2937
  SDaiWrap?: undefined;
2937
2938
  SDaiUnwrap?: undefined;
@@ -3124,7 +3125,6 @@ declare const _default: {
3124
3125
  KingClaim?: undefined;
3125
3126
  FluidClaim?: undefined;
3126
3127
  PendleTokenRedeem?: undefined;
3127
- SFApproveTokens?: undefined;
3128
3128
  AaveV3DelegateCredit?: undefined;
3129
3129
  AaveV3RatioTrigger?: undefined;
3130
3130
  MorphoBlueView?: undefined;
@@ -3191,6 +3191,7 @@ declare const _default: {
3191
3191
  FluidVaultT1Supply: string;
3192
3192
  FluidView: string;
3193
3193
  TokenizedVaultAdapter: string;
3194
+ SFApproveTokens: string;
3194
3195
  AutomationV2Unsub?: undefined;
3195
3196
  SendTokenAndUnwrap?: undefined;
3196
3197
  SDaiWrap?: undefined;
@@ -3394,7 +3395,6 @@ declare const _default: {
3394
3395
  FluidDexPayback?: undefined;
3395
3396
  FluidDexWithdraw?: undefined;
3396
3397
  PendleTokenRedeem?: undefined;
3397
- SFApproveTokens?: undefined;
3398
3398
  AaveV3DelegateCredit?: undefined;
3399
3399
  AaveV3RatioTrigger?: undefined;
3400
3400
  AaveV3RatioCheck?: undefined;
@@ -3719,6 +3719,7 @@ declare const _default: {
3719
3719
  CompV3Supply: string;
3720
3720
  CompV3Transfer: string;
3721
3721
  CompV3Withdraw: string;
3722
+ SFApproveTokens: string;
3722
3723
  AutomationV2Unsub?: undefined;
3723
3724
  UpdateSub?: undefined;
3724
3725
  TransferNFT?: undefined;
@@ -3938,7 +3939,6 @@ declare const _default: {
3938
3939
  FluidDexPayback?: undefined;
3939
3940
  FluidDexWithdraw?: undefined;
3940
3941
  PendleTokenRedeem?: undefined;
3941
- SFApproveTokens?: undefined;
3942
3942
  MorphoBlueView?: undefined;
3943
3943
  } | {
3944
3944
  DFSSell: string;
@@ -4014,6 +4014,7 @@ declare const _default: {
4014
4014
  FluidDexBorrow: string;
4015
4015
  FluidDexPayback: string;
4016
4016
  FluidDexWithdraw: string;
4017
+ SFApproveTokens: string;
4017
4018
  AutomationV2Unsub?: undefined;
4018
4019
  SDaiWrap?: undefined;
4019
4020
  SDaiUnwrap?: undefined;
@@ -4206,7 +4207,6 @@ declare const _default: {
4206
4207
  KingClaim?: undefined;
4207
4208
  FluidClaim?: undefined;
4208
4209
  PendleTokenRedeem?: undefined;
4209
- SFApproveTokens?: undefined;
4210
4210
  AaveV3DelegateCredit?: undefined;
4211
4211
  AaveV3RatioTrigger?: undefined;
4212
4212
  MorphoBlueView?: undefined;
@@ -4273,6 +4273,7 @@ declare const _default: {
4273
4273
  FluidVaultT1Supply: string;
4274
4274
  FluidView: string;
4275
4275
  TokenizedVaultAdapter: string;
4276
+ SFApproveTokens: string;
4276
4277
  AutomationV2Unsub?: undefined;
4277
4278
  SendTokenAndUnwrap?: undefined;
4278
4279
  SDaiWrap?: undefined;
@@ -4476,7 +4477,6 @@ declare const _default: {
4476
4477
  FluidDexPayback?: undefined;
4477
4478
  FluidDexWithdraw?: undefined;
4478
4479
  PendleTokenRedeem?: undefined;
4479
- SFApproveTokens?: undefined;
4480
4480
  AaveV3DelegateCredit?: undefined;
4481
4481
  AaveV3RatioTrigger?: undefined;
4482
4482
  AaveV3RatioCheck?: undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/sdk",
3
- "version": "1.2.31-dev-1",
3
+ "version": "1.2.32",
4
4
  "description": "",
5
5
  "main": "./umd/index.js",
6
6
  "module": "./esm/src/index.js",
package/src/addresses.ts CHANGED
@@ -350,7 +350,7 @@ export const actionAddresses = {
350
350
  PendleTokenRedeem: '0x94682544aCC5f4D82ECB1ab97998baa0e428EA0f',
351
351
 
352
352
  // summer.fi
353
- SFApproveTokens: '0x10b748dc504c2515bb6a9e23cb2f686090b6c584',
353
+ SFApproveTokens: '0x0aC29D44eeC8e8f3b010c2e8FC960957db0c8298',
354
354
  },
355
355
  [NETWORKS.optimism.chainId]: {
356
356
  DFSSell: '0x9f234af5c10c136863a20865ba00b26951ab8269',
@@ -413,6 +413,8 @@ export const actionAddresses = {
413
413
  CompV3Transfer: '0x3e5af71709a9e591c5b25422a4419164bb5aba4b',
414
414
  CompV3Withdraw: '0x744ad24e92d092e0788d429f5178286672288782',
415
415
 
416
+ // summer.fi
417
+ SFApproveTokens: '0xcc63B281b29a4c7f33aF780e9B480A15eb676e81',
416
418
  },
417
419
  [NETWORKS.arbitrum.chainId]: {
418
420
  DFSSell: '0x1393eef11454ab068dd5e0d0be5eb922603eef1a',
@@ -503,6 +505,9 @@ export const actionAddresses = {
503
505
  FluidDexBorrow: '0x8626b70CDf64e557fDdcFbcb783833Dc314d95F4',
504
506
  FluidDexPayback: '0xA9B46Da016F22cf9F8841A30881bB88E2Ad5CA94',
505
507
  FluidDexWithdraw: '0x076D5434793798b153298bF70b014f5E6145aB2E',
508
+
509
+ // summer.fi
510
+ SFApproveTokens: '0x98101bDBFaA3f8efa4A14a5A6a2f9A20D514a5D5',
506
511
  },
507
512
  [NETWORKS.base.chainId]: {
508
513
  // Basic
@@ -580,6 +585,9 @@ export const actionAddresses = {
580
585
  FluidView: '0x6cd4D6af4F292817eA2A2311F099dF26cd015028',
581
586
 
582
587
  TokenizedVaultAdapter: '0x88cf6cfa51b6f771570f6df450edf1c886212d3e',
588
+
589
+ // summer.fi
590
+ SFApproveTokens: '0x03EDC9A683f37BFB7516FF234223fFb6E38D5eb9',
583
591
  },
584
592
  };
585
593
 
package/umd/index.js CHANGED
@@ -1593,7 +1593,7 @@ var actionAddresses = {
1593
1593
  // pendle
1594
1594
  PendleTokenRedeem: '0x94682544aCC5f4D82ECB1ab97998baa0e428EA0f',
1595
1595
  // summer.fi
1596
- SFApproveTokens: '0x10b748dc504c2515bb6a9e23cb2f686090b6c584'
1596
+ SFApproveTokens: '0x0aC29D44eeC8e8f3b010c2e8FC960957db0c8298'
1597
1597
  },
1598
1598
  [_config__WEBPACK_IMPORTED_MODULE_0__.NETWORKS.optimism.chainId]: {
1599
1599
  DFSSell: '0x9f234af5c10c136863a20865ba00b26951ab8269',
@@ -1648,7 +1648,9 @@ var actionAddresses = {
1648
1648
  CompV3Payback: '0xdd15d90f92a4973b4c979e58b9e1eebbb4d1cc26',
1649
1649
  CompV3Supply: '0xf4c3D99c43E1DB968CF92770DaE6d377697b0B81',
1650
1650
  CompV3Transfer: '0x3e5af71709a9e591c5b25422a4419164bb5aba4b',
1651
- CompV3Withdraw: '0x744ad24e92d092e0788d429f5178286672288782'
1651
+ CompV3Withdraw: '0x744ad24e92d092e0788d429f5178286672288782',
1652
+ // summer.fi
1653
+ SFApproveTokens: '0xcc63B281b29a4c7f33aF780e9B480A15eb676e81'
1652
1654
  },
1653
1655
  [_config__WEBPACK_IMPORTED_MODULE_0__.NETWORKS.arbitrum.chainId]: {
1654
1656
  DFSSell: '0x1393eef11454ab068dd5e0d0be5eb922603eef1a',
@@ -1731,7 +1733,9 @@ var actionAddresses = {
1731
1733
  FluidDexSupply: '0x3E49c4f914E01e5612719a7B4965e4FAfb324762',
1732
1734
  FluidDexBorrow: '0x8626b70CDf64e557fDdcFbcb783833Dc314d95F4',
1733
1735
  FluidDexPayback: '0xA9B46Da016F22cf9F8841A30881bB88E2Ad5CA94',
1734
- FluidDexWithdraw: '0x076D5434793798b153298bF70b014f5E6145aB2E'
1736
+ FluidDexWithdraw: '0x076D5434793798b153298bF70b014f5E6145aB2E',
1737
+ // summer.fi
1738
+ SFApproveTokens: '0x98101bDBFaA3f8efa4A14a5A6a2f9A20D514a5D5'
1735
1739
  },
1736
1740
  [_config__WEBPACK_IMPORTED_MODULE_0__.NETWORKS.base.chainId]: {
1737
1741
  // Basic
@@ -1802,7 +1806,9 @@ var actionAddresses = {
1802
1806
  FluidVaultT1Withdraw: '0x26bE6a2EdE97aE826ed9DA8Fb79428037fe55cEB',
1803
1807
  FluidVaultT1Supply: '0x028ACA45244d4897ff80ef65ed0b735Bb0D4B0A5',
1804
1808
  FluidView: '0x6cd4D6af4F292817eA2A2311F099dF26cd015028',
1805
- TokenizedVaultAdapter: '0x88cf6cfa51b6f771570f6df450edf1c886212d3e'
1809
+ TokenizedVaultAdapter: '0x88cf6cfa51b6f771570f6df450edf1c886212d3e',
1810
+ // summer.fi
1811
+ SFApproveTokens: '0x03EDC9A683f37BFB7516FF234223fFb6E38D5eb9'
1806
1812
  }
1807
1813
  };
1808
1814
  var otherAddresses = {