parent
aedddbcbdc
commit
b15e0c6544
@ -40,7 +40,7 @@ const Home: NextPage = () => {
|
|||||||
AuthClient.init({
|
AuthClient.init({
|
||||||
relayUrl:
|
relayUrl:
|
||||||
process.env.NEXT_PUBLIC_RELAY_URL || "wss://relay.walletconnect.com",
|
process.env.NEXT_PUBLIC_RELAY_URL || "wss://relay.walletconnect.com",
|
||||||
projectId: undefined,
|
projectId: process.env.NEXT_PUBLIC_PROJECT_ID,
|
||||||
})
|
})
|
||||||
.then((v) => {
|
.then((v) => {
|
||||||
setClient(v);
|
setClient(v);
|
||||||
|
Loading…
Reference in New Issue
Block a user