Skip to content

Commit

Permalink
chore: update code
Browse files Browse the repository at this point in the history
  • Loading branch information
camewell071 committed Jan 15, 2024
1 parent 6c61bb3 commit ce667f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/hooks/useConnect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ const useConnect = () => {
console.log('signMessageXverse: ', params, await messageVerifier(params));

try {
// await verifySignature({
// ...params
// });
await verifySignature({
...params
});
AllowListStorage.setStorage({
address: params.address,
pubKey: params.pubKey,
Expand Down

0 comments on commit ce667f6

Please sign in to comment.