Skip to content

Commit

Permalink
Merge branch '170-feat-create-new-subdomain-flow-db-resolver' of gith…
Browse files Browse the repository at this point in the history
…ub.com:blockful-io/external-resolver-dapp into 170-feat-create-new-subdomain-flow-db-resolver
  • Loading branch information
eduramme committed Sep 5, 2024
2 parents a6ddb86 + 67b3b1a commit 69aee77
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 69aee77

Please sign in to comment.