@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.
Files changed (2) hide show
  1. package/dist/index.js +2 -11
  2. 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
- { symbol: "HYPE", weight: 25 },
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pear-protocol/hyperliquid-sdk",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "description": "React SDK for Pear Protocol Hyperliquid API integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",