Skip to content

Commit

Permalink
Update src/govv3/checks/targetsVerified.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra authored Jan 16, 2024
1 parent 17f62f1 commit 330d936
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/govv3/checks/targetsVerified.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ async function checkVerificationStatuses(
let info: string[] = []; // prepare output
for (const addr of addresses) {
const isAddrKnown = isKnownAddress(addr, provider.chain!.id);
console.log(addr, isAddrKnown);
const status = await checkVerificationStatus(sim, addr, provider);
if (status === 'eoa') {
info.push(`- ${addr}: EOA (verification not applicable)`);
Expand Down

0 comments on commit 330d936

Please sign in to comment.