Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ These scenarios use a supported EVM chain. Shinzo supports multiple EVM chains.
## Topology

{% mermaid() %}
flowchart LR
flowchart TB
subgraph VM["Generator VM"]
direction TB
Gen["<b>Generator client</b><br/>concurrent_blocks: 8<br/>receipt_workers: 32<br/>GOMEMLIMIT: 14GiB"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ These scenarios use a supported EVM chain. Shinzo supports multiple EVM chains.
## Topology

{% mermaid() %}
flowchart LR
flowchart TB
subgraph VM["Generator VM"]
Gen["<b>Generator client</b><br/>:9171 P2P<br/>:8080 Health/Metrics"]
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ These scenarios use a supported EVM chain. Shinzo supports multiple EVM chains.
## Topology

{% mermaid() %}
flowchart LR
flowchart TB
subgraph VM["Prod VM"]
direction LR
Nginx["<b>Nginx</b><br/>:443 TLS"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ These scenarios use a supported EVM chain. Shinzo supports multiple EVM chains.
## Topology

{% mermaid() %}
flowchart LR
flowchart TB
subgraph VM["Validator machine"]
direction LR
Geth["<b>Geth node</b><br/>:8545 HTTP<br/>:8546 WS"]
Expand Down
Loading