@deriverse/kit 1.0.29 → 1.0.30

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/dist/types.d.ts CHANGED
@@ -44,7 +44,7 @@ export declare enum AccountType {
44
44
  PERP_PRIORITY_TREE = 51
45
45
  }
46
46
  export declare const VERSION = 1;
47
- export declare const PROGRAM_ID: Address<"2M1irQU4JmQzxBGrQDi8cWAhdAATSPCeGYV43uvGwsDX ">;
47
+ export declare const PROGRAM_ID: Address<"2M1irQU4JmQzxBGrQDi8cWAhdAATSPCeGYV43uvGwsDX">;
48
48
  export declare const MARKET_DEPTH = 20;
49
49
  export interface EngineArgs {
50
50
  programId?: Address<any>;
package/dist/types.js CHANGED
@@ -63,5 +63,5 @@ var AccountType;
63
63
  AccountType[AccountType["PERP_PRIORITY_TREE"] = 51] = "PERP_PRIORITY_TREE";
64
64
  })(AccountType || (exports.AccountType = AccountType = {}));
65
65
  exports.VERSION = 1;
66
- exports.PROGRAM_ID = (0, kit_1.address)("2M1irQU4JmQzxBGrQDi8cWAhdAATSPCeGYV43uvGwsDX ");
66
+ exports.PROGRAM_ID = (0, kit_1.address)("2M1irQU4JmQzxBGrQDi8cWAhdAATSPCeGYV43uvGwsDX");
67
67
  exports.MARKET_DEPTH = 20;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deriverse/kit",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",