@bench.games/opportunity-markets 0.2.11 → 0.2.12
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
|
@@ -2707,7 +2707,7 @@ import {
|
|
|
2707
2707
|
fixEncoderSize as fixEncoderSize13,
|
|
2708
2708
|
getBytesEncoder as getBytesEncoder13
|
|
2709
2709
|
} from "@solana/kit";
|
|
2710
|
-
var OPPORTUNITY_MARKET_PROGRAM_ADDRESS = "
|
|
2710
|
+
var OPPORTUNITY_MARKET_PROGRAM_ADDRESS = "BENCHauvSzMY39khAvj43LHRpbVewb76Wv8ETsVuHn8C";
|
|
2711
2711
|
var OpportunityMarketAccount = /* @__PURE__ */ ((OpportunityMarketAccount2) => {
|
|
2712
2712
|
OpportunityMarketAccount2[OpportunityMarketAccount2["ArciumSignerAccount"] = 0] = "ArciumSignerAccount";
|
|
2713
2713
|
OpportunityMarketAccount2[OpportunityMarketAccount2["CentralState"] = 1] = "CentralState";
|
package/dist/index.cjs
CHANGED
|
@@ -2646,7 +2646,7 @@ var import_kit53 = require("@solana/kit");
|
|
|
2646
2646
|
|
|
2647
2647
|
// src/generated/programs/opportunityMarket.ts
|
|
2648
2648
|
var import_kit52 = require("@solana/kit");
|
|
2649
|
-
var OPPORTUNITY_MARKET_PROGRAM_ADDRESS = "
|
|
2649
|
+
var OPPORTUNITY_MARKET_PROGRAM_ADDRESS = "BENCHauvSzMY39khAvj43LHRpbVewb76Wv8ETsVuHn8C";
|
|
2650
2650
|
var OpportunityMarketAccount = /* @__PURE__ */ ((OpportunityMarketAccount2) => {
|
|
2651
2651
|
OpportunityMarketAccount2[OpportunityMarketAccount2["ArciumSignerAccount"] = 0] = "ArciumSignerAccount";
|
|
2652
2652
|
OpportunityMarketAccount2[OpportunityMarketAccount2["CentralState"] = 1] = "CentralState";
|