fix(auth-dapp): fixes incorrect chainId param
This commit is contained in:
parent
d04c2e08a1
commit
7e52f20c5f
@ -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.",
|
||||
|
Loading…
Reference in New Issue
Block a user