Skip to content

Commit 36fab64

Browse files
authored
Merge pull request #221 from crytic/dev-fix-multiabi
echidna: replace multi-abi with allContracts in configs
2 parents 28ba0ce + 06d0bc7 commit 36fab64

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
testMode: assertion
22
testLimit: 50000
3-
multi-abi: true
3+
# echidna < 2.1
4+
multi-abi: true
5+
# echidna >= 2.1
6+
allContracts: true

0 commit comments

Comments
 (0)