Skip to content

Commit

Permalink
simplify modgraph (#14169)
Browse files Browse the repository at this point in the history
* simplify modgraph

* group tdh2
  • Loading branch information
jmank88 authored Aug 23, 2024
1 parent 3465895 commit 3335b7e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
13 changes: 7 additions & 6 deletions go.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ flowchart LR
chainlink-cosmos
chainlink-solana
chainlink-starknet/relayer
subgraph chainlink-integrations
direction LR
chainlink-integrations/evm/relayer
chainlink-integrations/common
end
chainlink-evm
end
subgraph products
Expand All @@ -21,8 +17,13 @@ flowchart LR
chainlink-vrf
end
subgraph tdh2
tdh2/go/tdh2
tdh2/go/ocr2/decryptionplugin
end
classDef outline stroke-dasharray:6,fill:none;
class chains,products outline
class chains,products,tdh2 outline
chainlink/v2 --> chain-selectors
click chain-selectors href "https://github.com/smartcontractkit/chain-selectors"
Expand Down
13 changes: 7 additions & 6 deletions tools/bin/modgraph
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ flowchart LR
chainlink-cosmos
chainlink-solana
chainlink-starknet/relayer
subgraph chainlink-integrations
direction LR
chainlink-integrations/evm/relayer
chainlink-integrations/common
end
chainlink-evm
end
subgraph products
Expand All @@ -27,8 +23,13 @@ flowchart LR
chainlink-vrf
end
subgraph tdh2
tdh2/go/tdh2
tdh2/go/ocr2/decryptionplugin
end
classDef outline stroke-dasharray:6,fill:none;
class chains,products outline
class chains,products,tdh2 outline
"
go mod graph | \
# org only
Expand Down

0 comments on commit 3335b7e

Please sign in to comment.