Interface: IStaticJsonRpcProviderConnectorOptions
EthersAppContext.IStaticJsonRpcProviderConnectorOptions
Summary
A web3modal CustomProvider Options
- Options for web3modal that allows you to connect to a StaticJsonRpcProvider such as localhost
Hierarchy
IAbstractConnectorOptions
↳
IStaticJsonRpcProviderConnectorOptions
Properties
rpc
• rpc: Object
Index signature
▪ [chainId: number
]: string
Defined in
src/context/ethers-app/connectors/StaticJsonRpcProviderConnector.ts:14
currentChainId
• currentChainId: number
Defined in
src/context/ethers-app/connectors/StaticJsonRpcProviderConnector.ts:15