Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.dynamic.xyz/docs/llms.txt

Use this file to discover all available pages before exploring further.

Methods and properties available to EVM rpc providers. Exported by @dynamic-labs/ethereum-core.
type EvmRpcProviderMethods = {
  defaultProvider: EvmRpcProvider | undefined
  providers: EvmRpcProvider[] | undefined
  getProviderByChainId: (chainId: number) => EvmRpcProvider | undefined
}
Check out the reference for EvmRpcProvider