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: {