Skip to content

Commit

Permalink
log address creation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNi245 committed Jul 2, 2024
1 parent ea152f6 commit 51623d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/offchain-resolver/src/http/profile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@ export function profile(web3Provider: ethers.providers.BaseProvider) {
signedUserProfile,
);

console.log('register new address', address, subdomain);

//Check if schema is valid
if (
!isSchemaValid ||
Expand Down

0 comments on commit 51623d5

Please sign in to comment.