Type Alias ContractConfig

ContractConfig: {
    abi: any;
    addr: `0x${string}`;
}