@fileverse-dev/formulajs 4.4.53 → 4.4.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.
package/lib/browser/formula.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @fileverse-dev/formulajs v4.4.
|
|
1
|
+
/* @fileverse-dev/formulajs v4.4.54 */
|
|
2
2
|
var _excluded = [ "confirmations", "dataDecoded" ];
|
|
3
3
|
|
|
4
4
|
function _objectWithoutProperties(e, t) {
|
|
@@ -17604,7 +17604,7 @@ function _typeof(o) {
|
|
|
17604
17604
|
|
|
17605
17605
|
case 1:
|
|
17606
17606
|
vs = param2 || "usd";
|
|
17607
|
-
url = "https://api.coingecko.com/api/v3/simple/price?vs_currencies=".concat(vs, "&
|
|
17607
|
+
url = "https://api.coingecko.com/api/v3/simple/price?vs_currencies=".concat(vs, "&ids=").concat(param1);
|
|
17608
17608
|
return _context52.a(3, 5);
|
|
17609
17609
|
|
|
17610
17610
|
case 2:
|