@aurigami/sdk 1.17.0 → 1.17.1

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.
@@ -667,7 +667,7 @@ var symbolRecords = /*#__PURE__*/Object.fromEntries( /*#__PURE__*/networkAddress
667
667
  return [address.toLowerCase(), name];
668
668
  }));
669
669
 
670
- var AURORA_API_BASE_URL = 'https://api.aurorascan.dev/api';
670
+ var AURORA_API_BASE_URL = 'https://explorer.mainnet.aurora.dev/api';
671
671
  function getQuery(_x, _x2, _x3) {
672
672
  return _getQuery.apply(this, arguments);
673
673
  }
@@ -971,7 +971,7 @@ function _getBlockBeforeTimestamp() {
971
971
  });
972
972
  case 2:
973
973
  result = _context6.sent;
974
- _context6.t0 = parseInt(result);
974
+ _context6.t0 = parseInt(result.blockNumber);
975
975
  if (_context6.t0) {
976
976
  _context6.next = 8;
977
977
  break;