Skip to content

Commit

Permalink
fix: knip check
Browse files Browse the repository at this point in the history
  • Loading branch information
hhio618 committed Sep 19, 2024
1 parent b513ed4 commit ac658e3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions static/scripts/rewards/cirip/ens-lookup.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import { ethers } from "ethers";
import abi from "../abis/cirip.json";
import { queryReverseEns } from "./query-reverse-ens";

export const reverseEnsInterface = new ethers.utils.Interface(abi);

// addEventListener("fetch", event => {
// event.respondWith(handleRequest(event.request).catch(err => new Response(err.stack, { status: 500 })));
// });
Expand Down

0 comments on commit ac658e3

Please sign in to comment.