ChainRPCConfig: Record<VCChain, string>
Record
VCChain
string
const config: ChainRPCConfig = { polygon: "https://polygon.llamarpc.com/", };
Was this page helpful?