@jpool/bond-sdk 0.11.0-next.14 → 0.11.0-next.15

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
@@ -7039,9 +7039,9 @@ var JBondClient = class _JBondClient {
7039
7039
  * This should not be used in production environments.
7040
7040
  */
7041
7041
  async getTestSetLastUpdateEpochIx(props) {
7042
- const { bondType, bondName, voteAccount, epoch } = props;
7042
+ const { bondType, bondName, voteAccount, payer, epoch } = props;
7043
7043
  const [validatorBond, _] = this.pda.validatorBond(bondType, bondName, voteAccount);
7044
- return this.program.methods.testSetLastUpdateEpoch(new import_bn.BN(epoch)).accountsPartial({ validatorBond }).instruction();
7044
+ return this.program.methods.testSetLastUpdateEpoch(new import_bn.BN(epoch)).accountsPartial({ validatorBond, payer }).instruction();
7045
7045
  }
7046
7046
  /**
7047
7047
  * Build lock funds instruction