@fileverse-dev/formulajs 4.4.11-mod-67 → 4.4.11-mod-68

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.
@@ -21,15 +21,9 @@ var ERROR_MESSAGES_FLAG = {
21
21
  RATE_LIMIT: "RATE_LIMIT",
22
22
  DEFAULT: "DEFAULT",
23
23
  MISSING_KEY: "MISSING_KEY",
24
- INVALID_CHAIN: "INVALID_CHAIN",
25
- INVALID_TYPE: "INVALID_TYPE",
26
- INVALID_ADDRESS: "INVALID_ADDRESS",
27
24
  INVALID_PARAM: "INVALID_PARAM",
28
- MAX_PAGE_LIMIT: "MAX_PAGE_LIMIT",
29
25
  NETWORK_ERROR: "NETWORK_ERROR",
30
- ENS: "ENS",
31
- CUSTOM: "CUSTOM",
32
- MISSING_PARAM: "MISSING_PARAM"
26
+ ENS: "ENS"
33
27
  };
34
28
  var UTILITY = {
35
29
  ALCHEMY_API_KEY: "ALCHEMY_API_KEY"
@@ -445,7 +439,7 @@ If "derivatives": exchange name (e.g., "binance_futures", "hyperliquid", "weex-f
445
439
  },
446
440
  {
447
441
  name: "chain",
448
- detail: "The blockchain to query. By default on Ethereum mainnet.",
442
+ detail: "The blockchain to query. By default on Ethereum mainnet. Can be gnosis, arbitrum, optimism, soneium, unichain ",
449
443
  example: `"ethereum"`,
450
444
  require: "o",
451
445
  type: "string"