Skip to content

Commit

Permalink
closes #197
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbeard002 committed Mar 5, 2024
1 parent 85d2346 commit 8380412
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"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: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"
"fuzz-a": "echidna . --contract TestSwaplace --test-mode assertion --config echidna.config.yml",
"deploy:mocks": "npx hardhat run scripts/deployMock.ts --network $1"
}
}

0 comments on commit 8380412

Please sign in to comment.