Skip to content

Commit

Permalink
changes made blockful-io#197
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbeard002 committed Mar 6, 2024
1 parent 8380412 commit fcb1a82
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,10 +30,10 @@
"compile": "npx hardhat compile",
"test": "npx hardhat test",
"docs": "npx hardhat docgen",
"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",
"deploy:mocks": "npx hardhat run scripts/deployMock.ts --network $1"
"fuzz-a": "echidna . --contract TestSwaplace --test-mode assertion --config echidna.config.yml"
}
}

0 comments on commit fcb1a82

Please sign in to comment.