@fileverse-dev/formulajs 4.4.11-mod-82 → 4.4.11-mod-83

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.
@@ -1,4 +1,4 @@
1
- /* @fileverse-dev/formulajs v4.4.11-mod-82 */
1
+ /* @fileverse-dev/formulajs v4.4.11-mod-83 */
2
2
  var _excluded = [ "confirmations", "dataDecoded" ];
3
3
 
4
4
  function _objectWithoutProperties(e, t) {
@@ -11128,44 +11128,43 @@ function _typeof(o) {
11128
11128
  }(_wrapNativeSuper(Error));
11129
11129
  var PROXY_MAP;
11130
11130
  function initializeProxyMap() {
11131
- console.log("initializeProxyMap", window.NEXT_PUBLIC_PROXY_BASE_URL);
11132
11131
  if (!PROXY_MAP) {
11133
11132
  var fileverseProxyUrl = "".concat(window.NEXT_PUBLIC_PROXY_BASE_URL, "/proxy");
11134
11133
  PROXY_MAP = {
11135
11134
  Etherscan: {
11136
- url: "".concat(fileverseProxyUrl, "/proxy"),
11135
+ url: fileverseProxyUrl,
11137
11136
  removeParams: [ "apikey" ]
11138
11137
  },
11139
11138
  Basescan: {
11140
- url: "".concat(fileverseProxyUrl, "/proxy"),
11139
+ url: fileverseProxyUrl,
11141
11140
  removeParams: [ "apikey" ]
11142
11141
  },
11143
11142
  Gnosisscan: {
11144
- url: "".concat(fileverseProxyUrl, "/proxy"),
11143
+ url: fileverseProxyUrl,
11145
11144
  removeParams: [ "apikey" ]
11146
11145
  },
11147
11146
  Coingecko: {
11148
- url: "".concat(fileverseProxyUrl, "/proxy"),
11147
+ url: fileverseProxyUrl,
11149
11148
  removeParams: [ "apikey" ]
11150
11149
  },
11151
11150
  Firefly: {
11152
- url: "".concat(fileverseProxyUrl, "/proxy"),
11151
+ url: fileverseProxyUrl,
11153
11152
  removeParams: [ "apikey" ]
11154
11153
  },
11155
11154
  Neynar: {
11156
- url: "".concat(fileverseProxyUrl, "/proxy"),
11155
+ url: fileverseProxyUrl,
11157
11156
  removeParams: [ "api_key" ]
11158
11157
  },
11159
11158
  Safe: {
11160
- url: "".concat(fileverseProxyUrl, "/proxy"),
11159
+ url: fileverseProxyUrl,
11161
11160
  removeParams: [ "api_key" ]
11162
11161
  },
11163
11162
  Defillama: {
11164
- url: "".concat(fileverseProxyUrl, "/proxy"),
11163
+ url: fileverseProxyUrl,
11165
11164
  removeParams: [ "api_key" ]
11166
11165
  },
11167
11166
  GnosisPay: {
11168
- url: "".concat(fileverseProxyUrl, "/proxy"),
11167
+ url: fileverseProxyUrl,
11169
11168
  removeParams: [ "api_key" ]
11170
11169
  }
11171
11170
  };