constants.py 144 B

123
  1. MAINNET_API_URL = "https://api.hyperliquid.xyz"
  2. TESTNET_API_URL = "https://api.hyperliquid-testnet.xyz"
  3. LOCAL_API_URL = "http://localhost:3001"