Skip to content

Commit 06d0bc7

Browse files
committed
echidna: replace multi-abi with allContracts in configs
Echidna renamed its `multi-abi` option to `allContracts` in commit ff312a6 ("Rename multi-abi to allContracts"). This adds the new option to the test configuration to keep CI passing, while maintaining references in text to the currently available option to not confuse users. A second PR should adjust the text to mention the new option once Echidna 2.1 is released.
1 parent 28ba0ce commit 06d0bc7

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)