Skip to content

Commit

Permalink
add one more diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki committed Oct 3, 2024
1 parent 1c31776 commit 13337a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion solo-chains/docs/bridge/etbereum-to-solo-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,15 @@ def validate_light_client_update(snapshot: LightClientSnapshot,
assert bls.FastAggregateVerify(participant_pubkeys, signing_root, update.sync_committee_signature)
```

### Overall Diagram
### Overall Diagram ETH state validity Reception

<p align="center">
<img src="images/beacon_chain_altair.drawio.png" width="1000">
</p>


### Overall Diagram Validator Information passing

<p align="center">
<img src="images/relayer_proof_starlight.drawio.png" width="1000">
</p>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 13337a0

Please sign in to comment.