interchain-token-service

Solidity API

IHyperliquidDeployer

Interface for HyperliquidDeployer contract

This interface defines the functions that can be overridden

deployer

function deployer() external view returns (address deployerAddr)

Gets the deployer address stored in slot 0

Return Values

Name Type Description
deployerAddr address The address of the deployer

updateDeployer

function updateDeployer(address newDeployer) external

Allows updating the deployer address

Parameters

Name Type Description
newDeployer address The new deployer address to set