Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Anna Jabłonowska <[email protected]>
  • Loading branch information
marekkirejczyk and aajj999 authored May 31, 2024
1 parent 581a031 commit 7e584ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethereum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Codebase also includes support for base Ethereum structures in Noir:
- Decoding RLP format
- Ethereum Merkle Patricia Tries proofs
- Mappings of Basic Ethereum data types: uint256, address, bytes32, hash
- Fragments data structure, similar to Rust's slice, used for parsing data
- Fragment data structure, similar to Rust's slice, used for parsing data

Additionally, we provide [smart contracts](./ethereum/contracts/src/EthereumHistoryVerifier.sol) that allow to verify inclusion of block in the chain for last 256 blocks.

Expand Down

0 comments on commit 7e584ba

Please sign in to comment.