@bench.games/opportunity-markets 0.3.4 → 0.3.5
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
|
@@ -2796,7 +2796,7 @@ import {
|
|
|
2796
2796
|
fixEncoderSize as fixEncoderSize8,
|
|
2797
2797
|
getBytesEncoder as getBytesEncoder8
|
|
2798
2798
|
} from "@solana/kit";
|
|
2799
|
-
var OPPORTUNITY_MARKET_PROGRAM_ADDRESS = "
|
|
2799
|
+
var OPPORTUNITY_MARKET_PROGRAM_ADDRESS = "BENCLZWw5m2xTr3Mtb5nzWMLcBJFw6DNDtNAuhjNPgAe";
|
|
2800
2800
|
var OpportunityMarketAccount = /* @__PURE__ */ ((OpportunityMarketAccount2) => {
|
|
2801
2801
|
OpportunityMarketAccount2[OpportunityMarketAccount2["AllowedMint"] = 0] = "AllowedMint";
|
|
2802
2802
|
OpportunityMarketAccount2[OpportunityMarketAccount2["ArciumSignerAccount"] = 1] = "ArciumSignerAccount";
|
package/dist/index.cjs
CHANGED
|
@@ -2692,7 +2692,7 @@ var import_kit61 = require("@solana/kit");
|
|
|
2692
2692
|
|
|
2693
2693
|
// src/generated/programs/opportunityMarket.ts
|
|
2694
2694
|
var import_kit60 = require("@solana/kit");
|
|
2695
|
-
var OPPORTUNITY_MARKET_PROGRAM_ADDRESS = "
|
|
2695
|
+
var OPPORTUNITY_MARKET_PROGRAM_ADDRESS = "BENCLZWw5m2xTr3Mtb5nzWMLcBJFw6DNDtNAuhjNPgAe";
|
|
2696
2696
|
var OpportunityMarketAccount = /* @__PURE__ */ ((OpportunityMarketAccount2) => {
|
|
2697
2697
|
OpportunityMarketAccount2[OpportunityMarketAccount2["AllowedMint"] = 0] = "AllowedMint";
|
|
2698
2698
|
OpportunityMarketAccount2[OpportunityMarketAccount2["ArciumSignerAccount"] = 1] = "ArciumSignerAccount";
|