Skip to content

Commit

Permalink
Merge pull request #199 from blackbeard002/scripts
Browse files Browse the repository at this point in the history
 refactor: repo scripts section #197
  • Loading branch information
0xneves authored Mar 8, 2024
2 parents 85d2346 + fcb1a82 commit 1321fc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1321fc8

Please sign in to comment.