@aurigami/sdk 1.12.0-beta5 → 1.12.1-beta1

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
@@ -5283,10 +5283,9 @@ var ReferralRead = /*#__PURE__*/function (_BlockchainEntityRead) {
5283
5283
  refereeAddress: null
5284
5284
  };
5285
5285
  });
5286
- items = [referralRewardDummy1, referralRewardDummy2].concat(items);
5287
5286
  return _context5.abrupt("return", items);
5288
5287
 
5289
- case 6:
5288
+ case 5:
5290
5289
  case "end":
5291
5290
  return _context5.stop();
5292
5291
  }
@@ -5478,19 +5477,13 @@ var ReferralRead = /*#__PURE__*/function (_BlockchainEntityRead) {
5478
5477
 
5479
5478
  _proto.isOnAuroraPlus = /*#__PURE__*/function () {
5480
5479
  var _isOnAuroraPlus = /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/runtime_1.mark(function _callee10(address) {
5481
- var resp;
5482
5480
  return runtime_1.wrap(function _callee10$(_context10) {
5483
5481
  while (1) {
5484
5482
  switch (_context10.prev = _context10.next) {
5485
5483
  case 0:
5486
- _context10.next = 2;
5487
- return axios.get(AURORA_PLUS_API_PREFIX + address);
5484
+ return _context10.abrupt("return", true);
5488
5485
 
5489
- case 2:
5490
- resp = _context10.sent;
5491
- return _context10.abrupt("return", resp.data.status == 'active');
5492
-
5493
- case 4:
5486
+ case 1:
5494
5487
  case "end":
5495
5488
  return _context10.stop();
5496
5489
  }