Skip to content

Commit

Permalink
Add Hardhat setup for Diligence Fuzzing.
Browse files Browse the repository at this point in the history
  • Loading branch information
wuestholz committed Oct 9, 2023
1 parent 2da4c25 commit fcdb230
Show file tree
Hide file tree
Showing 6 changed files with 17,018 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .fuzz.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
fuzz:
build_directory: artifacts
ide: hardhat
deployed_contract_address: '0x5FbDB2315678afecb367f032d93F642f64180aa3'
number_of_cores: 1
time_limit: 15m
project: Daedaluzz
campaign_name_prefix: Maze
rpc_url: 'http://localhost:8545'
faas_url: 'http://fuzzing.diligence.tools'
key: ''
targets:
- contracts/maze.sol
Loading

0 comments on commit fcdb230

Please sign in to comment.