diff --git a/examples/deploy-contract/package.json b/examples/deploy-contract/package.json index 80fc678c..d823163e 100644 --- a/examples/deploy-contract/package.json +++ b/examples/deploy-contract/package.json @@ -9,7 +9,7 @@ "start": "node index.js" }, "dependencies": { - "@openzeppelin/platform-deploy-client": "^0.7.0", + "@openzeppelin/platform-deploy-client": "^1.49.0", "dotenv": "^8.2.0" } }