@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.
- package/dist/browser/index.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -684,7 +684,7 @@ declare function getMarketOptionCreatedEventCodec(): Codec<MarketOptionCreatedEv
|
|
|
684
684
|
/** The status of an MXE. */
|
|
685
685
|
declare enum MxeStatus {
|
|
686
686
|
Active = 0,
|
|
687
|
-
|
|
687
|
+
Migration = 1
|
|
688
688
|
}
|
|
689
689
|
type MxeStatusArgs = MxeStatus;
|
|
690
690
|
declare function getMxeStatusEncoder(): FixedSizeEncoder<MxeStatusArgs>;
|
package/dist/index.d.ts
CHANGED
|
@@ -684,7 +684,7 @@ declare function getMarketOptionCreatedEventCodec(): Codec<MarketOptionCreatedEv
|
|
|
684
684
|
/** The status of an MXE. */
|
|
685
685
|
declare enum MxeStatus {
|
|
686
686
|
Active = 0,
|
|
687
|
-
|
|
687
|
+
Migration = 1
|
|
688
688
|
}
|
|
689
689
|
type MxeStatusArgs = MxeStatus;
|
|
690
690
|
declare function getMxeStatusEncoder(): FixedSizeEncoder<MxeStatusArgs>;
|
package/dist/index.js
CHANGED
|
@@ -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["
|
|
1172
|
+
MxeStatus2[MxeStatus2["Migration"] = 1] = "Migration";
|
|
1173
1173
|
return MxeStatus2;
|
|
1174
1174
|
})(MxeStatus || {});
|
|
1175
1175
|
function getMxeStatusEncoder() {
|