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
14 stars 3 forks source link

Implement Optimism Merkle Proof validation #198

Open pikonha opened 1 month ago

pikonha commented 1 month ago

Feature Request

Implement the Merkle Proof validation required for CCIP-Read on Optimism.

Describe Preferred Solution

This implementation comes from the ENS' EVMGateway implementation and should be implemented using Viem instead of Ethers.

Architecture Diagram

QA Replication steps

pikonha commented 4 weeks ago

blocked by the Optimism verification process update