@theliem/xmarket-sdk 4.0.1 → 4.0.2

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/index.mjs CHANGED
@@ -2910,7 +2910,7 @@ ${logs.join("\n")}`);
2910
2910
  try {
2911
2911
  const acc = await this.program.account.clobConfig.fetch(this.configPda());
2912
2912
  return {
2913
- owner: acc.owner,
2913
+ admin: acc.admin,
2914
2914
  operators: acc.operators,
2915
2915
  operatorsLen: acc.operatorsLen,
2916
2916
  feeRecipient: acc.feeRecipient,