@fileverse-dev/formulajs 4.4.12-mod-4 → 4.4.12-mod-5
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.12-mod-
|
|
1
|
+
/* @fileverse-dev/formulajs v4.4.12-mod-5 */
|
|
2
2
|
var _excluded = [ "confirmations", "dataDecoded" ];
|
|
3
3
|
|
|
4
4
|
function _objectWithoutProperties(e, t) {
|
|
@@ -18454,7 +18454,7 @@ function _typeof(o) {
|
|
|
18454
18454
|
_chain = SUPPORTED_TOKEN_NAMES[input2] || input2;
|
|
18455
18455
|
route = "token-holders/".concat(_chain, "/").concat(input1).concat(_qs2);
|
|
18456
18456
|
}
|
|
18457
|
-
apiKey =
|
|
18457
|
+
apiKey = window.localStorage.getItem(SERVICES_API_KEY.DuneSim);
|
|
18458
18458
|
url = "https://api.sim.dune.com/v1/evm/".concat(route);
|
|
18459
18459
|
_getUrlAndHeaders1 = getUrlAndHeaders({
|
|
18460
18460
|
url: url,
|