Skip to content

Commit

Permalink
Merge branch 'master' into node-running-overview
Browse files Browse the repository at this point in the history
  • Loading branch information
anegg0 authored Oct 15, 2024
2 parents 6b8372b + 927d5f7 commit eb45bd2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Indexers provide a convenient way to retrieve historic or application-specific d
- [The Graph](https://thegraph.com/)
- [Goldsky](https://goldsky.com/)
- [Ormi](https://www.ormilabs.xyz/)
- [Traceye](https://traceye.io/)

## Oracles

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,9 @@ Using the feed relay, you can also retrieve the `L2 block number` of a message:

- On <a data-quicklook-from="arbitrum-one">Arbitrum One</a>, this can be done by adding the Arbitrum One genesis block number (22207817) to the sequence number of the feed message.
- Note that in the case of <a data-quicklook-from="arbitrum-nova">Arbitrum Nova</a>, the Nitro genesis number is `0`, so it doesn't need to be included when adding to the feed message's sequence number.

:::info

Note that the `messagess[0].message.message.header.blockNumber` is `L1 block number` instead of `L2 block number`

:::

0 comments on commit eb45bd2

Please sign in to comment.