@fileverse-dev/formulajs 4.4.11-mod-99 → 4.4.11-mod-99-dune-sim-1
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 +6 -2
- package/lib/browser/formula.min.js +2 -2
- package/lib/browser/formula.min.js.map +1 -1
- package/lib/cjs/index.cjs +45 -41
- package/lib/esm/crypto-constants.mjs +2 -1
- package/lib/esm/index.mjs +45 -41
- package/package.json +1 -1
package/lib/browser/formula.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @fileverse-dev/formulajs v4.4.11-mod-99 */
|
|
1
|
+
/* @fileverse-dev/formulajs v4.4.11-mod-99-dune-sim-1 */
|
|
2
2
|
var _excluded = [ "confirmations", "dataDecoded" ];
|
|
3
3
|
|
|
4
4
|
function _objectWithoutProperties(e, t) {
|
|
@@ -11066,7 +11066,8 @@ function _typeof(o) {
|
|
|
11066
11066
|
Firefly: "Firefly",
|
|
11067
11067
|
GnosisPay: "GnosisPay",
|
|
11068
11068
|
Neynar: "Neynar",
|
|
11069
|
-
Defillama: "Defillama"
|
|
11069
|
+
Defillama: "Defillama",
|
|
11070
|
+
DuneSim: "DuneSim"
|
|
11070
11071
|
};
|
|
11071
11072
|
var ValidationError = function(_Error) {
|
|
11072
11073
|
function ValidationError(message) {
|
|
@@ -16402,6 +16403,9 @@ function _typeof(o) {
|
|
|
16402
16403
|
if (!PROXY_MAP) {
|
|
16403
16404
|
var fileverseProxyUrl = "".concat(window.NEXT_PUBLIC_PROXY_BASE_URL, "/proxy");
|
|
16404
16405
|
PROXY_MAP = {
|
|
16406
|
+
DuneSim: {
|
|
16407
|
+
url: fileverseProxyUrl
|
|
16408
|
+
},
|
|
16405
16409
|
Etherscan: {
|
|
16406
16410
|
url: fileverseProxyUrl,
|
|
16407
16411
|
removeParams: [ "apikey" ]
|