# Hyperliquid HyperCore deployer key. # Hex string, with or without 0x prefix (eth_account handles both). HL_SECRET_KEY= # Optional. The address of the main account if HL_SECRET_KEY belongs to an API # (agent) wallet. Leave empty if the secret key is the main account's own key — # the address will be derived from it. HL_ACCOUNT_ADDRESS= # Key that signs `finalizeEvmContract` (step 2 of linking). # Must correspond to the address stored at slot keccak256("HyperCore deployer") # in the EVM contract being linked (set via `setHyperCoreDeployer` on # HlBridgeToken.sol). Can differ from HL_SECRET_KEY. EVM_SECRET_KEY=