@bench.games/opportunity-markets 0.1.15 → 0.1.16
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/browser/index.js
CHANGED
|
@@ -11305,7 +11305,7 @@ import {
|
|
|
11305
11305
|
fixEncoderSize as fixEncoderSize13,
|
|
11306
11306
|
getBytesEncoder as getBytesEncoder13
|
|
11307
11307
|
} from "@solana/kit";
|
|
11308
|
-
var OPPORTUNITY_MARKET_PROGRAM_ADDRESS = "
|
|
11308
|
+
var OPPORTUNITY_MARKET_PROGRAM_ADDRESS = "bnch3UZqMXp8em54htzKtDncG5iTfPqfB6uHWsuKaaZ";
|
|
11309
11309
|
var OpportunityMarketAccount = /* @__PURE__ */ ((OpportunityMarketAccount2) => {
|
|
11310
11310
|
OpportunityMarketAccount2[OpportunityMarketAccount2["ArciumSignerAccount"] = 0] = "ArciumSignerAccount";
|
|
11311
11311
|
OpportunityMarketAccount2[OpportunityMarketAccount2["CentralState"] = 1] = "CentralState";
|
package/dist/index.cjs
CHANGED
|
@@ -14845,7 +14845,7 @@ var import_kit66 = require("@solana/kit");
|
|
|
14845
14845
|
|
|
14846
14846
|
// src/generated/programs/opportunityMarket.ts
|
|
14847
14847
|
var import_kit65 = require("@solana/kit");
|
|
14848
|
-
var OPPORTUNITY_MARKET_PROGRAM_ADDRESS = "
|
|
14848
|
+
var OPPORTUNITY_MARKET_PROGRAM_ADDRESS = "bnch3UZqMXp8em54htzKtDncG5iTfPqfB6uHWsuKaaZ";
|
|
14849
14849
|
var OpportunityMarketAccount = /* @__PURE__ */ ((OpportunityMarketAccount2) => {
|
|
14850
14850
|
OpportunityMarketAccount2[OpportunityMarketAccount2["ArciumSignerAccount"] = 0] = "ArciumSignerAccount";
|
|
14851
14851
|
OpportunityMarketAccount2[OpportunityMarketAccount2["CentralState"] = 1] = "CentralState";
|