export interface DeployArgs { publicKey: string; ensName: string; gasPrice: string; gasToken: string; signature: string; }