@@ -7,6 +7,7 @@ flowchart LR
77 framework
88 click framework href "https://github.com/smartcontractkit/chainlink-testing-framework/framework"
99 framework/examples --> framework
10+ framework/examples --> havoc
1011 framework/examples --> wasp
1112 click framework/examples href "https://github.com/smartcontractkit/chainlink-testing-framework/framework"
1213 framework/examples_cll --> framework
@@ -15,6 +16,9 @@ flowchart LR
1516 click grafana href "https://github.com/smartcontractkit/chainlink-testing-framework/grafana"
1617 havoc --> lib/grafana
1718 click havoc href "https://github.com/smartcontractkit/chainlink-testing-framework/havoc"
19+ havoc/examples --> framework
20+ havoc/examples --> havoc
21+ click havoc/examples href "https://github.com/smartcontractkit/chainlink-testing-framework/havoc"
1822 lib --> seth
1923 click lib href "https://github.com/smartcontractkit/chainlink-testing-framework/lib"
2024 lib/grafana
@@ -43,6 +47,12 @@ flowchart LR
4347 end
4448 click framework-repo href "https://github.com/smartcontractkit/chainlink-testing-framework/framework"
4549
50+ subgraph havoc-repo[havoc]
51+ havoc
52+ havoc/examples
53+ end
54+ click havoc-repo href "https://github.com/smartcontractkit/chainlink-testing-framework/havoc"
55+
4656 subgraph lib-repo[lib]
4757 lib
4858 lib/grafana
@@ -57,5 +67,5 @@ flowchart LR
5767 click tools-repo href "https://github.com/smartcontractkit/chainlink-testing-framework/tools"
5868
5969 classDef outline stroke-dasharray:6,fill:none;
60- class framework-repo,lib-repo,tools-repo outline
70+ class framework-repo,havoc-repo, lib-repo,tools-repo outline
6171```
0 commit comments