From 6e4fe91d4dab616faeed8e22d6166da966837035 Mon Sep 17 00:00:00 2001 From: Suraj Mahto Date: Sat, 12 Oct 2024 23:00:17 +0530 Subject: [PATCH] feat : updated wagmi metadata --- src/lib/wagmi.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/wagmi.ts b/src/lib/wagmi.ts index 1e1300c..1371485 100644 --- a/src/lib/wagmi.ts +++ b/src/lib/wagmi.ts @@ -9,9 +9,9 @@ export const projectId = "c26b357532f63f7ba31efebac88d0eed" if (!projectId) throw new Error('Project ID is not defined') export const metadata = { - name: 'AppKit', - description: 'AppKit Example', - url: 'https://web3modal.com', // origin must match your domain & subdomain + name: 'Myriadflow', + description: 'Myriadflow', + url: 'https://studio.myriadflow.com/', // Origin must match your domain & subdomain icons: ['https://avatars.githubusercontent.com/u/37784886'] }