Skip to content

Commit

Permalink
chore: Fix eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
wryonik committed Oct 15, 2024
1 parent ea99450 commit a83c760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/pages/api/submitProofToContract.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { NextApiRequest, NextApiResponse } from "next";
import { createPublicClient, http, createWalletClient } from "viem";
import { privateKeyToAccount } from "viem/accounts";
import { baseSepolia, sepolia } from "viem/chains";
import { baseSepolia } from "viem/chains";
import { config } from "dotenv";
import { encodeAbiParameters, parseAbiParameters } from "viem";

Expand Down

0 comments on commit a83c760

Please sign in to comment.