Skip to content

Commit

Permalink
docs(website): fix typo (#13139)
Browse files Browse the repository at this point in the history
Co-authored-by: Roger <50648015+RogerLamTd@users.noreply.github.com>
  • Loading branch information
oksi13km and RogerLamTd committed Feb 11, 2023
1 parent 5fba861 commit ca47015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/pages/docs/learn/bridging.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Let's walk through an example:

1. First, we can send a message on some source chain, and store it on the signal service.
2. Next, we call `eth_getProof`, which will give us a proof that we did indeed send a message on the source chain.
3. Finally, we call `isSignalReceived` on the destination chain's SignalService which essentially just verifies the merkle proof. `isSignalReceived` will lookup the block hash you are asserting you had stored a message on the source chain (where you originally sent the message), and with the sibling hashes inside the merkle proof it will rebuild the merkle root, which verifies the signal was included in that merkle root—meaning it was sent.
3. Finally, we call `isSignalReceived` on the destination chain's SignalService which essentially just verifies the merkle proof. `isSignalReceived` will look up the block hash you are asserting you had stored a message on the source chain (where you originally sent the message), and with the sibling hashes inside the merkle proof it will rebuild the merkle root, which verifies the signal was included in that merkle root—meaning it was sent.

And boom! We have sent a cross-chain message. Confusing? Well leave some feedback please if it is, so we can clear it up.

Expand Down

0 comments on commit ca47015

Please sign in to comment.