Skip to content

Documentation / js-sdk-core / RpcConfig

Type alias: RpcConfig

RpcConfig: Object

RPC overrides to support custom RPC URLs. Do not provide an RPC URL that can serve multiple networks. You should only provide RPC URLs that are specific to the network you'd like to override.

Type declaration

rpcUrls

rpcUrls: Object

Mapping of chainId to RPC URL. Overrides Privy default RPC URLs that are shared across projects. Set your own RPC URLs to avoid rate limits or other throughput bottlenecks.

Index signature

[key: number]: string