Skip to content

Commit

Permalink
chore: remove the unused export
Browse files Browse the repository at this point in the history
  • Loading branch information
hhio618 committed Sep 11, 2024
1 parent a3635c1 commit 78aaac6
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,10 +1,6 @@
import { ethers } from "ethers";
import abi from "../abis/cirip.json";
import { fetchEns } from "./fetch-ens";
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 78aaac6

Please sign in to comment.