Skip to content

Commit

Permalink
update img links
Browse files Browse the repository at this point in the history
  • Loading branch information
iFrostizz committed Sep 4, 2024
1 parent f7093cb commit 70273a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions relayer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ The relayer consists of the following components:
### Data Flow

<figure>
<img src="resources/relayer-diagram.png?raw=true"></img>
<img src="../resources/relayer-diagram.png"></img>
<figcaption>Figure 1: Relayer Data Flow</figcaption>
</figure>

Expand All @@ -338,7 +338,7 @@ _Note:_ Given these semantics for computing the starting block height, it's poss
- **Run 3**: The relayer is then restarted again with the original configuration of `allowed-origin-sender-addresses=[0x1234]`. The relayer will calculate the starting block height as `100`, and process blocks `100` through the current chain tip, reprocessing block `200` along the way. Instead of ignoring the message in this block, however, the relayer will relay it to the destination.

<figure>
<img src="resources/catch-up-example.png?raw=true"></img>
<img src="../resources/catch-up-example.png"></img>
<figcaption>Figure 2: Processing Missed Blocks Example</figcaption>
</figure>

Expand Down Expand Up @@ -447,4 +447,4 @@ go generate ./...

```bash
./scripts/abi_bindings.sh
```
```

0 comments on commit 70273a0

Please sign in to comment.