Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
remove dup import
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey authored and Andrey committed Sep 12, 2023
1 parent 58724c8 commit 32de668
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks/helpers/submitMultiSigTx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import {BytesLike, Wallet} from "ethers";
import {parseUnits} from "ethers/lib/utils";
import {IMultiSigGeneric__factory} from "typechain-types";
import {filterEvents, logger} from "utils";
import {Wallet} from "ethers";

/**
* Submits a transaction to the designated Multisig contract and executes it if possible.
Expand Down

0 comments on commit 32de668

Please sign in to comment.