🚀 Stablecoin Accounts are live! Learn more
@dynamic-labs/ethereum-core
.
import { Chain, PublicClient, Transport } from 'viem'
type EvmRpcProvider = {
chainId: number
chainName: string
provider: PublicClient<Transport, Chain>
}
Was this page helpful?