@aurigami/sdk 1.5.7 → 1.5.8

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.
@@ -4340,9 +4340,15 @@ var SdkReadWrite = /*#__PURE__*/function (_SdkRead) {
4340
4340
  while (1) {
4341
4341
  switch (_context7.prev = _context7.next) {
4342
4342
  case 0:
4343
- return _context7.abrupt("return", this._auriLens.connect(this._networkConnection.signer).claimRewards(this._comptroller.address, this._auriFairLaunch.address, ALL_STAKING_POOLS));
4343
+ _context7.t0 = this._comptroller.connect(this._networkConnection.signer);
4344
+ _context7.next = 3;
4345
+ return this._networkConnection.signer.getAddress();
4344
4346
 
4345
- case 1:
4347
+ case 3:
4348
+ _context7.t1 = _context7.sent;
4349
+ return _context7.abrupt("return", _context7.t0['claimReward(uint8,address)'].call(_context7.t0, 0, _context7.t1));
4350
+
4351
+ case 5:
4346
4352
  case "end":
4347
4353
  return _context7.stop();
4348
4354
  }