@bench.games/opportunity-markets 0.1.21 → 0.1.22

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.
@@ -1169,7 +1169,7 @@ import {
1169
1169
  } from "@solana/kit";
1170
1170
  var MxeStatus = /* @__PURE__ */ ((MxeStatus2) => {
1171
1171
  MxeStatus2[MxeStatus2["Active"] = 0] = "Active";
1172
- MxeStatus2[MxeStatus2["Recovery"] = 1] = "Recovery";
1172
+ MxeStatus2[MxeStatus2["Migration"] = 1] = "Migration";
1173
1173
  return MxeStatus2;
1174
1174
  })(MxeStatus || {});
1175
1175
  function getMxeStatusEncoder() {
package/dist/index.cjs CHANGED
@@ -1581,7 +1581,7 @@ function getMarketOptionCreatedEventCodec() {
1581
1581
  var import_kit26 = require("@solana/kit");
1582
1582
  var MxeStatus = /* @__PURE__ */ ((MxeStatus2) => {
1583
1583
  MxeStatus2[MxeStatus2["Active"] = 0] = "Active";
1584
- MxeStatus2[MxeStatus2["Recovery"] = 1] = "Recovery";
1584
+ MxeStatus2[MxeStatus2["Migration"] = 1] = "Migration";
1585
1585
  return MxeStatus2;
1586
1586
  })(MxeStatus || {});
1587
1587
  function getMxeStatusEncoder() {