Skip to content

Commit

Permalink
fix: lintsˆ
Browse files Browse the repository at this point in the history
  • Loading branch information
vacekj committed Feb 1, 2024
1 parent 14d5ec8 commit 9b2c780
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/builder/src/utils/test_utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { AlloProvider, AlloV2, createMockTransactionSender } from "common";
import { DataLayer, DataLayerProvider } from "data-layer";
import { ethers } from "ethers";
import { Provider } from "react-redux";
import { zeroAddress } from "viem";
import history from "../history";
import setupStore from "../store";
import { FormInputs, Metadata, Round } from "../types";
Expand Down Expand Up @@ -116,6 +117,7 @@ const alloBackend = new AlloV2({
}),
waitUntilIndexerSynced: async () => Promise.resolve(BigInt(1)),
transactionSender: createMockTransactionSender(),
allo: zeroAddress,
});

// todo: introduce mock data layer?
Expand Down

0 comments on commit 9b2c780

Please sign in to comment.