Skip to content

Commit c971a1d

Browse files
committed
clarify chain id
1 parent 3cac853 commit c971a1d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/base-account/guides/authenticate-users.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,10 @@ try {
6868
params: [{
6969
version: '1',
7070
capabilities: {
71-
signInWithEthereum: { nonce, chainId: '0x2105' }
71+
signInWithEthereum: {
72+
nonce,
73+
chainId: '0x2105' // Base Mainnet - 8453
74+
}
7275
}
7376
}]
7477
});

0 commit comments

Comments
 (0)