@fileverse-dev/formulajs 4.4.11-mod-58 → 4.4.11-mod-60

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
@@ -13657,7 +13657,7 @@ async function COINGECKO(category, param1, param2) {
13657
13657
  base: 'base-ecosystem',
13658
13658
  solana: 'solana-ecosystem',
13659
13659
  gnosis: 'gnosis-chain',
13660
- hyperliquid: 'hyperliquid',
13660
+ hyperliquid: 'hyperliquid-ecosystem',
13661
13661
  bitcoin: 'bitcoin-ecosystem',
13662
13662
  pump: 'pump-ecosystem',
13663
13663
  aiagents: 'ai-agents',
@@ -129,17 +129,10 @@ var FUNCTION_LOCALE = [
129
129
  },
130
130
  {
131
131
  name: "param1",
132
- detail: "Token Contract Address",
133
- example: `"ethereum"`,
132
+ detail: "Token Contract Address for market or Token symbol ",
133
+ example: `"eth"`,
134
134
  require: "m",
135
135
  type: "string"
136
- },
137
- {
138
- name: "param2",
139
- detail: "Token Contract Address - only required in case of markets",
140
- example: `"ethereum"`,
141
- require: "o",
142
- type: "string"
143
136
  }
144
137
  ]
145
138
  },
@@ -167,7 +160,7 @@ If "market": one of "all", "base", "meme", "aiagents", "bitcoin", "ethereum", "h
167
160
 
168
161
  If "stablecoins": one of "all", "yield-bearing-stablecoins", "crypto-backed-stablecoin".
169
162
 
170
- If "derivatives": exchange name (e.g., "binance_futures").`,
163
+ If "derivatives": exchange name (e.g., "binance_futures", "hyperliquid", "weex-futures", "bybit" ).`,
171
164
  example: `"yield-bearing-stablecoins"`,
172
165
  require: "m"
173
166
  },
@@ -520,18 +513,11 @@ If "derivatives": exchange name (e.g., "binance_futures").`,
520
513
  require: "m",
521
514
  type: "string"
522
515
  },
523
- {
524
- name: "param1",
525
- detail: "Token Contract Address",
526
- example: `"ethereum"`,
527
- require: "m",
528
- type: "string"
529
- },
530
516
  {
531
517
  name: "param2",
532
- detail: "Token Contract Address - only required in case of markets",
533
- example: `"ethereum"`,
534
- require: "o",
518
+ detail: "Token Contract Address for market category or Token symbol",
519
+ example: `"USDT"`,
520
+ require: "m",
535
521
  type: "string"
536
522
  }
537
523
  ]
package/lib/esm/index.mjs CHANGED
@@ -13655,7 +13655,7 @@ async function COINGECKO(category, param1, param2) {
13655
13655
  base: 'base-ecosystem',
13656
13656
  solana: 'solana-ecosystem',
13657
13657
  gnosis: 'gnosis-chain',
13658
- hyperliquid: 'hyperliquid',
13658
+ hyperliquid: 'hyperliquid-ecosystem',
13659
13659
  bitcoin: 'bitcoin-ecosystem',
13660
13660
  pump: 'pump-ecosystem',
13661
13661
  aiagents: 'ai-agents',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/formulajs",
3
- "version": "4.4.11-mod-58",
3
+ "version": "4.4.11-mod-60",
4
4
  "description": "JavaScript implementation of most Microsoft Excel formula functions",
5
5
  "author": "Formulajs",
6
6
  "publishConfig": {