You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ attacknetConfig:
48
48
harnessConfig:
49
49
networkPackage: github.com/crytic/ethereum-package # The Kurtosis package to deploy to instrument the devnet.
50
50
networkConfig: default.yaml # The configuration to use for the Kurtosis package. These live in ./network-configs and are referenced by their filename.
51
-
51
+
networkType: ethereum # no touchy
52
52
53
53
# The list of tests to be run. As of right now, the first test is run and the tool terminates. In the future, we will genesis single-use devnets for each test, run the test, and terminate once all the tests are completed and all the enclaves are cleaned up.
54
54
tests:
@@ -78,6 +78,8 @@ Once you've got your configuration set up, you can run Attacknet:
78
78
If your suite config is located at `./test-suites/suite.yaml`, you would run `attacknet start suite`. This will
79
79
probably be changed.
80
80
81
+
At this time, health checks will be run in perpetuity once the fault has concluded. Simply ctrl+c to terminate.
0 commit comments