From e4dd34d4051c5f5817d63d0698509f09db87a540 Mon Sep 17 00:00:00 2001 From: GobkaBOB Date: Sun, 22 Dec 2024 19:44:47 +0100 Subject: [PATCH 1/2] Update basenames-onchainkit-tutorial.md --- apps/base-docs/docs/tools/basenames-onchainkit-tutorial.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/base-docs/docs/tools/basenames-onchainkit-tutorial.md b/apps/base-docs/docs/tools/basenames-onchainkit-tutorial.md index 3bf65927815..675e7eb67d1 100644 --- a/apps/base-docs/docs/tools/basenames-onchainkit-tutorial.md +++ b/apps/base-docs/docs/tools/basenames-onchainkit-tutorial.md @@ -102,8 +102,6 @@ Ensure Chain is Set to Base Be sure to set the `chain={base}` parameter; otherwi ```typescript title="src/components/basename.tsx" 'use client'; import React from 'react'; -'use client'; -import React from 'react'; import { Avatar, Identity, Name, Address } from '@coinbase/onchainkit/identity'; import { base } from 'viem/chains'; From af96e1a3459f8d6c356b263ca6eca7a1dcdd2930 Mon Sep 17 00:00:00 2001 From: GobkaBOB Date: Sun, 22 Dec 2024 20:01:08 +0100 Subject: [PATCH 2/2] Update basenames-tutorial.md --- apps/base-docs/docs/tools/basenames-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base-docs/docs/tools/basenames-tutorial.md b/apps/base-docs/docs/tools/basenames-tutorial.md index 83ac0619604..f2cead5e8a4 100644 --- a/apps/base-docs/docs/tools/basenames-tutorial.md +++ b/apps/base-docs/docs/tools/basenames-tutorial.md @@ -58,7 +58,7 @@ To interact with the Base blockchain, you will need to update the wagmi configur Update your wagmi.ts file as follows: -```typescript tile="wagmi.ts" +```typescript title="wagmi.ts" 'use client'; import { QueryClient, QueryClientProvider } from '@tanstack/react-query';