Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Commit 2ae5584

Browse files
authored
Update introduction-to-providers.mdx (#2023)
1 parent d4c8702 commit 2ae5584

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/base-docs/docs/pages/cookbook/client-side-development/introduction-to-providers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ You'll encounter providers divided into three general categories: Public Provide
5252

5353
Many tutorials and guides, including the getting started guide for [wagmi], use a _Public Provider_ as the default to get you up and running. Public means that they're open, permissionless, and free, so the guides will also usually warn you that you need to add another provider if you don't want to run into rate limiting. Listen to these warnings! The rate-limits of public providers are severe, and you'll start getting limited very quickly.
5454

55-
In wagmi, a public client is automatically included in the default confit. This client is just a wrapper setting up a [JSON RPC] provider using the `chain` and `rpcUrls` listed in Viem's directory of chain information. You can view the [data for Base Sepolia here].
55+
In wagmi, a public client is automatically included in the default config. This client is just a wrapper setting up a [JSON RPC] provider using the `chain` and `rpcUrls` listed in Viem's directory of chain information. You can view the [data for Base Sepolia here].
5656

5757
Most chains will list this information in their docs as well. For example, on the network information pages for [Base] and [Optimism]. If you wanted, you could manually set up a `jsonRpcProvider` in wagmi using this information.
5858

0 commit comments

Comments
 (0)