Type Aliases
ChainRPCConfig
ChainRPCConfig:
Record
<VCChain
,string
>
ChainRPCConfig is a mapping of blockchain chains to their respective RPC endpoints.
Example
const config: ChainRPCConfig = {
polygon: "https://polygon.llamarpc.com/",
};
ChainRPCConfig:
Record
<VCChain
,string
>
ChainRPCConfig is a mapping of blockchain chains to their respective RPC endpoints.
const config: ChainRPCConfig = {
polygon: "https://polygon.llamarpc.com/",
};