Skip to main content

DeployedContract type

Signature:

export type DeployedContract = {
address: string;
chainId: number;
};