@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/cjs/index.cjs
CHANGED
|
@@ -18623,7 +18623,7 @@ async function DUNESIM() {
|
|
|
18623
18623
|
route = `token-holders/${chain}/${input1}${qs}`;
|
|
18624
18624
|
}
|
|
18625
18625
|
|
|
18626
|
-
const apiKey =
|
|
18626
|
+
const apiKey = window.localStorage.getItem(SERVICES_API_KEY.DuneSim);
|
|
18627
18627
|
const url = `https://api.sim.dune.com/v1/evm/${route}`;
|
|
18628
18628
|
|
|
18629
18629
|
const { URL: finalUrl, HEADERS } = getUrlAndHeaders({
|
package/lib/esm/index.mjs
CHANGED
|
@@ -18621,7 +18621,7 @@ async function DUNESIM() {
|
|
|
18621
18621
|
route = `token-holders/${chain}/${input1}${qs}`;
|
|
18622
18622
|
}
|
|
18623
18623
|
|
|
18624
|
-
const apiKey =
|
|
18624
|
+
const apiKey = window.localStorage.getItem(SERVICES_API_KEY.DuneSim);
|
|
18625
18625
|
const url = `https://api.sim.dune.com/v1/evm/${route}`;
|
|
18626
18626
|
|
|
18627
18627
|
const { URL: finalUrl, HEADERS } = getUrlAndHeaders({
|