Skip to content

Commit

Permalink
feat: WalletConnect metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Sep 4, 2024
1 parent 66a2bbe commit 6570910
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Libertai UI (libertai-ui)
# LibertAI UI (libertai-ui)

A UI for decentralized AI

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
Expand Down
6 changes: 6 additions & 0 deletions src/config/wagmi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 6570910

Please sign in to comment.