From f58b583cd58b57623abc27f9b48a557855571caf Mon Sep 17 00:00:00 2001 From: Aleksao998 Date: Mon, 21 Oct 2024 11:14:31 +0200 Subject: [PATCH] fix readme --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index d9f38a4..5130d10 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,7 @@ "license": "GPL-3.0", "scripts": { "compile": "npx hardhat compile", - "test": "npx hardhat test --network nil", - "deploy": "rm -rf ignition/deployments && npx hardhat ignition deploy ./ignition/modules/amm.ts --network nil", + "test": "npx hardhat test", "clean": "rm -rf iginition/deployments", "format": "biome format ./", "lint": "biome check ./",