@pear-protocol/hyperliquid-sdk 0.0.64 → 0.0.65
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7169,7 +7169,7 @@ const PearHyperliquidContext = createContext(undefined);
|
|
|
7169
7169
|
/**
|
|
7170
7170
|
* React Provider for PearHyperliquidClient
|
|
7171
7171
|
*/
|
|
7172
|
-
const PearHyperliquidProvider = ({ children, apiBaseUrl = "https://hl-
|
|
7172
|
+
const PearHyperliquidProvider = ({ children, apiBaseUrl = "https://hl-ui.pearprotocol.io", clientId = "PEARPROTOCOLUI", wsUrl = "wss://hl-ui.pearprotocol.io/ws", }) => {
|
|
7173
7173
|
const address = useUserData((s) => s.address);
|
|
7174
7174
|
const setAddress = useUserData((s) => s.setAddress);
|
|
7175
7175
|
const perpsMetaAssets = useHyperliquidData((state) => state.perpMetaAssets);
|