fix(auth-dapp): fixes incorrect chainId param

This commit is contained in:
Ben Kremer 2022-09-06 15:24:29 +02:00
parent d04c2e08a1
commit 7e52f20c5f

View File

@ -28,7 +28,7 @@ const Home: NextPage = () => {
.request({
aud: "http://localhost:3000/",
domain: "localhost:3000",
chainId: "eip191:1",
chainId: "1",
type: "eip4361",
nonce: "nonce",
statement: "Sign in with wallet.",