ваше сообщение коммита
This commit is contained in:
@@ -80,7 +80,7 @@ export async function connectWithWallet() {
|
||||
console.log('Requesting signature...');
|
||||
const signature = await window.ethereum.request({
|
||||
method: 'personal_sign',
|
||||
params: [message, address],
|
||||
params: [message, address.toLowerCase()],
|
||||
});
|
||||
|
||||
console.log('Got signature:', signature);
|
||||
|
||||
@@ -104,6 +104,7 @@ export const connectWallet = async () => {
|
||||
address: normalizedAddress,
|
||||
signature,
|
||||
nonce,
|
||||
issuedAt: new Date().toISOString(),
|
||||
};
|
||||
console.log('Request data:', requestData);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user