From 90abf8a4fddc4e82987f9477a3d0bf6e1b4249af Mon Sep 17 00:00:00 2001 From: Alejandro Date: Wed, 28 Feb 2024 06:26:39 -0300 Subject: [PATCH] Tweak tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'",