@bench.games/opportunity-markets 0.4.3 → 0.4.4
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
|
@@ -2801,7 +2801,7 @@ import {
|
|
|
2801
2801
|
fixEncoderSize as fixEncoderSize8,
|
|
2802
2802
|
getBytesEncoder as getBytesEncoder8
|
|
2803
2803
|
} from "@solana/kit";
|
|
2804
|
-
var OPPORTUNITY_MARKET_PROGRAM_ADDRESS = "
|
|
2804
|
+
var OPPORTUNITY_MARKET_PROGRAM_ADDRESS = "BENCLZWw5m2xTr3Mtb5nzWMLcBJFw6DNDtNAuhjNPgAe";
|
|
2805
2805
|
var OpportunityMarketAccount = /* @__PURE__ */ ((OpportunityMarketAccount2) => {
|
|
2806
2806
|
OpportunityMarketAccount2[OpportunityMarketAccount2["AllowedMint"] = 0] = "AllowedMint";
|
|
2807
2807
|
OpportunityMarketAccount2[OpportunityMarketAccount2["ArciumSignerAccount"] = 1] = "ArciumSignerAccount";
|
package/dist/index.cjs
CHANGED
|
@@ -2697,7 +2697,7 @@ var import_kit61 = require("@solana/kit");
|
|
|
2697
2697
|
|
|
2698
2698
|
// src/generated/programs/opportunityMarket.ts
|
|
2699
2699
|
var import_kit60 = require("@solana/kit");
|
|
2700
|
-
var OPPORTUNITY_MARKET_PROGRAM_ADDRESS = "
|
|
2700
|
+
var OPPORTUNITY_MARKET_PROGRAM_ADDRESS = "BENCLZWw5m2xTr3Mtb5nzWMLcBJFw6DNDtNAuhjNPgAe";
|
|
2701
2701
|
var OpportunityMarketAccount = /* @__PURE__ */ ((OpportunityMarketAccount2) => {
|
|
2702
2702
|
OpportunityMarketAccount2[OpportunityMarketAccount2["AllowedMint"] = 0] = "AllowedMint";
|
|
2703
2703
|
OpportunityMarketAccount2[OpportunityMarketAccount2["ArciumSignerAccount"] = 1] = "ArciumSignerAccount";
|