Skip to content

Commit

Permalink
rerun CI
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless committed Nov 24, 2023
1 parent b2acd66 commit ae3b7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zksync/test/erc20.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import * as hre from "hardhat";
import { Provider, Wallet } from "zksync-web3";
import { hashBytecode } from "zksync-web3/build/src/utils";
import { unapplyL1ToL2Alias } from "../src/utils";
import type { L2ERC20Bridge, L2StandardERC20 } from "../typechain";
import { L2ERC20BridgeFactory, L2StandardERC20Factory } from "../typechain";
import type { L2ERC20Bridge, L2StandardERC20 } from "../typechain";

const richAccount = [
{
Expand Down

0 comments on commit ae3b7aa

Please sign in to comment.