diff --git a/packages/contracts/project.json b/packages/contracts/project.json index 02467dee..2910079a 100644 --- a/packages/contracts/project.json +++ b/packages/contracts/project.json @@ -44,7 +44,7 @@ "executor": "nx:run-commands", "options": { "cwd": "packages/contracts", - "command": "pnpm hardhat deploy" + "command": "pnpm hardhat deploy --no-proxy" }, "inputs": ["production", "outputs", "^production"], "dependsOn": ["build"] diff --git a/packages/contracts/scripts/deploy.ts b/packages/contracts/scripts/deploy.ts index 8a2166d6..e5b178b4 100644 --- a/packages/contracts/scripts/deploy.ts +++ b/packages/contracts/scripts/deploy.ts @@ -1,8 +1,8 @@ import "@nomicfoundation/hardhat-toolbox"; +import { ethers } from "ethers"; import { task } from "hardhat/config"; import { Wallet } from "zksync-ethers"; -import { ethers } from "ethers"; const ethersStaticSalt = new Uint8Array([ 205, 241, 161, 186, 101, 105, 79,