Skip to content

Commit 22c8899

Browse files
youssefeaamiecorso
andauthored
Update docs/base-account/framework-integrations/wagmi/basenames.mdx
Co-authored-by: Amie <amie.corso@coinbase.com>
1 parent 0289423 commit 22c8899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/base-account/framework-integrations/wagmi/basenames.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { base } from 'viem/chains'
2323

2424
const client = createPublicClient({
2525
chain: mainnet,
26-
transport: http(),
26+
transport: http(YOUR_PRIVATE_RPC_URL),
2727
})
2828

2929
const name = await client.getEnsName({

0 commit comments

Comments
 (0)