Skip to content

Commit

Permalink
fix typo README.md
Browse files Browse the repository at this point in the history
"specifacilly" -> "specifically"
  • Loading branch information
osrm authored Nov 13, 2024
1 parent 1e5ab20 commit 4f16ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/linea-state-verifier/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# linea-state-verifier

A Solidity library that verifies state proofs generated by a [linea-ccip-gateway](https://github.com/Consensys/linea-ens/tree/main/packages/linea-ccip-gateway) instance. This library implements all the functionality required to make CCIP-Read calls to a linea-ccip-gateway and verify the responses, except for verifying the root of the proof. This library is intended to be used specifacilly to resolve any Linea storage state on L1.
A Solidity library that verifies state proofs generated by a [linea-ccip-gateway](https://github.com/Consensys/linea-ens/tree/main/packages/linea-ccip-gateway) instance. This library implements all the functionality required to make CCIP-Read calls to a linea-ccip-gateway and verify the responses, except for verifying the root of the proof. This library is intended to be used specifically to resolve any Linea storage state on L1.
It has been greatly inspired by the ENS [evm-gateway](https://github.com/ensdomains/evmgateway/) but needed some custom changes to be compatible with Linea's proving system that uses SparseMerkleTree instead of the standard Patricia Merkle Tree.

For a detailed readme and usage instructions, see the [monorepo readme](https://github.com/Consensys/linea-ens/tree/main).
Expand Down

0 comments on commit 4f16ad6

Please sign in to comment.