@fileverse-dev/formulajs 4.4.38-col-3 → 4.4.38

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.38-col-3 */
1
+ /* @fileverse-dev/formulajs v4.4.38 */
2
2
  var _excluded = [ "confirmations", "dataDecoded" ];
3
3
 
4
4
  function _objectWithoutProperties(e, t) {
@@ -16481,28 +16481,26 @@ function _typeof(o) {
16481
16481
  graphType: enumType([ "v2", "v2-raw" ]),
16482
16482
  category: enumType([ "tokens", "markets" ]),
16483
16483
  param1: stringType().nonempty(),
16484
- param2: stringType().optional(),
16485
- columnName: stringType().optional()
16484
+ param2: stringType().optional()
16486
16485
  });
16487
16486
  function AAVE() {
16488
16487
  return _AAVE.apply(this, arguments);
16489
16488
  }
16490
16489
  function _AAVE() {
16491
16490
  _AAVE = _asyncToGenerator(_regenerator().m(function _callee42() {
16492
- var _argsToArray3, _argsToArray4, graphType, category, param1, param2, columnName, baseUrl, url, res, _json, filterColumnName, _data5, _args43 = arguments, _t1;
16491
+ var _argsToArray3, _argsToArray4, graphType, category, param1, param2, baseUrl, url, res, _json, _args43 = arguments, _t1;
16493
16492
  return _regenerator().w(function(_context43) {
16494
16493
  while (1) switch (_context43.p = _context43.n) {
16495
16494
  case 0:
16496
16495
  _context43.p = 0;
16497
- _argsToArray3 = argsToArray(_args43), _argsToArray4 = _slicedToArray(_argsToArray3, 5),
16496
+ _argsToArray3 = argsToArray(_args43), _argsToArray4 = _slicedToArray(_argsToArray3, 4),
16498
16497
  graphType = _argsToArray4[0], category = _argsToArray4[1], param1 = _argsToArray4[2],
16499
- param2 = _argsToArray4[3], columnName = _argsToArray4[4];
16498
+ param2 = _argsToArray4[3];
16500
16499
  validateParams(aaveParamsSchema, {
16501
16500
  graphType: graphType,
16502
16501
  category: category,
16503
16502
  param1: param1,
16504
- param2: param2,
16505
- columnName: columnName
16503
+ param2: param2
16506
16504
  });
16507
16505
  baseUrl = "https://onchain-proxy.fileverse.io/third-party";
16508
16506
  url = "".concat(baseUrl) + "?service=aave" + "&graphType=".concat(encodeURIComponent(graphType)) + "&category=".concat(encodeURIComponent(category)) + "&input1=".concat(encodeURIComponent(param1)) + (param2 ? "&input2=".concat(encodeURIComponent(param2)) : "");
@@ -16523,9 +16521,6 @@ function _typeof(o) {
16523
16521
 
16524
16522
  case 3:
16525
16523
  _json = _context43.v;
16526
- filterColumnName = columnName === null || columnName === void 0 ? void 0 : columnName.split(",").map(function(s) {
16527
- return s.trim();
16528
- });
16529
16524
  if (!Array.isArray(_json)) {
16530
16525
  _context43.n = 4;
16531
16526
  break;
@@ -16534,31 +16529,20 @@ function _typeof(o) {
16534
16529
  var flat = {};
16535
16530
  Object.entries(item).forEach(function(_ref29) {
16536
16531
  var _ref30 = _slicedToArray(_ref29, 2), k = _ref30[0], v = _ref30[1];
16537
- if (columnName && filterColumnName.includes(k) && (v === null || _typeof(v) !== "object")) flat[k] = v;
16532
+ if (v === null || _typeof(v) !== "object") flat[k] = v;
16538
16533
  });
16539
16534
  return flat;
16540
16535
  }));
16541
16536
 
16542
16537
  case 4:
16543
- if (!(columnName && _typeof(_json) === "object")) {
16544
- _context43.n = 5;
16545
- break;
16546
- }
16547
- _data5 = {};
16548
- filterColumnName.forEach(function(k) {
16549
- _data5[k] = _json[k];
16550
- });
16551
- return _context43.a(2, _data5);
16552
-
16553
- case 5:
16554
16538
  return _context43.a(2, _json);
16555
16539
 
16556
- case 6:
16557
- _context43.p = 6;
16540
+ case 5:
16541
+ _context43.p = 5;
16558
16542
  _t1 = _context43.v;
16559
16543
  return _context43.a(2, errorMessageHandler(_t1, "AAVE"));
16560
16544
  }
16561
- }, _callee42, null, [ [ 0, 6 ] ]);
16545
+ }, _callee42, null, [ [ 0, 5 ] ]);
16562
16546
  }));
16563
16547
  return _AAVE.apply(this, arguments);
16564
16548
  }
@@ -16590,8 +16574,7 @@ function _typeof(o) {
16590
16574
  page: numberType()["int"]().nonnegative()["default"](1),
16591
16575
  offset: numberType()["int"]().nonnegative().max(MAX_PAGE_LIMIT, {
16592
16576
  message: '"offset" must be less than or equal to '.concat(MAX_PAGE_LIMIT)
16593
- })["default"](10),
16594
- columnName: stringType().optional()
16577
+ })["default"](10)
16595
16578
  });
