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