@fileverse-dev/formulajs 4.4.11-mod-80 → 4.4.11-mod-81
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 +10 -11
- package/lib/browser/formula.min.js +2 -2
- package/lib/browser/formula.min.js.map +1 -1
- package/lib/cjs/index.cjs +9 -10
- package/lib/esm/index.mjs +9 -10
- package/package.json +1 -1
package/lib/browser/formula.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @fileverse-dev/formulajs v4.4.11-mod-
|
|
1
|
+
/* @fileverse-dev/formulajs v4.4.11-mod-81 */
|
|
2
2
|
var _excluded = [ "confirmations", "dataDecoded" ];
|
|
3
3
|
|
|
4
4
|
function _objectWithoutProperties(e, t) {
|
|
@@ -11126,42 +11126,41 @@ function _typeof(o) {
|
|
|
11126
11126
|
_inherits(InvalidApiKeyError, _Error6);
|
|
11127
11127
|
return _createClass(InvalidApiKeyError);
|
|
11128
11128
|
}(_wrapNativeSuper(Error));
|
|
11129
|
-
var fileverseProxyUrl = "".concat(window.NEXT_PUBLIC_PROXY_BASE_URL, "/proxy");
|
|
11130
11129
|
var PROXY_MAP = {
|
|
11131
11130
|
Etherscan: {
|
|
11132
|
-
url:
|
|
11131
|
+
url: "".concat(process.env.NEXT_PUBLIC_PROXY_BASE_URL, "/proxy"),
|
|
11133
11132
|
removeParams: [ "apikey" ]
|
|
11134
11133
|
},
|
|
11135
11134
|
Basescan: {
|
|
11136
|
-
url:
|
|
11135
|
+
url: "".concat(process.env.NEXT_PUBLIC_PROXY_BASE_URL, "/proxy"),
|
|
11137
11136
|
removeParams: [ "apikey" ]
|
|
11138
11137
|
},
|
|
11139
11138
|
Gnosisscan: {
|
|
11140
|
-
url:
|
|
11139
|
+
url: "".concat(process.env.NEXT_PUBLIC_PROXY_BASE_URL, "/proxy"),
|
|
11141
11140
|
removeParams: [ "apikey" ]
|
|
11142
11141
|
},
|
|
11143
11142
|
Coingecko: {
|
|
11144
|
-
url:
|
|
11143
|
+
url: "".concat(process.env.NEXT_PUBLIC_PROXY_BASE_URL, "/proxy"),
|
|
11145
11144
|
removeParams: [ "apikey" ]
|
|
11146
11145
|
},
|
|
11147
11146
|
Firefly: {
|
|
11148
|
-
url:
|
|
11147
|
+
url: "".concat(process.env.NEXT_PUBLIC_PROXY_BASE_URL, "/proxy"),
|
|
11149
11148
|
removeParams: [ "apikey" ]
|
|
11150
11149
|
},
|
|
11151
11150
|
Neynar: {
|
|
11152
|
-
url:
|
|
11151
|
+
url: "".concat(process.env.NEXT_PUBLIC_PROXY_BASE_URL, "/proxy"),
|
|
11153
11152
|
removeParams: [ "api_key" ]
|
|
11154
11153
|
},
|
|
11155
11154
|
Safe: {
|
|
11156
|
-
url:
|
|
11155
|
+
url: "".concat(process.env.NEXT_PUBLIC_PROXY_BASE_URL, "/proxy"),
|
|
11157
11156
|
removeParams: [ "api_key" ]
|
|
11158
11157
|
},
|
|
11159
11158
|
Defillama: {
|
|
11160
|
-
url:
|
|
11159
|
+
url: "".concat(process.env.NEXT_PUBLIC_PROXY_BASE_URL, "/proxy"),
|
|
11161
11160
|
removeParams: [ "api_key" ]
|
|
11162
11161
|
},
|
|
11163
11162
|
GnosisPay: {
|
|
11164
|
-
url:
|
|
11163
|
+
url: "".concat(process.env.NEXT_PUBLIC_PROXY_BASE_URL, "/proxy"),
|
|
11165
11164
|
removeParams: [ "api_key" ]
|
|
11166
11165
|
}
|
|
11167
11166
|
};
|