@@ -5,10 +5,6 @@ flowchart LR
55
66 chain-selectors
77 click chain-selectors href "https://github.com/smartcontractkit/chain-selectors"
8- chainlink-automation
9- click chainlink-automation href "https://github.com/smartcontractkit/chainlink-automation"
10- chainlink-ccip
11- click chainlink-ccip href "https://github.com/smartcontractkit/chainlink-ccip"
128 chainlink-common --> chain-selectors
139 chainlink-common --> chainlink-common/pkg/chipingress
1410 chainlink-common --> chainlink-common/pkg/values
@@ -24,12 +20,6 @@ flowchart LR
2420 click chainlink-common/pkg/chipingress href "https://github.com/smartcontractkit/chainlink-common"
2521 chainlink-common/pkg/values
2622 click chainlink-common/pkg/values href "https://github.com/smartcontractkit/chainlink-common"
27- chainlink-cosmos
28- click chainlink-cosmos href "https://github.com/smartcontractkit/chainlink-cosmos"
29- chainlink-data-streams
30- click chainlink-data-streams href "https://github.com/smartcontractkit/chainlink-data-streams"
31- chainlink-feeds
32- click chainlink-feeds href "https://github.com/smartcontractkit/chainlink-feeds"
3323 chainlink-framework/capabilities --> chainlink-common
3424 click chainlink-framework/capabilities href "https://github.com/smartcontractkit/chainlink-framework"
3525 chainlink-framework/chains --> chainlink-framework/multinode
@@ -38,8 +28,6 @@ flowchart LR
3828 click chainlink-framework/metrics href "https://github.com/smartcontractkit/chainlink-framework"
3929 chainlink-framework/multinode --> chainlink-framework/metrics
4030 click chainlink-framework/multinode href "https://github.com/smartcontractkit/chainlink-framework"
41- chainlink-framework/tools/evm-chain-bindings --> chainlink/v2
42- click chainlink-framework/tools/evm-chain-bindings href "https://github.com/smartcontractkit/chainlink-framework"
4331 chainlink-protos/billing/go
4432 click chainlink-protos/billing/go href "https://github.com/smartcontractkit/chainlink-protos"
4533 chainlink-protos/cre/go
@@ -48,34 +36,12 @@ flowchart LR
4836 click chainlink-protos/storage-service href "https://github.com/smartcontractkit/chainlink-protos"
4937 chainlink-protos/workflows/go
5038 click chainlink-protos/workflows/go href "https://github.com/smartcontractkit/chainlink-protos"
51- chainlink-solana
52- click chainlink-solana href "https://github.com/smartcontractkit/chainlink-solana"
53- chainlink-starknet/relayer
54- click chainlink-starknet/relayer href "https://github.com/smartcontractkit/chainlink-starknet"
55- chainlink/v2 --> chainlink-automation
56- chainlink/v2 --> chainlink-ccip
57- chainlink/v2 --> chainlink-common
58- chainlink/v2 --> chainlink-cosmos
59- chainlink/v2 --> chainlink-data-streams
60- chainlink/v2 --> chainlink-feeds
61- chainlink/v2 --> chainlink-solana
62- chainlink/v2 --> chainlink-starknet/relayer
63- chainlink/v2 --> tdh2/go/ocr2/decryptionplugin
64- chainlink/v2 --> tdh2/go/tdh2
65- chainlink/v2 --> wsrpc
66- click chainlink/v2 href "https://github.com/smartcontractkit/chainlink"
6739 freeport
6840 click freeport href "https://github.com/smartcontractkit/freeport"
6941 grpc-proxy
7042 click grpc-proxy href "https://github.com/smartcontractkit/grpc-proxy"
7143 libocr
7244 click libocr href "https://github.com/smartcontractkit/libocr"
73- tdh2/go/ocr2/decryptionplugin
74- click tdh2/go/ocr2/decryptionplugin href "https://github.com/smartcontractkit/tdh2"
75- tdh2/go/tdh2
76- click tdh2/go/tdh2 href "https://github.com/smartcontractkit/tdh2"
77- wsrpc
78- click wsrpc href "https://github.com/smartcontractkit/wsrpc"
7945
8046 subgraph chainlink-common-repo[chainlink-common]
8147 chainlink-common
@@ -89,7 +55,6 @@ flowchart LR
8955 chainlink-framework/chains
9056 chainlink-framework/metrics
9157 chainlink-framework/multinode
92- chainlink-framework/tools/evm-chain-bindings
9358 end
9459 click chainlink-framework-repo href "https://github.com/smartcontractkit/chainlink-framework"
9560
@@ -101,12 +66,6 @@ flowchart LR
10166 end
10267 click chainlink-protos-repo href "https://github.com/smartcontractkit/chainlink-protos"
10368
104- subgraph tdh2-repo[tdh2]
105- tdh2/go/ocr2/decryptionplugin
106- tdh2/go/tdh2
107- end
108- click tdh2-repo href "https://github.com/smartcontractkit/tdh2"
109-
11069 classDef outline stroke-dasharray:6,fill:none;
111- class chainlink-common-repo,chainlink-framework-repo,chainlink-protos-repo,tdh2-repo outline
70+ class chainlink-common-repo,chainlink-framework-repo,chainlink-protos-repo outline
11271```
0 commit comments