blockful-io / external-resolver

This project aims to scale the Ethereum Name Service (ENS) by consolidating existing patterns and proofs of concept into a unified and production-ready codebase.
MIT License
15 stars 3 forks source link

Add block validation on Arbitrum Verifier #218

Open pikonha opened 1 month ago

pikonha commented 1 month ago

Feature Request

We need to verify the block number returned by the L2 to fully implement CCIP-Read.

Describe Preferred Solution

This part of the ArbitrumVerifier need to be uncommented in order to validate the block number returned by the Merkle Proof from Arbitrum.

Architecture Diagram

QA Replication steps