interface ChainConfigInput {
    chainId: Chain;
    rpcUrl?: string;
}

Properties

Properties

chainId: Chain
rpcUrl?: string