> ## 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.

# SolanaRpcProvider

An object representing a provider for a specific Solana chain.

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

```typescript
import { Connection } from '@solana/web3.js'

type SolanaRpcProvider = {
  chainId: string
  chainName: string
  provider: Connection
}
```
