ваше сообщение коммита

This commit is contained in:
2025-07-27 03:46:46 +03:00
parent 1835632be9
commit 6dbaf91121
2 changed files with 2 additions and 1 deletions

View File

@@ -104,6 +104,7 @@ export const connectWallet = async () => {
address: normalizedAddress,
signature,
nonce,
issuedAt: new Date().toISOString(),
};
console.log('Request data:', requestData);