Skip to content

Commit

Permalink
second attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
kelemeno committed May 29, 2024
1 parent 0b4ed87 commit cbf4dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l1-contracts/src.ts/deploy-utils-zk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { ethersWalletToZkWallet, readBytecode, readInterface } from "./utils";

export const BUILT_IN_ZKSYNC_CREATE2_FACTORY = "0x0000000000000000000000000000000000010000";

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

0 comments on commit cbf4dab

Please sign in to comment.