> ## Documentation Index
> Fetch the complete documentation index at: https://dynamic-docs-feat-sidebar-revamp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# EvmRpcProviderMethods

Methods and properties available to EVM rpc providers.

Exported by `@dynamic-labs/ethereum-core`.

```typescript
type EvmRpcProviderMethods = {
  defaultProvider: EvmRpcProvider | undefined
  providers: EvmRpcProvider[] | undefined
  getProviderByChainId: (chainId: number) => EvmRpcProvider | undefined
}
```

<Info>
  Check out the reference for
  [EvmRpcProvider](/react-sdk/objects/EvmRpcProvider)
</Info>
