@percolatorct/sdk 1.0.0-beta.27 → 1.0.0-beta.28

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.
@@ -40,7 +40,6 @@ export declare const IX_TAG: {
40
40
  readonly DepositFeeCredits: 27;
41
41
  readonly ConvertReleasedPnl: 28;
42
42
  readonly ResolvePermissionless: 29;
43
- /** @deprecated Use ResolvePermissionless */ readonly AcceptAdmin: 82;
44
43
  readonly ForceCloseResolved: 30;
45
44
  readonly SetPythOracle: 32;
46
45
  readonly UpdateMarkPrice: 33;
@@ -131,6 +130,8 @@ export declare const IX_TAG: {
131
130
  readonly SetDisputeParams: 80;
132
131
  /** PERC-315: Set LP collateral params (enabled + ltv_bps, admin only). */
133
132
  readonly SetLpCollateralParams: 81;
133
+ /** Phase E (2026-04-17): Accept a pending admin transfer. Signer must match pending_admin. */
134
+ readonly AcceptAdmin: 82;
134
135
  };
135
136
  /**
136
137
  * InitMarket instruction data (256 bytes total)
package/dist/index.js CHANGED
@@ -138,8 +138,8 @@ var IX_TAG = {
138
138
  ConvertReleasedPnl: 28,
139
139
  // Tags 29-30: on-chain = ResolvePermissionless/ForceCloseResolved.
140
140
  ResolvePermissionless: 29,
141
- /** @deprecated Use ResolvePermissionless */
142
- AcceptAdmin: 29,
141
+ // Note: `AcceptAdmin` used to be a @deprecated alias for tag 29; removed in
142
+ // beta.27 because AcceptAdmin is now a real instruction at tag 82 (Phase E).
143
143
  ForceCloseResolved: 30,
144
144
  // Tag 31: gap (no decode arm on-chain)
145
145
  SetPythOracle: 32,