Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kelemeno committed Jun 24, 2024
1 parent e00f77e commit 993365f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion l1-contracts/src.ts/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import "@nomiclabs/hardhat-ethers";
import type { BigNumberish, providers, Signer, Wallet, Contract } from "ethers";
import { ethers } from "ethers";
import { hexlify, Interface } from "ethers/lib/utils";
import { Wallet as ZkWallet, Provider as ZkProvider } from "zksync-ethers";
import type { Wallet as ZkWallet } from "zksync-ethers";
import { Provider as ZkProvider } from "zksync-ethers";
import { Deployer as ZkDeployer } from "@matterlabs/hardhat-zksync-deploy";

import type { DeployedAddresses } from "./deploy-utils";
Expand Down

0 comments on commit 993365f

Please sign in to comment.