Skip to content

Commit

Permalink
fix: --no-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
ly0va committed Nov 19, 2024
1 parent 43175b5 commit 06073b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/contracts/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/scripts/deploy.ts
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 06073b2

Please sign in to comment.