Adding Crytic config

This commit is contained in:
rajeevgopalakrishna 2020-05-21 16:02:29 +05:30
parent 3e0ee71891
commit c10e53180d

18
crytic-config.json Normal file
View File

@ -0,0 +1,18 @@
{
"cwd": ".",
"custom_unit_test": {
"enabled": false
},
"embark": {
"enable": true
},
"truffle": {
"enabled": false
},
"slither": {
"target": "."
},
"echidna": {
"contract": ""
}
}