Skip to content

Commit 7e9c87d

Browse files
committed
update to private URL
1 parent 22c8899 commit 7e9c87d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,8 @@ const name = await client.getEnsName({
3434

3535
<Tip>
3636

37-
It may be necessary to use a private RPC provider due to the computational demands associated with some of the ENSIP-19 resolution steps.
37+
It is necessary to use a private RPC provider (`YOUR_PRIVATE_RPC_URL`) due to the computational demands associated with some of the ENSIP-19 resolution steps.
3838

39-
```ts
40-
const client = createPublicClient({
41-
chain: mainnet,
42-
transport: http(YOUR_PRIVATE_RPC_URL),
43-
})
44-
```
4539
</Tip>
4640

4741
<Warning>

0 commit comments

Comments
 (0)