Skip to content

Commit

Permalink
fix(l2): missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
benceharomi committed May 16, 2024
1 parent c0b43a3 commit 043fbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l2-contracts/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { web3Provider } from "../../l1-contracts/scripts/utils";
import type { BigNumber, BytesLike, Wallet } from "ethers";
import { ethers } from "ethers";
import type { Provider } from "zksync-ethers";
import { REQUIRED_L1_TO_L2_GAS_PER_PUBDATA_LIMIT } from "zksync-ethers/build/utils";
import { REQUIRED_L1_TO_L2_GAS_PER_PUBDATA_LIMIT, sleep } from "zksync-ethers/build/utils";

import { ERC20Factory } from "../../l1-contracts/typechain";
import { IERC20Factory } from "../typechain/IERC20Factory";
Expand Down

0 comments on commit 043fbd9

Please sign in to comment.