Skip to content

Commit

Permalink
Update lib/domain-page/ensService.ts
Browse files Browse the repository at this point in the history
Co-authored-by: caco.eth <[email protected]>
  • Loading branch information
eduramme and FrancoAguzzi authored Sep 5, 2024
1 parent a160e78 commit 67b3b1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/domain-page/ensService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ const getENSDomainDataThroughResolver = async (
): Promise<ResolverQueryDomainData> => {
const resolverAdd = await getResolver(publicClient, { name });

console.log("domain resolver: ", resolverAdd);

const metadataUrl = await publicClient.readContract({
address: resolverAdd!,
Expand Down

0 comments on commit 67b3b1a

Please sign in to comment.