diff --git a/content/00.build/10.zksync-101/_upgrading/_uups/_hardhat_uups_contract_upgradability.md b/content/00.build/10.zksync-101/_upgrading/_uups/_hardhat_uups_contract_upgradability.md index 63ba5bc2..302d3800 100644 --- a/content/00.build/10.zksync-101/_upgrading/_uups/_hardhat_uups_contract_upgradability.md +++ b/content/00.build/10.zksync-101/_upgrading/_uups/_hardhat_uups_contract_upgradability.md @@ -370,7 +370,7 @@ With that execute the following command: ::code-group ```bash [npm] -npm run hardhat verify +npx hardhat verify ``` ```bash [yarn] @@ -378,7 +378,7 @@ yarn hardhat verify ``` ```bash [pnpm] -pnpm run hardhat verify +pnpx exec hardhat verify ``` ```bash [bun]