type DeployedContract = { address: Address; chainId: number };
type address = Address;
type chainId = number;