Type Alias: ChainRpcUrls
type ChainRpcUrls = {
http: readonly string[];
webSocket: readonly string[];
};Defined in: support/wallet-common/lib/chains/viem/type.ts:80
Viem-compatible type, used in Chain.
Type declaration
http
http: readonly string[];webSocket?
optional webSocket: readonly string[];