16596
16579
  var eoaParamsSchema = preprocessType(function(val) {
16597
16580
  var obj = _objectSpread({}, val || {});
@@ -16849,7 +16832,7 @@ function _typeof(o) {
16849
16832
  }
16850
16833
  function _EOA() {
16851
16834
  _EOA = _asyncToGenerator(_regenerator().m(function _callee45() {
16852
- var fetchJSON, _argsToArray5, _argsToArray6, addresses, category, chains, startTime, endTime, _argsToArray6$, page, _argsToArray6$2, offset, _argsToArray6$3, columnName, apiKey, INPUTS, CHAINS, ADDRESS_MAP, _iterator55, _step55, inp, _address, ADDRS, out, _iterator56, _step56, _loop2, _ret, filterColumnName, _args49 = arguments, _t11, _t12, _t13;
16835
+ var fetchJSON, _argsToArray5, _argsToArray6, addresses, category, chains, startTime, endTime, _argsToArray6$, page, _argsToArray6$2, offset, apiKey, INPUTS, CHAINS, ADDRESS_MAP, _iterator55, _step55, inp, _address, ADDRS, out, _iterator56, _step56, _loop2, _ret, _args49 = arguments, _t11, _t12, _t13;
16853
16836
  return _regenerator().w(function(_context49) {
16854
16837
  while (1) switch (_context49.p = _context49.n) {
16855
16838
  case 0:
@@ -16911,12 +16894,11 @@ function _typeof(o) {
16911
16894
  return _ref31.apply(this, arguments);
16912
16895
  };
16913
16896
  }();
16914
- _argsToArray5 = argsToArray(_args49), _argsToArray6 = _slicedToArray(_argsToArray5, 8),
16897
+ _argsToArray5 = argsToArray(_args49), _argsToArray6 = _slicedToArray(_argsToArray5, 7),
16915
16898
  addresses = _argsToArray6[0], category = _argsToArray6[1], chains = _argsToArray6[2],
16916
16899
  startTime = _argsToArray6[3], endTime = _argsToArray6[4], _argsToArray6$ = _argsToArray6[5],
16917
16900
  page = _argsToArray6$ === void 0 ? 1 : _argsToArray6$, _argsToArray6$2 = _argsToArray6[6],
16918
- offset = _argsToArray6$2 === void 0 ? 10 : _argsToArray6$2, _argsToArray6$3 = _argsToArray6[7],
16919
- columnName = _argsToArray6$3 === void 0 ? null : _argsToArray6$3;
16901
+ offset = _argsToArray6$2 === void 0 ? 10 : _argsToArray6$2;
16920
16902
  validateParams(eoaParamsSchema, {
16921
16903
  addresses: addresses,
16922
16904
  category: category,
@@ -16924,8 +16906,7 @@ function _typeof(o) {
16924
16906
  startTime: startTime,
16925
16907
  endTime: endTime,
16926
16908
  page: page,
16927
- offset: offset,
16928
- columnName: columnName
16909
+ offset: offset
16929
16910
  });
16930
16911
  apiKey = window.localStorage.getItem(SERVICES_API_KEY.Etherscan);
16931
16912
  INPUTS = addresses.split(",").map(function(s) {
@@ -17188,30 +17169,14 @@ function _typeof(o) {
17188
17169
  return _context49.f(16);
17189
17170
 
17190
17171
  case 17:
17191
- if (!columnName) {
17192
- _context49.n = 18;
17193
- break;
17194
- }
17195
- filterColumnName = columnName.split(",").map(function(s) {
17196
- return s.trim();
17197
- });
17198
- return _context49.a(2, out.map(function(obj) {
17199
- return Object.fromEntries(filterColumnName.filter(function(key) {
17200
- return key in obj;
17201
- }).map(function(key) {
17202
- return [ key, obj[key] ];
17203
- }));
17204
- }));
17205
-
17206
- case 18:
17207
17172
  return _context49.a(2, out);
17208
17173
 
17209
- case 19:
17210
- _context49.p = 19;
17174
+ case 18:
17175
+ _context49.p = 18;
17211
17176
  _t13 = _context49.v;
17212
17177
  return _context49.a(2, errorMessageHandler(_t13, "EOA"));
17213
17178
  }
17214
- }, _callee45, null, [ [ 10, 15, 16, 17 ], [ 1, 7, 8, 9 ], [ 0, 19 ] ]);
17179
+ }, _callee45, null, [ [ 10, 15, 16, 17 ], [ 1, 7, 8, 9 ], [ 0, 18 ] ]);
17215
17180
  }));
17216
17181
  return _EOA.apply(this, arguments);
17217
17182
  }
@@ -17222,8 +17187,7 @@ function _typeof(o) {
17222
17187
  page: numberType()["int"]().nonnegative()["default"](1),
17223
17188
  limit: numberType()["int"]().nonnegative().max(MAX_PAGE_LIMIT, {
17224
17189
  message: '"limit" must be less than or equal to '.concat(MAX_PAGE_LIMIT)
17225
- })["default"](10),
17226
- columnName: stringType().optional()
17190
+ })["default"](10)
17227
17191
  });
17228
17192
  var txnSchema$1 = objectType({
17229
17193
  type: enumType([ "all-txns", "token-txns", "nft-txns" ]),
@@ -17233,8 +17197,7 @@ function _typeof(o) {
17233
17197
  page: numberType()["int"]().nonnegative()["default"](1),
17234
17198
  limit: numberType()["int"]().nonnegative().max(MAX_PAGE_LIMIT, {
17235
17199
  message: '"limit" must be less than or equal to '.concat(MAX_PAGE_LIMIT)
17236
- })["default"](10),
17237
- columnName: stringType().optional()
17200
+ })["default"](10)
17238
17201
  });
17239
17202
  var baseParamsSchema = discriminatedUnionType("type", [ gasSchema$1, txnSchema$1 ]);
17240
17203
  function handleScanRequest(_x13) {
@@ -17359,22 +17322,21 @@ function _typeof(o) {
17359
17322
  }
17360
17323
  function _BASE() {
17361
17324
  _BASE = _asyncToGenerator(_regenerator().m(function _callee47() {
17362
- var _argsToArray7, _argsToArray8, type, address, startDate, endDate, page, limit, columnName, API_KEY, out, filterColumnName, _args51 = arguments, _t14;
17325
+ var _argsToArray7, _argsToArray8, type, address, startDate, endDate, page, limit, API_KEY, _args51 = arguments, _t14;
17363
17326
  return _regenerator().w(function(_context51) {
17364
17327
  while (1) switch (_context51.p = _context51.n) {
17365
17328
  case 0:
17366
17329
  _context51.p = 0;
17367
- _argsToArray7 = argsToArray(_args51), _argsToArray8 = _slicedToArray(_argsToArray7, 7),
17330
+ _argsToArray7 = argsToArray(_args51), _argsToArray8 = _slicedToArray(_argsToArray7, 6),
17368
17331
  type = _argsToArray8[0], address = _argsToArray8[1], startDate = _argsToArray8[2],
17369
- endDate = _argsToArray8[3], page = _argsToArray8[4], limit = _argsToArray8[5], columnName = _argsToArray8[6];
17332
+ endDate = _argsToArray8[3], page = _argsToArray8[4], limit = _argsToArray8[5];
17370
17333
  validateParams(baseParamsSchema, {
17371
17334
  type: type,
17372
17335
  address: address,
17373
17336
  startDate: startDate,
17374
17337
  endDate: endDate,
17375
17338
  page: page,
17376
- limit: limit,
17377
- columnName: columnName
17339
+ limit: limit
17378
17340
  });
17379
17341
  API_KEY = window.localStorage.getItem(SERVICES_API_KEY.Basescan);
17380
17342
  _context51.n = 1;
@@ -17392,31 +17354,14 @@ function _typeof(o) {
17392
17354
  });
17393
17355
 
17394
17356
  case 1:
17395
- out = _context51.v;
17396
- if (!columnName) {
17397
- _context51.n = 2;
17398
- break;
17399
- }
17400
- filterColumnName = columnName.split(",").map(function(s) {
17401
- return s.trim();
17402
- });
17403
- return _context51.a(2, out.map(function(obj) {
17404
- return Object.fromEntries(filterColumnName.filter(function(key) {
17405
- return key in obj;
17406
- }).map(function(key) {
17407
- return [ key, obj[key] ];
17408
- }));
17409
- }));
17357
+ return _context51.a(2, _context51.v);
17410
17358
 
17411
17359
  case 2:
17412
- return _context51.a(2, out);
17413
-
17414
- case 3:
17415
- _context51.p = 3;
17360
+ _context51.p = 2;
17416
17361
  _t14 = _context51.v;
17417
17362
  return _context51.a(2, errorMessageHandler(_t14, "BASE"));
17418
17363
  }
17419
- }, _callee47, null, [ [ 0, 3 ] ]);
17364
+ }, _callee47, null, [ [ 0, 2 ] ]);
17420
17365
  }));
