@fileverse-dev/formulajs 4.4.11-mod-57 → 4.4.11-mod-59
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.
|
@@ -520,18 +520,11 @@ If "derivatives": exchange name (e.g., "binance_futures").`,
|
|
|
520
520
|
require: "m",
|
|
521
521
|
type: "string"
|
|
522
522
|
},
|
|
523
|
-
{
|
|
524
|
-
name: "param1",
|
|
525
|
-
detail: "Token Contract Address",
|
|
526
|
-
example: `"ethereum"`,
|
|
527
|
-
require: "m",
|
|
528
|
-
type: "string"
|
|
529
|
-
},
|
|
530
523
|
{
|
|
531
524
|
name: "param2",
|
|
532
|
-
detail: "Token Contract Address
|
|
533
|
-
example: `"
|
|
534
|
-
require: "
|
|
525
|
+
detail: "Token Contract Address for market category or Token symbol",
|
|
526
|
+
example: `"usdt"`,
|
|
527
|
+
require: "m",
|
|
535
528
|
type: "string"
|
|
536
529
|
}
|
|
537
530
|
]
|