@fileverse-dev/formulajs 4.4.11-mod-53 → 4.4.11-mod-54

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.
@@ -1,4 +1,4 @@
1
- /* @fileverse-dev/formulajs v4.4.11-mod-53 */
1
+ /* @fileverse-dev/formulajs v4.4.11-mod-54 */
2
2
  var _excluded = [ "confirmations", "dataDecoded" ];
3
3
 
4
4
  function _objectWithoutProperties(e, t) {
@@ -12309,7 +12309,7 @@ function _typeof(o) {
12309
12309
  case 0:
12310
12310
  slice = ADDRS.slice(i, i + 20).join(",");
12311
12311
  action = "addresstokenbalance";
12312
- url = "https://api.etherscan.io/v2/api?chainid=".concat(chainId) + "&module=account&action=".concat(action, "&address=").concat(slice) + "&page=".concat(page, "&offset=").concat(offset, "&apikey=").concat(API_KEY);
12312
+ url = "https://api.etherscan.io/v2/api?chainid=".concat(chainId) + "&module=account&action=".concat(action, "&address=").concat(slice) + "&page=".concat(page, "&offset=100&apikey=").concat(API_KEY);
12313
12313
  _context12.next = 5;
12314
12314
  return fetchJSON(url);
12315
12315
 
@@ -12386,7 +12386,7 @@ function _typeof(o) {
12386
12386
  while (1) switch (_context13.prev = _context13.next) {
12387
12387
  case 0:
12388
12388
  addr = _ADDRS[_i17];
12389
- url = "https://api.etherscan.io/v2/api?chainid=".concat(chainId) + "&module=account&action=txlist&address=".concat(addr) + "&startblock=".concat(startBlock, "&endblock=").concat(endBlock) + "&page=".concat(page, "&offset=").concat(offset, "&sort=asc&apikey=").concat(API_KEY);
12389
+ url = "https://api.etherscan.io/v2/api?chainid=".concat(chainId) + "&module=account&action=tokentx&address=".concat(addr) + "&startblock=".concat(startBlock, "&endblock=").concat(endBlock) + "&page=".concat(page, "&offset=").concat(offset, "&sort=asc&apikey=").concat(API_KEY);
12390
12390
  _context13.next = 4;
12391
12391
  return fetchJSON(url);
12392
12392