@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.cjs.development.js +2 -2
- package/dist/sdk.cjs.development.js.map +1 -1
- package/dist/sdk.cjs.production.min.js +1 -1
- package/dist/sdk.cjs.production.min.js.map +1 -1
- package/dist/sdk.esm.js +2 -2
- package/dist/sdk.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/helpers/aurora-api-helpers.ts +1 -1
- package/src/helpers/helpers.ts +1 -1
|
@@ -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://
|
|
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;
|