@pear-protocol/hyperliquid-sdk 0.1.22 → 0.1.23
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/dist/index.js +2 -11
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -820,17 +820,8 @@ function validateClosePositionRequest(payload) {
|
|
|
820
820
|
}
|
|
821
821
|
|
|
822
822
|
const DEFAULT_STATE = {
|
|
823
|
-
longTokens: [
|
|
824
|
-
|
|
825
|
-
{ symbol: "BTC", weight: 25 },
|
|
826
|
-
],
|
|
827
|
-
shortTokens: [
|
|
828
|
-
{ symbol: "AVAX", weight: 10 },
|
|
829
|
-
{ symbol: "SEI", weight: 10 },
|
|
830
|
-
{ symbol: "ADA", weight: 10 },
|
|
831
|
-
{ symbol: "TRUMP", weight: 10 },
|
|
832
|
-
{ symbol: "SUI", weight: 10 },
|
|
833
|
-
],
|
|
823
|
+
longTokens: [],
|
|
824
|
+
shortTokens: [],
|
|
834
825
|
openTokenSelector: false,
|
|
835
826
|
selectorConfig: null,
|
|
836
827
|
openConflictModal: false,
|