17421
17366
  return _BASE.apply(this, arguments);
17422
17367
  }
@@ -17554,8 +17499,7 @@ function _typeof(o) {
17554
17499
  var derivativesSchema = objectType({
17555
17500
  category: literalType("derivatives"),
17556
17501
  param1: stringType().nonempty(),
17557
- param2: anyType().optional(),
17558
- columnName: stringType().optional()
17502
+ param2: anyType().optional()
17559
17503
  });
17560
17504
  var coingeckoParamsSchema = discriminatedUnionType("category", [ priceSchema$1, marketSchema, stablecoinsSchema, derivativesSchema ]);
17561
17505
  function COINGECKO() {
@@ -17563,19 +17507,17 @@ function _typeof(o) {
17563
17507
  }
17564
17508
  function _COINGECKO() {
17565
17509
  _COINGECKO = _asyncToGenerator(_regenerator().m(function _callee49() {
17566
- var _category$toLowerCase, _argsToArray1, _argsToArray10, category, param1, param2, _argsToArray10$, columnName, apiKey, headers, url, vs, map, _category, trend, _category2, _trend, _getUrlAndHeaders5, finalUrl, HEADERS, res, _json3, _json3$status, msg, out, _i34, _Object$entries, _Object$entries$_i, token, prices, _i35, _Object$entries2, _Object$entries2$_i, cur, val, _data6, _args53 = arguments, _t17, _t18;
17510
+ var _category$toLowerCase, _argsToArray1, _argsToArray10, category, param1, param2, apiKey, headers, url, vs, map, _category, trend, _category2, _trend, _getUrlAndHeaders5, finalUrl, HEADERS, res, _json3, _json3$status, msg, out, _i34, _Object$entries, _Object$entries$_i, token, prices, _i35, _Object$entries2, _Object$entries2$_i, cur, val, _data5, _args53 = arguments, _t17, _t18;
17567
17511
  return _regenerator().w(function(_context53) {
17568
17512
  while (1) switch (_context53.p = _context53.n) {
17569
17513
  case 0:
17570
17514
  _context53.p = 0;
17571
- _argsToArray1 = argsToArray(_args53), _argsToArray10 = _slicedToArray(_argsToArray1, 4),
17572
- category = _argsToArray10[0], param1 = _argsToArray10[1], param2 = _argsToArray10[2],
17573
- _argsToArray10$ = _argsToArray10[3], columnName = _argsToArray10$ === void 0 ? null : _argsToArray10$;
17515
+ _argsToArray1 = argsToArray(_args53), _argsToArray10 = _slicedToArray(_argsToArray1, 3),
17516
+ category = _argsToArray10[0], param1 = _argsToArray10[1], param2 = _argsToArray10[2];
17574
17517
  validateParams(coingeckoParamsSchema, {
17575
17518
  category: category,
17576
17519
  param1: param1,
17577
- param2: param2,
17578
- columnName: columnName
17520
+ param2: param2
17579
17521
  });
17580
17522
  apiKey = window.localStorage.getItem(SERVICES_API_KEY.Coingecko);
17581
17523
  headers = {
@@ -17669,8 +17611,8 @@ function _typeof(o) {
17669
17611
  return _context53.a(2, [ out ]);
17670
17612
 
17671
17613
  case 10:
17672
- _data6 = Array.isArray(_json3) ? _json3 : [ _json3 ];
17673
- return _context53.a(2, _data6.map(function(item) {
17614
+ _data5 = Array.isArray(_json3) ? _json3 : [ _json3 ];
17615
+ return _context53.a(2, _data5.map(function(item) {
17674
17616
  var flat = {};
17675
17617
  for (var _i36 = 0, _Object$entries3 = Object.entries(item); _i36 < _Object$entries3.length; _i36++) {
17676
17618
  var _Object$entries3$_i = _slicedToArray(_Object$entries3[_i36], 2), key = _Object$entries3$_i[0], _value22 = _Object$entries3$_i[1];
@@ -17678,18 +17620,6 @@ function _typeof(o) {
17678
17620
  flat[key] = _value22;
17679
17621
  }
17680
17622
  }
17681
- if (columnName) {
17682
- var filterData = {};
17683
- var filterColumnName = columnName.split(",").map(function(s) {
17684
- return s.trim();
17685
- });
17686
- filterColumnName.forEach(function(col) {
17687
- if (flat[col] !== undefined) {
17688
- filterData[col] = flat[col];
17689
- }
17690
- });
17691
- return filterData;
17692
- }
17693
17623
  return flat;
17694
17624
  }));
17695
17625
 
@@ -17704,8 +17634,7 @@ function _typeof(o) {
17704
17634
  }
17705
17635
  var categories = [ "protocols", "yields", "dex", "fees" ];
17706
17636
  var defillamaParamsSchema = objectType({
17707
- category: enumType(categories),
17708
- columnName: stringType().optional()
17637
+ category: enumType(categories)
17709
17638
  });
17710
17639
  var CATEGORY_URLS = {
17711
17640
  protocols: "https://api.llama.fi/protocols",
@@ -17718,16 +17647,15 @@ function _typeof(o) {
17718
17647
  }
17719
17648
  function _DEFILLAMA() {
17720
17649
  _DEFILLAMA = _asyncToGenerator(_regenerator().m(function _callee50() {
17721
- var _argsToArray11, _argsToArray12, category, _argsToArray12$, columnName, url, res, _json4, filterColumnName, _args54 = arguments, _t19, _t20;
17650
+ var _argsToArray11, _argsToArray12, category, url, res, _json4, _args54 = arguments, _t19, _t20;
17722
17651
  return _regenerator().w(function(_context54) {
17723
17652
  while (1) switch (_context54.p = _context54.n) {
17724
17653
  case 0:
17725
17654
  _context54.p = 0;
17726
- _argsToArray11 = argsToArray(_args54), _argsToArray12 = _slicedToArray(_argsToArray11, 2),
17727
- category = _argsToArray12[0], _argsToArray12$ = _argsToArray12[1], columnName = _argsToArray12$ === void 0 ? null : _argsToArray12$;
17655
+ _argsToArray11 = argsToArray(_args54), _argsToArray12 = _slicedToArray(_argsToArray11, 1),
17656
+ category = _argsToArray12[0];
17728
17657
  validateParams(defillamaParamsSchema, {
17729
- category: category,
17730
- columnName: columnName
17658
+ category: category
17731
17659
  });
17732
17660
  url = CATEGORY_URLS[category];
17733
17661
  if (url) {
@@ -17771,14 +17699,11 @@ function _typeof(o) {
17771
17699
  return _context54.a(3, 8);
17772
17700
 
17773
17701
  case 8:
17774
- filterColumnName = columnName === null || columnName === void 0 ? void 0 : columnName.split(",").map(function(s) {
17775
- return s.trim();
17776
- });
17777
17702
  return _context54.a(2, (Array.isArray(_json4) ? _json4 : [ _json4 ]).map(function(item) {
17778
17703
  var out = {};
17779
17704
  for (var _i37 = 0, _Object$entries4 = Object.entries(item); _i37 < _Object$entries4.length; _i37++) {
17780
17705
  var _Object$entries4$_i = _slicedToArray(_Object$entries4[_i37], 2), k = _Object$entries4$_i[0], v = _Object$entries4$_i[1];
17781
- if (columnName && filterColumnName.includes(k) && (v === null || _typeof(v) !== "object")) out[k] = v;
17706
+ if (v === null || _typeof(v) !== "object") out[k] = v;
17782
17707
  }
17783
17708
  return out;
17784
17709
  }));
@@ -17799,8 +17724,7 @@ function _typeof(o) {
17799
17724
  page: numberType()["int"]().nonnegative()["default"](1),
17800
17725
  limit: numberType()["int"]().nonnegative().max(MAX_PAGE_LIMIT, {
17801
17726
  message: '"limit" must be less than or equal to '.concat(MAX_PAGE_LIMIT)
17802
- })["default"](10),
17803
- columnName: stringType().optional()
17727
+ })["default"](10)
17804
17728
  });
17805
17729
  var txnSchema = objectType({
17806
17730
  type: enumType([ "all-txns", "token-txns", "nft-txns" ]),
@@ -17811,8 +17735,7 @@ function _typeof(o) {
17811
17735
  page: numberType()["int"]().nonnegative()["default"](1),
17812
17736
  limit: numberType()["int"]().nonnegative().max(MAX_PAGE_LIMIT, {
17813
17737
  message: '"limit" must be less than or equal to '.concat(MAX_PAGE_LIMIT)
17814
- })["default"](10),
17815
- columnName: stringType().optional()
17738
+ })["default"](10)
17816
17739
  });
17817
17740
  var etherscanParamsSchema = discriminatedUnionType("type", [ gasSchema, txnSchema ]);
17818
17741
  function ETHERSCAN() {
@@ -17820,17 +17743,16 @@ function _typeof(o) {
17820
17743
  }
17821
17744
  function _ETHERSCAN() {
17822
17745
  _ETHERSCAN = _asyncToGenerator(_regenerator().m(function _callee51() {
17823
- var _argsToArray13, _argsToArray14, type, chain, address, startDate, endDate, _argsToArray14$, page, _argsToArray14$2, limit, _argsToArray14$3, columnName, chainId, apiKey, out, filterColumnName, _args55 = arguments, _t21;
17746
+ var _argsToArray13, _argsToArray14, type, chain, address, startDate, endDate, _argsToArray14$, page, _argsToArray14$2, limit, chainId, apiKey, _args55 = arguments, _t21;
17824
17747
  return _regenerator().w(function(_context55) {
17825
17748
  while (1) switch (_context55.p = _context55.n) {
17826
17749
  case 0:
17827
17750
  _context55.p = 0;
17828
- _argsToArray13 = argsToArray(_args55), _argsToArray14 = _slicedToArray(_argsToArray13, 8),
17751
+ _argsToArray13 = argsToArray(_args55), _argsToArray14 = _slicedToArray(_argsToArray13, 7),
17829
17752
  type = _argsToArray14[0], chain = _argsToArray14[1], address = _argsToArray14[2],
17830
17753
  startDate = _argsToArray14[3], endDate = _argsToArray14[4], _argsToArray14$ = _argsToArray14[5],
17831
17754
  page = _argsToArray14$ === void 0 ? 1 : _argsToArray14$, _argsToArray14$2 = _argsToArray14[6],
17832
- limit = _argsToArray14$2 === void 0 ? 10 : _argsToArray14$2, _argsToArray14$3 = _argsToArray14[7],
17833
- columnName = _argsToArray14$3 === void 0 ? null : _argsToArray14$3;
17755
+ limit = _argsToArray14$2 === void 0 ? 10 : _argsToArray14$2;
17834
17756
  validateParams(etherscanParamsSchema, {
17835
17757
  type: type,
17836
17758
  chain: chain,
@@ -17838,8 +17760,7 @@ function _typeof(o) {
17838
17760
  startDate: startDate,
17839
17761
  endDate: endDate,
17840
17762
  page: page,
17841
- limit: limit,
17842
- columnName: columnName
17763
+ limit: limit
17843
17764
  });
17844
17765
  chainId = CHAIN_ID_MAP[chain];
17845
17766
  if (chainId) {
@@ -17865,31 +17786,14 @@ function _typeof(o) {
17865
17786
  });
17866
17787
 
17867
17788
  case 2:
17868
- out = _context55.v;
17869
- if (!columnName) {
17870
- _context55.n = 3;
17871
- break;
17872
- }
17873
- filterColumnName = columnName.split(",").map(function(s) {
17874
- return s.trim();
17875
- });
17876
- return _context55.a(2, out.map(function(obj) {
17877
- return Object.fromEntries(filterColumnName.filter(function(key) {
17878
- return key in obj;
17879
- }).map(function(key) {
17880
- return [ key, obj[key] ];
17881
- }));
17882
- }));
17789
+ return _context55.a(2, _context55.v);
17883
17790
 
17884
17791
  case 3:
17885
- return _context55.a(2, out);
17886
-
17887
- case 4:
17888
- _context55.p = 4;
17792
+ _context55.p = 3;
17889
17793
  _t21 = _context55.v;
17890
17794
  return _context55.a(2, errorMessageHandler(_t21, "ETHERSCAN"));
17891
17795
  }
17892
- }, _callee51, null, [ [ 0, 4 ] ]);
17796
+ }, _callee51, null, [ [ 0, 3 ] ]);
17893
17797
  }));
17894
17798
  return _ETHERSCAN.apply(this, arguments);
17895
17799
  }
@@ -17906,7 +17810,7 @@ function _typeof(o) {
17906
17810
  }
17907
17811
  function _FARCASTER() {
17908
17812
  _FARCASTER = _asyncToGenerator(_regenerator().m(function _callee52() {
17909
- var _argsToArray15, _argsToArray16, contentType, identifier, _argsToArray16$, start, _argsToArray16$2, end, apiKey, url, typeMap, _getUrlAndHeaders6, finalUrl, HEADERS, response, _yield$response$json, _data7, _args56 = arguments, _t22;
17813
+ var _argsToArray15, _argsToArray16, contentType, identifier, _argsToArray16$, start, _argsToArray16$2, end, apiKey, url, typeMap, _getUrlAndHeaders6, finalUrl, HEADERS, response, _yield$response$json, _data6, _args56 = arguments, _t22;
17910
17814
  return _regenerator().w(function(_context56) {
17911
17815
  while (1) switch (_context56.p = _context56.n) {
17912
17816
  case 0:
@@ -17961,15 +17865,15 @@ function _typeof(o) {
17961
17865
 
17962
17866
  case 3:
17963
17867
  _yield$response$json = _context56.v;
17964
- _data7 = _yield$response$json.data;
17965
- if (Array.isArray(_data7)) {
17868
+ _data6 = _yield$response$json.data;
17869
+ if (Array.isArray(_data6)) {
17966
17870
  _context56.n = 4;
17967
17871
  break;
17968
17872
  }
17969
17873
  return _context56.a(2, []);
17970
17874
 
17971
17875
  case 4:
17972
- return _context56.a(2, _data7.map(function(item) {
17876
+ return _context56.a(2, _data6.map(function(item) {
17973
17877
  var flat = {};
17974
17878
  for (var _i38 = 0, _Object$entries5 = Object.entries(item); _i38 < _Object$entries5.length; _i38++) {
17975
17879
  var _Object$entries5$_i = _slicedToArray(_Object$entries5[_i38], 2), k = _Object$entries5$_i[0], v = _Object$entries5$_i[1];
@@ -18025,7 +17929,7 @@ function _typeof(o) {
18025
17929
  }
18026
17930
  function _FIREFLY() {
18027
17931
  _FIREFLY = _asyncToGenerator(_regenerator().m(function _callee53() {
18028
- var _argsToArray17, _argsToArray18, platform, contentType, identifier, _argsToArray18$, start, _argsToArray18$2, end, apiKey, url, _getUrlAndHeaders7, finalUrl, HEADERS, response, _yield$response$json2, _data8, _args57 = arguments, _t23;
17932
+ var _argsToArray17, _argsToArray18, platform, contentType, identifier, _argsToArray18$, start, _argsToArray18$2, end, apiKey, url, _getUrlAndHeaders7, finalUrl, HEADERS, response, _yield$response$json2, _data7, _args57 = arguments, _t23;
18029
17933
  return _regenerator().w(function(_context57) {
18030
17934
  while (1) switch (_context57.p = _context57.n) {
18031
17935
  case 0:
@@ -18076,15 +17980,15 @@ function _typeof(o) {
18076
17980
 
18077
17981
  case 3:
18078
17982
  _yield$response$json2 = _context57.v;
18079
- _data8 = _yield$response$json2.data;
18080
- if (Array.isArray(_data8)) {
17983
+ _data7 = _yield$response$json2.data;
17984
+ if (Array.isArray(_data7)) {
18081
17985
  _context57.n = 4;
18082
17986
  break;
18083
17987
  }
18084
17988
  return _context57.a(2, []);
18085
17989
 
18086
17990
  case 4:
18087
- return _context57.a(2, _data8.map(function(item) {
17991
+ return _context57.a(2, _data7.map(function(item) {
18088
17992
  var flat = {};
18089
17993
  for (var _i39 = 0, _Object$entries6 = Object.entries(item); _i39 < _Object$entries6.length; _i39++) {
18090
17994
  var _Object$entries6$_i = _slicedToArray(_Object$entries6[_i39], 2), key = _Object$entries6$_i[0], _value23 = _Object$entries6$_i[1];
@@ -18167,7 +18071,7 @@ function _typeof(o) {
18167
18071
  }
18168
18072
  function _LENS() {
18169
18073
  _LENS = _asyncToGenerator(_regenerator().m(function _callee55() {
18170
- var _argsToArray21, _argsToArray22, contentType, identifier, _argsToArray22$, start, _argsToArray22$2, end, apiKey, url, typeMap, _getUrlAndHeaders8, finalUrl, HEADERS, response, _yield$response$json3, _data9, _args59 = arguments, _t25;
18074
+ var _argsToArray21, _argsToArray22, contentType, identifier, _argsToArray22$, start, _argsToArray22$2, end, apiKey, url, typeMap, _getUrlAndHeaders8, finalUrl, HEADERS, response, _yield$response$json3, _data8, _args59 = arguments, _t25;
18171
18075
  return _regenerator().w(function(_context59) {
18172
18076
  while (1) switch (_context59.p = _context59.n) {
18173
18077
  case 0:
@@ -18221,15 +18125,15 @@ function _typeof(o) {
18221
18125
 
18222
18126
  case 3:
18223
18127
  _yield$response$json3 = _context59.v;
18224
- _data9 = _yield$response$json3.data;
18225
- if (Array.isArray(_data9)) {
18128
+ _data8 = _yield$response$json3.data;
18129
+ if (Array.isArray(_data8)) {
18226
18130
  _context59.n = 4;
18227
18131
  break;
18228
18132
  }
18229
18133
  return _context59.a(2, []);
18230
18134
 
18231
18135
  case 4:
18232
- return _context59.a(2, _data9.map(function(item) {
18136
+ return _context59.a(2, _data8.map(function(item) {
18233
18137
  var flat = {};
18234
18138
  for (var _i40 = 0, _Object$entries7 = Object.entries(item); _i40 < _Object$entries7.length; _i40++) {
18235
18139
  var _Object$entries7$_i = _slicedToArray(_Object$entries7[_i40], 2), key = _Object$entries7$_i[0], _value24 = _Object$entries7$_i[1];
@@ -18485,28 +18389,26 @@ function _typeof(o) {
18485
18389
  graphType: enumType([ "v3", "v3-raw" ]),
18486
18390
  category: enumType([ "tokens", "markets" ]),
18487
18391
  param1: stringType().nonempty(),
18488
- param2: stringType().optional(),
18489
- colummnName: stringType().optional()
18392
+ param2: stringType().optional()
18490
18393
  });
18491
18394
  function UNISWAP() {
18492
18395
  return _UNISWAP.apply(this, arguments);
18493
18396
  }
18494
18397
  function _UNISWAP() {
18495
18398
  _UNISWAP = _asyncToGenerator(_regenerator().m(function _callee58() {
18496
- var _argsToArray27, _argsToArray28, graphType, category, param1, param2, columnName, baseUrl, url, res, _json7, filterColumnName, _data0, _args62 = arguments, _t28;
18399
+ var _argsToArray27, _argsToArray28, graphType, category, param1, param2, baseUrl, url, res, _json7, _args62 = arguments, _t28;
18497
18400
  return _regenerator().w(function(_context62) {
18498
18401
  while (1) switch (_context62.p = _context62.n) {
18499
18402
  case 0:
18500
18403
  _context62.p = 0;
18501
- _argsToArray27 = argsToArray(_args62), _argsToArray28 = _slicedToArray(_argsToArray27, 5),
18404
+ _argsToArray27 = argsToArray(_args62), _argsToArray28 = _slicedToArray(_argsToArray27, 4),
18502
18405
  graphType = _argsToArray28[0], category = _argsToArray28[1], param1 = _argsToArray28[2],
18503
- param2 = _argsToArray28[3], columnName = _argsToArray28[4];
18406
+ param2 = _argsToArray28[3];
18504
18407
  validateParams(uniswapParamsSchema, {
18505
18408
  graphType: graphType,
18506
18409
  category: category,
18507
18410
  param1: param1,
18508
- param2: param2,
18509
- columnName: columnName
18411
+ param2: param2
18510
18412
  });
18511
18413
  baseUrl = "https://onchain-proxy.fileverse.io/third-party";
18512
18414
  url = "".concat(baseUrl) + "?service=uniswap" + "&graphType=".concat(graphType) + "&category=".concat(category) + "&input1=".concat(encodeURIComponent(param1)) + (param2 ? "&input2=".concat(encodeURIComponent(param2)) : "");
@@ -18527,9 +18429,6 @@ function _typeof(o) {
18527
18429
 
18528
18430
  case 3:
18529
18431
  _json7 = _context62.v;
18530
- filterColumnName = columnName === null || columnName === void 0 ? void 0 : columnName.split(",").map(function(s) {
18531
- return s.trim();
18532
- });
18533
18432
  if (!Array.isArray(_json7)) {
18534
18433
  _context62.n = 4;
18535
18434
  break;
@@ -18538,31 +18437,20 @@ function _typeof(o) {
18538
18437
  var flat = {};
18539
18438
  Object.entries(item).forEach(function(_ref34) {
18540
18439
  var _ref35 = _slicedToArray(_ref34, 2), k = _ref35[0], v = _ref35[1];
18541
- if (columnName && filterColumnName.includes(k) && (v === null || _typeof(v) !== "object")) flat[k] = v;
18440
+ if (v === null || _typeof(v) !== "object") flat[k] = v;
18542
18441
  });
18543
18442
  return flat;
18544
18443
  }));
18545
18444
 
18546
18445
  case 4:
18547
- if (!(columnName && _typeof(_json7) === "object")) {
18548
- _context62.n = 5;
18549
- break;
18550
- }
18551
- _data0 = {};
18552
- filterColumnName.forEach(function(k) {
18553
- _data0[k] = _json7[k];
18554
- });
18555
- return _context62.a(2, _data0);
18556
-
18557
- case 5:
18558
18446
  return _context62.a(2, _json7);
18559
18447
 
18560
- case 6:
18561
- _context62.p = 6;
18448
+ case 5:
18449
+ _context62.p = 5;
18562
18450
  _t28 = _context62.v;
18563
18451
  return _context62.a(2, errorMessageHandler(_t28, "UNISWAP"));
18564
18452
  }
18565
- }, _callee58, null, [ [ 0, 6 ] ]);
18453
+ }, _callee58, null, [ [ 0, 5 ] ]);
18566
18454
  }));
18567
18455
  return _UNISWAP.apply(this, arguments);
18568
18456
  }
@@ -18577,7 +18465,6 @@ function _typeof(o) {
18577
18465
  case 0:
18578
18466
  _context63.p = 0;
18579
18467
  args = argsToArray(_args63);
18580
- console.log(args, _args63);
18581
18468
  return _context63.a(2, new Promise(function(resolve) {
18582
18469
  resolve({
18583
18470
  callSignature: args,
@@ -18603,7 +18490,7 @@ function _typeof(o) {
18603
18490
  }
18604
18491
  function _TALLY() {
18605
18492
  _TALLY = _asyncToGenerator(_regenerator().m(function _callee60() {
18606
- var _argsToArray29, _argsToArray30, query, slug, baseUrl, url, res, _data1, _args64 = arguments, _t30;
18493
+ var _argsToArray29, _argsToArray30, query, slug, baseUrl, url, res, _data9, _args64 = arguments, _t30;
18607
18494
  return _regenerator().w(function(_context64) {
18608
18495
  while (1) switch (_context64.p = _context64.n) {
18609
18496
  case 0:
@@ -18632,8 +18519,8 @@ function _typeof(o) {
18632
18519
  return res.json();
18633
18520
 
18634
18521
  case 3:
18635
- _data1 = _context64.v;
18636
- return _context64.a(2, _data1);
18522
+ _data9 = _context64.v;
18523
+ return _context64.a(2, _data9);
18637
18524
 
18638
18525
  case 4:
18639
18526
  _context64.p = 4;
@@ -18778,7 +18665,7 @@ function _typeof(o) {
18778
18665
  }
18779
18666
  function _DUNE() {
18780
18667
  _DUNE = _asyncToGenerator(_regenerator().m(function _callee62() {
18781
- var _ref40, _json8$activity, _ref41, _json8$holders, _ref42, _json8$tokens, _argsToArray31, _argsToArray32, type, input1, input2, input3, input4, route, buildQuery, address, qs, chain, _qs, tokenAddress, _qs2, _chain, apiKey, url, _getUrlAndHeaders1, finalUrl, HEADERS, res, _data10, _json8, _data11, result, _final, globalDecimals, _iterator57, _step57, _loop5, _args67 = arguments, _t33, _t34;
18668
+ var _ref40, _json8$activity, _ref41, _json8$holders, _ref42, _json8$tokens, _argsToArray31, _argsToArray32, type, input1, input2, input3, input4, route, buildQuery, address, qs, chain, _qs, tokenAddress, _qs2, _chain, apiKey, url, _getUrlAndHeaders1, finalUrl, HEADERS, res, _data0, _json8, _data1, result, _final, globalDecimals, _iterator57, _step57, _loop5, _args67 = arguments, _t33, _t34;
18782
18669
  return _regenerator().w(function(_context67) {
18783
18670
  while (1) switch (_context67.p = _context67.n) {
18784
18671
  case 0:
@@ -18857,8 +18744,8 @@ function _typeof(o) {
18857
18744
  return res.json();
18858
18745
 
18859
18746
  case 4:
18860
- _data10 = _context67.v;
18861
- throw new ValidationError(_data10.message);
18747
+ _data0 = _context67.v;
18748
+ throw new ValidationError(_data0.message);
18862
18749
 
18863
18750
  case 5:
18864
18751
  throw new NetworkError(SERVICES_API_KEY.DuneSim, res.status);
@@ -18869,8 +18756,8 @@ function _typeof(o) {
18869
18756
 
18870
18757
  case 7:
18871
18758
  _json8 = _context67.v;
18872
- _data11 = type === "activity" ? (_ref40 = (_json8$activity = _json8 === null || _json8 === void 0 ? void 0 : _json8.activity) !== null && _json8$activity !== void 0 ? _json8$activity : _json8) !== null && _ref40 !== void 0 ? _ref40 : [] : type === "token-holders" ? (_ref41 = (_json8$holders = _json8 === null || _json8 === void 0 ? void 0 : _json8.holders) !== null && _json8$holders !== void 0 ? _json8$holders : _json8) !== null && _ref41 !== void 0 ? _ref41 : [] : type === "price" ? (_ref42 = (_json8$tokens = _json8 === null || _json8 === void 0 ? void 0 : _json8.tokens) !== null && _json8$tokens !== void 0 ? _json8$tokens : _json8) !== null && _ref42 !== void 0 ? _ref42 : [] : _json8 !== null && _json8 !== void 0 ? _json8 : [];
18873
- result = Array.isArray(_data11) ? _data11 : [ _data11 ];
18759
+ _data1 = type === "activity" ? (_ref40 = (_json8$activity = _json8 === null || _json8 === void 0 ? void 0 : _json8.activity) !== null && _json8$activity !== void 0 ? _json8$activity : _json8) !== null && _ref40 !== void 0 ? _ref40 : [] : type === "token-holders" ? (_ref41 = (_json8$holders = _json8 === null || _json8 === void 0 ? void 0 : _json8.holders) !== null && _json8$holders !== void 0 ? _json8$holders : _json8) !== null && _ref41 !== void 0 ? _ref41 : [] : type === "price" ? (_ref42 = (_json8$tokens = _json8 === null || _json8 === void 0 ? void 0 : _json8.tokens) !== null && _json8$tokens !== void 0 ? _json8$tokens : _json8) !== null && _ref42 !== void 0 ? _ref42 : [] : _json8 !== null && _json8 !== void 0 ? _json8 : [];
18760
+ result = Array.isArray(_data1) ? _data1 : [ _data1 ];
18874
18761
  _final = [];
18875
18762
  _iterator57 = _createForOfIteratorHelper(result);
18876
18763
  _context67.p = 8;
@@ -19050,7 +18937,7 @@ function _typeof(o) {
19050
18937
  }
19051
18938
  function _PRICE() {
19052
18939
  _PRICE = _asyncToGenerator(_regenerator().m(function _callee63() {
19053
- var _input, _input2, _input3, _argsToArray33, _argsToArray34, input1, input2, input3, baseUrl, url, returnSingleValue, tokenAddress, coin, res, errorData, _data12, _args68 = arguments, _t35;
18940
+ var _input, _input2, _input3, _argsToArray33, _argsToArray34, input1, input2, input3, baseUrl, url, returnSingleValue, tokenAddress, coin, res, errorData, _data10, _args68 = arguments, _t35;
19054
18941
  return _regenerator().w(function(_context68) {
19055
18942
  while (1) switch (_context68.p = _context68.n) {
19056
18943
  case 0:
@@ -19111,15 +18998,15 @@ function _typeof(o) {
19111
18998
  return res.json();
19112
18999
 
19113
19000
  case 5:
19114
- _data12 = _context68.v;
19001
+ _data10 = _context68.v;
19115
19002
  if (!returnSingleValue) {
19116
19003
  _context68.n = 6;
19117
19004
  break;
19118
19005
  }
19119
- return _context68.a(2, _data12[0].price);
19006
+ return _context68.a(2, _data10[0].price);
19120
19007
 
19121
19008
  case 6:
19122
- return _context68.a(2, _data12);
19009
+ return _context68.a(2, _data10);
19123
19010
 
19124
19011
  case 7:
19125
19012
  _context68.p = 7;
@@ -29173,27 +29060,24 @@ function _typeof(o) {
29173
29060
  var circlesParamsSchema = objectType({
29174
29061
  functionName: enumType([ "trust", "profile", "transactions", "balances" ]),
29175
29062
  address: stringType().nonempty(),
29176
- entries: numberType()["int"]().nonnegative()["default"](10),
29177
- columnName: stringType().optional()
29063
+ entries: numberType()["int"]().nonnegative()["default"](10)
29178
29064
  });
29179
29065
  function CIRCLES() {
29180
29066
  return _CIRCLES.apply(this, arguments);
29181
29067
  }
29182
29068
  function _CIRCLES() {
29183
29069
  _CIRCLES = _asyncToGenerator(_regenerator().m(function _callee68() {
29184
- var _argsToArray39, _argsToArray40, functionName, address, entries, columnName, resolved, dataClient, limit, runOnePage, dataTrust, filterColumnName, _data13, _filterColumnName, res, balance, _args73 = arguments, _t39, _t40;
29070
+ var _argsToArray39, _argsToArray40, functionName, address, entries, resolved, dataClient, limit, runOnePage, res, balance, _args73 = arguments, _t39, _t40;
29185
29071
  return _regenerator().w(function(_context73) {
29186
29072
  while (1) switch (_context73.p = _context73.n) {
29187
29073
  case 0:
29188
29074
  _context73.p = 0;
29189
- _argsToArray39 = argsToArray(_args73), _argsToArray40 = _slicedToArray(_argsToArray39, 4),
29190
- functionName = _argsToArray40[0], address = _argsToArray40[1], entries = _argsToArray40[2],
29191
- columnName = _argsToArray40[3];
29075
+ _argsToArray39 = argsToArray(_args73), _argsToArray40 = _slicedToArray(_argsToArray39, 3),
29076
+ functionName = _argsToArray40[0], address = _argsToArray40[1], entries = _argsToArray40[2];
29192
29077
  validateParams(circlesParamsSchema, {
29193
29078
  functionName: functionName,
29194
29079
  address: address,
29195
- entries: entries,
29196
- columnName: columnName
29080
+ entries: entries
29197
29081
  });
29198
29082
  _context73.n = 1;
29199
29083
  return fromEnsNameToAddress$1.validateAndGetAddress(address);
@@ -29234,7 +29118,7 @@ function _typeof(o) {
29234
29118
  };
29235
29119
  }();
29236
29120
  _t39 = functionName;
29237
- _context73.n = _t39 === "trust" ? 2 : _t39 === "transactions" ? 5 : _t39 === "profile" ? 8 : _t39 === "balances" ? 10 : 12;
29121
+ _context73.n = _t39 === "trust" ? 2 : _t39 === "transactions" ? 4 : _t39 === "profile" ? 6 : _t39 === "balances" ? 8 : 10;
29238
29122
  break;
29239
29123
 
29240
29124
  case 2:
@@ -29242,83 +29126,49 @@ function _typeof(o) {
29242
29126
  return runOnePage(dataClient.getTrustRelations(resolved, limit));
29243
29127
 
29244
29128
  case 3:
29245
- dataTrust = _context73.v;
29246
- if (!columnName) {
29247
- _context73.n = 4;
29248
- break;
29249
- }
29250
- filterColumnName = columnName.split(",").map(function(s) {
29251
- return s.trim();
29252
- });
29253
- return _context73.a(2, dataTrust.map(function(obj) {
29254
- return Object.fromEntries(filterColumnName.filter(function(key) {
29255
- return key in obj;
29256
- }).map(function(key) {
29257
- return [ key, obj[key] ];
29258
- }));
29259
- }));
29129
+ return _context73.a(2, _context73.v);
29260
29130
 
29261
29131
  case 4:
29262
- return _context73.a(2, dataTrust);
29132
+ _context73.n = 5;
29133
+ return runOnePage(dataClient.getTransactionHistory(resolved, limit));
29263
29134
 
29264
29135
  case 5:
29265
- _context73.n = 6;
29266
- return runOnePage(dataClient.getTransactionHistory(resolved, limit));
29136
+ return _context73.a(2, _context73.v);
29267
29137
 
29268
29138
  case 6:
29269
- _data13 = _context73.v;
29270
- if (!columnName) {
29271
- _context73.n = 7;
29272
- break;
29273
- }
29274
- _filterColumnName = columnName.split(",").map(function(s) {
29275
- return s.trim();
29276
- });
29277
- return _context73.a(2, _data13.map(function(obj) {
29278
- return Object.fromEntries(_filterColumnName.filter(function(key) {
29279
- return key in obj;
29280
- }).map(function(key) {
29281
- return [ key, obj[key] ];
29282
- }));
29283
- }));
29284
-
29285
- case 7:
29286
- return _context73.a(2, _data13);
29287
-
29288
- case 8:
29289
- _context73.n = 9;
29139
+ _context73.n = 7;
29290
29140
  return dataClient.getAvatarInfo(resolved);
29291
29141
 
29292
- case 9:
29142
+ case 7:
29293
29143
  res = _context73.v;
29294
29144
  return _context73.a(2, [ res ]);
29295
29145
 
29296
- case 10:
29297
- _context73.n = 11;
29146
+ case 8:
29147
+ _context73.n = 9;
29298
29148
  return dataClient.getTotalBalanceV2(resolved);
29299
29149
 
29300
- case 11:
29150
+ case 9:
29301
29151
  balance = _context73.v;
29302
29152
  return _context73.a(2, [ {
29303
29153
  "CRC Balance": balance
29304
29154
  } ]);
29305
29155
 
29306
- case 12:
29156
+ case 10:
29307
29157
  throw new ValidationError("Unsupported functionName");
29308
29158
 
29309
- case 13:
29310
- _context73.n = 15;
29159
+ case 11:
29160
+ _context73.n = 13;
29311
29161
  break;
29312
29162
 
29313
- case 14:
29314
- _context73.p = 14;
29163
+ case 12:
29164
+ _context73.p = 12;
29315
29165
  _t40 = _context73.v;
29316
29166
  return _context73.a(2, errorMessageHandler(_t40, "CIRCLES"));
29317
29167
 
29318
- case 15:
29168
+ case 13:
29319
29169
  return _context73.a(2);
29320
29170
  }
29321
- }, _callee68, null, [ [ 0, 14 ] ]);
29171
+ }, _callee68, null, [ [ 0, 12 ] ]);
29322
29172
  }));
29323
29173
  return _CIRCLES.apply(this, arguments);
29324
29174
  }