From 4f16ad6bc197d2daa02cdfbeb7c58a2021a72002 Mon Sep 17 00:00:00 2001 From: osrm <90407222+osrm@users.noreply.github.com> Date: Thu, 14 Nov 2024 00:38:35 +0900 Subject: [PATCH] fix typo README.md "specifacilly" -> "specifically" --- packages/linea-state-verifier/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/linea-state-verifier/README.md b/packages/linea-state-verifier/README.md index 81299b5a8..abe40ae42 100644 --- a/packages/linea-state-verifier/README.md +++ b/packages/linea-state-verifier/README.md @@ -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).