From 6570910a8eb5703a221605371ee63fe2e4d08e50 Mon Sep 17 00:00:00 2001 From: Reza Rahemtola Date: Thu, 5 Sep 2024 00:06:19 +0900 Subject: [PATCH] feat: WalletConnect metadata --- README.md | 2 +- package.json | 2 +- src/config/wagmi.ts | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 046a40c..5d57db3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Libertai UI (libertai-ui) +# LibertAI UI (libertai-ui) A UI for decentralized AI diff --git a/package.json b/package.json index bed6cd4..5e86d45 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "libertai-ui", "version": "0.0.1", "description": "A UI for decentralized AI", - "productName": "Libertai UI", + "productName": "LibertAI UI", "author": "LibertAI Team", "contributors": [ "David Amelekh ", diff --git a/src/config/wagmi.ts b/src/config/wagmi.ts index 44fffb0..65088d6 100644 --- a/src/config/wagmi.ts +++ b/src/config/wagmi.ts @@ -7,6 +7,12 @@ export const config = createConfig({ connectors: [ walletConnect({ projectId: process.env.WALLET_CONNECT_PROJECT_ID!, + metadata: { + name: 'LibertAI', + description: 'Discover the Freedom of Decentralized AI', + icons: ['https://chat.libertai.io/favicon.ico'], + url: 'https://chat.libertai.io', + }, }), ], transports: {