Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/get-started/build-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -544,3 +544,4 @@ Base is a fast, low-cost Ethereum L2 built to bring the next billion users oncha
- **Batch read calls** — reduce RPC round trips by batching reads via viem's `multicall`.
- **Optimistic updates** — update the UI before confirmation using TanStack Query's `onMutate` callback.
- **Wagmi setup reference** — review the full [Wagmi setup guide](/base-account/framework-integrations/wagmi/setup) for additional configuration options.
> ⚠️ **Important:** Ensure you are using the correct RPC endpoint for Base (mainnet vs testnet). Incorrect configuration may result in failed transactions or unexpected behavior during development.