Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
koloz193 committed Jun 9, 2024
1 parent 0696ba9 commit f22e79e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion l1-contracts/src.ts/hyperchain-upgrade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ import {
import { ETH_ADDRESS_IN_CONTRACTS } from "zksync-ethers/build/src/utils";

const contractArtifactsPath = path.join(process.env.ZKSYNC_HOME as string, "contracts/l2-contracts/artifacts-zk/");
const openzeppelinBeaconProxyArtifactsPath = path.join(contractArtifactsPath, "@openzeppelin/contracts-v4/proxy/beacon");
const openzeppelinBeaconProxyArtifactsPath = path.join(
contractArtifactsPath,
"@openzeppelin/contracts-v4/proxy/beacon"
);
export const BEACON_PROXY_BYTECODE = readBytecode(openzeppelinBeaconProxyArtifactsPath, "BeaconProxy");

/// In the hardhat tests we do the upgrade all at once.
Expand Down

0 comments on commit f22e79e

Please sign in to comment.