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.
Properties
http
http: readonly string[];
Defined in: support/wallet-common/lib/chains/viem/type.ts:81
webSocket?
optional webSocket: readonly string[];
Defined in: support/wallet-common/lib/chains/viem/type.ts:82