diff --git a/package.json b/package.json index e550066b..7706e71e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "private": true, "scripts": { - "chain": "packages/ethernaut-cli/ethernaut net local --fork 'none'", + "chain": "packages/ethernaut-cli/ethernaut net local --fork 'none' --port 8545", "build": "npm run build --workspaces", "compile": "npm run compile --workspaces", "lint": "eslint 'packages/**/*.js'",