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

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-55 */
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
 
@@ -12835,6 +12835,9 @@ function _typeof(o) {
12835
12835
  function TALLY() {
12836
12836
  return "Coming Soon";
12837
12837
  }
12838
+ function MYANIMELIST() {
12839
+ return "Coming Soon";
12840
+ }
12838
12841
  var utils = {
12839
12842
  errors: errors,
12840
12843
  symbols: symbols,
@@ -13098,6 +13101,7 @@ function _typeof(o) {
13098
13101
  exports.MROUND = MROUND;
13099
13102
  exports.MULTINOMIAL = MULTINOMIAL;
13100
13103
  exports.MUNIT = MUNIT;
13104
+ exports.MYANIMELIST = MYANIMELIST;
13101
13105
  exports.N = N;
13102
13106
  exports.NA = NA;
13103
13107
  exports.NEGBINOM = NEGBINOM;