Skip to content

Commit

Permalink
Fix small mistake not removing an import
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Nov 9, 2023
1 parent cd3508b commit 0cb8d1e
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
import { json } from "react-router-dom";
import config from "~/webapp.config.server";
import RewardAbi from "~/util/chainUtils/ethereum/RewardPool.json";
import TotalRewardPoolAbi from "~/util/chainUtils/ethereum/getTotalRewardPool.json";
import RegistryAbi from "~/util/chainUtils/ethereum/Registry.json";
import {
aggregatePrizePools,
getTotalRewardPool,
} from "~/util/chainUtils/ethereum/transaction";
import { getTotalRewardPool } from "~/util/chainUtils/ethereum/transaction";
import { JsonRpcProvider } from "@ethersproject/providers";
import { Chain } from "~/util/chainUtils/chains";

Expand Down

0 comments on commit 0cb8d1e

Please sign in to comment.