Skip to content

Commit

Permalink
Merge pull request #4 from youyyytrok/patch-1
Browse files Browse the repository at this point in the history
fix: typo correction
  • Loading branch information
niran authored Nov 17, 2024
2 parents 95a68e6 + 6c6d5c7 commit c460240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/syncing-other-l1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Syncing to Other L1s

# Syncing to Other L1s

Non-Ethereum L1 chains, like Gnosis Chain, Polygon, and BNB, are less straighforward to integrate with Keyspace than L2s. There's no way to reference the state root of the L1 KeyStore contract directly on these chains. Instead, we're faced with two options: using an Ethereum block hash oracle to verify the Keyspace state root from Ethereum or re-sequencing the state transitions on the other L1 without any reference to the Ethereum instance.
Non-Ethereum L1 chains, like Gnosis Chain, Polygon, and BNB, are less straightforward to integrate with Keyspace than L2s. There's no way to reference the state root of the L1 KeyStore contract directly on these chains. Instead, we're faced with two options: using an Ethereum block hash oracle to verify the Keyspace state root from Ethereum or re-sequencing the state transitions on the other L1 without any reference to the Ethereum instance.

## Block Hash Oracles

Expand Down

0 comments on commit c460240

Please sign in to comment.