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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user