ChainRPCConfig:ChainRPCConfig is a mapping of blockchain chains to their respective RPC endpoints.Record<VCChain,string>
Type Aliases
ChainRPCConfig
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ChainRPCConfig:ChainRPCConfig is a mapping of blockchain chains to their respective RPC endpoints.Record<VCChain,string>
const config: ChainRPCConfig = {
polygon: "https://polygon.llamarpc.com/",
};
Was this page helpful?
