Interface for HyperliquidDeployer contract
This interface defines the functions that can be overridden
function deployer() external view returns (address deployerAddr)
Gets the deployer address stored in slot 0
Name | Type | Description |
---|---|---|
deployerAddr | address | The address of the deployer |
function updateDeployer(address newDeployer) external
Allows updating the deployer address
Name | Type | Description |
---|---|---|
newDeployer | address | The new deployer address to set |