@triadxyz/triad-protocol 3.4.9-beta → 3.5.0-beta

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.
@@ -263,8 +263,8 @@ const getOppositeOrderDirection = (orderDirection) => {
263
263
  exports.getOppositeOrderDirection = getOppositeOrderDirection;
264
264
  const getOppositeOrderDirectionEncoded = (orderDirection) => {
265
265
  if (Object.keys(orderDirection)[0] === 'hype') {
266
- return { hype: {} };
266
+ return { flop: {} };
267
267
  }
268
- return { flop: {} };
268
+ return { hype: {} };
269
269
  };
270
270
  exports.getOppositeOrderDirectionEncoded = getOppositeOrderDirectionEncoded;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triadxyz/triad-protocol",
3
- "version": "3.4.9-beta",
3
+ "version": "3.5.0-beta",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",