@defisaver/sdk 1.2.6 → 1.2.7

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.
@@ -667,6 +667,7 @@ export declare const actionAddresses: {
667
667
  ChangeProxyOwner: string;
668
668
  PermitToken: string;
669
669
  HandleAuth: string;
670
+ ToggleSub: string;
670
671
  FLAaveV3: string;
671
672
  FLBalancer: string;
672
673
  FLUniV3: string;
@@ -701,7 +702,6 @@ export declare const actionAddresses: {
701
702
  MorphoBlueView: string;
702
703
  AutomationV2Unsub?: undefined;
703
704
  SendTokenAndUnwrap?: undefined;
704
- ToggleSub?: undefined;
705
705
  UpdateSub?: undefined;
706
706
  TransferNFT?: undefined;
707
707
  CreateSub?: undefined;
@@ -375,6 +375,7 @@ export const actionAddresses = {
375
375
  ChangeProxyOwner: '0x1947a44d3717a47556175d64fdc208619aa08874',
376
376
  PermitToken: '0x57c8ae94a5A11dA33e0518054102488b604628D0',
377
377
  HandleAuth: '0x18a90e6db79199ace00140631ef931e0bd97837c',
378
+ ToggleSub: '0x5F16C0a08d52b67fc73706c494F7535Dd3382b58',
378
379
  // Flashloan
379
380
  FLAaveV3: '0x79Eb9cEe432Cd3e7b09A9eFdB21A733A6d7b4c3A',
380
381
  FLBalancer: '0x862E533198C9656B75bB6A5dDF0953F7ED5E8507',
@@ -678,6 +678,7 @@ declare const actionAddressesAllChains: {
678
678
  ChangeProxyOwner: string;
679
679
  PermitToken: string;
680
680
  HandleAuth: string;
681
+ ToggleSub: string;
681
682
  FLAaveV3: string;
682
683
  FLBalancer: string;
683
684
  FLUniV3: string;
@@ -712,7 +713,6 @@ declare const actionAddressesAllChains: {
712
713
  MorphoBlueView: string;
713
714
  AutomationV2Unsub?: undefined;
714
715
  SendTokenAndUnwrap?: undefined;
715
- ToggleSub?: undefined;
716
716
  UpdateSub?: undefined;
717
717
  TransferNFT?: undefined;
718
718
  CreateSub?: undefined;
@@ -1552,6 +1552,7 @@ declare const actionAddresses: (chainId?: null) => {
1552
1552
  ChangeProxyOwner: string;
1553
1553
  PermitToken: string;
1554
1554
  HandleAuth: string;
1555
+ ToggleSub: string;
1555
1556
  FLAaveV3: string;
1556
1557
  FLBalancer: string;
1557
1558
  FLUniV3: string;
@@ -1586,7 +1587,6 @@ declare const actionAddresses: (chainId?: null) => {
1586
1587
  MorphoBlueView: string;
1587
1588
  AutomationV2Unsub?: undefined;
1588
1589
  SendTokenAndUnwrap?: undefined;
1589
- ToggleSub?: undefined;
1590
1590
  UpdateSub?: undefined;
1591
1591
  TransferNFT?: undefined;
1592
1592
  CreateSub?: undefined;
@@ -2569,6 +2569,7 @@ declare const _default: {
2569
2569
  ChangeProxyOwner: string;
2570
2570
  PermitToken: string;
2571
2571
  HandleAuth: string;
2572
+ ToggleSub: string;
2572
2573
  FLAaveV3: string;
2573
2574
  FLBalancer: string;
2574
2575
  FLUniV3: string;
@@ -2603,7 +2604,6 @@ declare const _default: {
2603
2604
  MorphoBlueView: string;
2604
2605
  AutomationV2Unsub?: undefined;
2605
2606
  SendTokenAndUnwrap?: undefined;
2606
- ToggleSub?: undefined;
2607
2607
  UpdateSub?: undefined;
2608
2608
  TransferNFT?: undefined;
2609
2609
  CreateSub?: undefined;
@@ -3443,6 +3443,7 @@ declare const _default: {
3443
3443
  ChangeProxyOwner: string;
3444
3444
  PermitToken: string;
3445
3445
  HandleAuth: string;
3446
+ ToggleSub: string;
3446
3447
  FLAaveV3: string;
3447
3448
  FLBalancer: string;
3448
3449
  FLUniV3: string;
@@ -3477,7 +3478,6 @@ declare const _default: {
3477
3478
  MorphoBlueView: string;
3478
3479
  AutomationV2Unsub?: undefined;
3479
3480
  SendTokenAndUnwrap?: undefined;
3480
- ToggleSub?: undefined;
3481
3481
  UpdateSub?: undefined;
3482
3482
  TransferNFT?: undefined;
3483
3483
  CreateSub?: undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/sdk",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "description": "",
5
5
  "main": "./umd/index.js",
6
6
  "module": "./esm/src/index.js",
package/umd/index.js CHANGED
@@ -1665,6 +1665,7 @@ var actionAddresses = {
1665
1665
  ChangeProxyOwner: '0x1947a44d3717a47556175d64fdc208619aa08874',
1666
1666
  PermitToken: '0x57c8ae94a5A11dA33e0518054102488b604628D0',
1667
1667
  HandleAuth: '0x18a90e6db79199ace00140631ef931e0bd97837c',
1668
+ ToggleSub: '0x5F16C0a08d52b67fc73706c494F7535Dd3382b58',
1668
1669
  // Flashloan
1669
1670
  FLAaveV3: '0x79Eb9cEe432Cd3e7b09A9eFdB21A733A6d7b4c3A',
1670
1671
  FLBalancer: '0x862E533198C9656B75bB6A5dDF0953F7ED5E8507',