diff --git a/package.json b/package.json index 00ad580..60b3a11 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,8 @@ "compile": "npx hardhat compile", "test": "npx hardhat test", "docs": "npx hardhat docgen", - "testnet": "npx hardhat test --network $1", - "deploy": "npx hardhat run scripts/deploy.ts --network $1", + "deploy:mocks": "npx hardhat run scripts/deployMock.ts --network $1", + "deploy:swaplace": "npx hardhat run scripts/deploy.ts --network $1", "compile-echidna": "crytic-compile . && slither . --print echidna", "fuzz-p": "echidna . --contract TestSwaplace --test-mode property --config echidna.config.yml", "fuzz-a": "echidna . --contract TestSwaplace --test-mode assertion --config echidna.config.yml"