@dhedge/backend-flatcoin-core 0.3.24 → 0.3.25

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.
@@ -8,6 +8,7 @@ export declare enum PERIODS {
8
8
  }
9
9
  export declare enum BlockchainCode {
10
10
  BASE = "BASE",
11
+ OPTIMISM = "OPTIMISM",
11
12
  ARBITRUM = "ARBITRUM"
12
13
  }
13
14
  export declare enum Market {
@@ -13,6 +13,7 @@ var PERIODS;
13
13
  var BlockchainCode;
14
14
  (function (BlockchainCode) {
15
15
  BlockchainCode["BASE"] = "BASE";
16
+ BlockchainCode["OPTIMISM"] = "OPTIMISM";
16
17
  BlockchainCode["ARBITRUM"] = "ARBITRUM";
17
18
  })(BlockchainCode || (exports.BlockchainCode = BlockchainCode = {}));
18
19
  var Market;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhedge/backend-flatcoin-core",
3
- "version": "0.3.24",
3
+ "version": "0.3.25",
4
4
  "description": "Backend Flatcoin Core",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",