chore(deps): update to auth-client@0.1.3 for auth dapp and wallet (#53)

* chore(deps): update auth-client to 0.1.3

* fix: adds metadata for dapp

* chore(deps): update wallet to auth-client@0.1.3
This commit is contained in:
Ben Kremer
2022-09-06 11:54:45 +02:00
committed by GitHub
parent e86a6ef2d6
commit c032f54570
5 changed files with 4377 additions and 10410 deletions
+6
View File
@@ -41,6 +41,12 @@ const Home: NextPage = () => {
relayUrl:
process.env.NEXT_PUBLIC_RELAY_URL || "wss://relay.walletconnect.com",
projectId: process.env.NEXT_PUBLIC_PROJECT_ID,
metadata: {
name: "react-dapp-auth",
description: "React Example Dapp for Auth",
url: window.location.host,
icons: [],
},
})
.then((v) => {
setClient(v);