@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.
package/dist/sdk.esm.js CHANGED
@@ -662,7 +662,7 @@ var symbolRecords = /*#__PURE__*/Object.fromEntries( /*#__PURE__*/networkAddress
662
662
  return [address.toLowerCase(), name];
663
663
  }));
664
664
 
665
- var AURORA_API_BASE_URL = 'https://api.aurorascan.dev/api';
665
+ var AURORA_API_BASE_URL = 'https://explorer.mainnet.aurora.dev/api';
666
666
  function getQuery(_x, _x2, _x3) {
667
667
  return _getQuery.apply(this, arguments);
668
668
  }
@@ -966,7 +966,7 @@ function _getBlockBeforeTimestamp() {
966
966
  });
967
967
  case 2:
968
968
  result = _context6.sent;
969
- _context6.t0 = parseInt(result);
969
+ _context6.t0 = parseInt(result.blockNumber);
970
970
  if (_context6.t0) {
971
971
  _context6.next = 8;
972
972
  break;