@gearbox-protocol/sdk 14.12.0-test.2 → 14.12.0-test.3

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.
@@ -25,7 +25,7 @@ __export(intent_codec_exports, {
25
25
  });
26
26
  module.exports = __toCommonJS(intent_codec_exports);
27
27
  var import_viem = require("viem");
28
- const DELAYED_INTENT_VERSION = 3;
28
+ const DELAYED_INTENT_VERSION = 1;
29
29
  const DELAYED_INTENT_TYPES = {
30
30
  INCREASE_LEVERAGE: 1,
31
31
  DEPOSIT: 2,
@@ -1,5 +1,5 @@
1
1
  import { decodeAbiParameters, encodeAbiParameters } from "viem";
2
- const DELAYED_INTENT_VERSION = 3;
2
+ const DELAYED_INTENT_VERSION = 1;
3
3
  const DELAYED_INTENT_TYPES = {
4
4
  INCREASE_LEVERAGE: 1,
5
5
  DEPOSIT: 2,
@@ -4,7 +4,7 @@ import type { DelayedIntent } from "./types.js";
4
4
  * Current version of the delayed intent encoding schema.
5
5
  * Bump when the layout of any intent type changes.
6
6
  **/
7
- export declare const DELAYED_INTENT_VERSION = 3;
7
+ export declare const DELAYED_INTENT_VERSION = 1;
8
8
  /**
9
9
  * Stable uint8 discriminants for intent types.
10
10
  * Starts at 1 so that all-zero data cannot decode as a valid intent.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "14.12.0-test.2",
3
+ "version": "14.12.0-test.3",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "repository": {