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

Update EVM Gateway contracts #234

Open pikonha opened 1 month ago

pikonha commented 1 month ago

Feature Request

The contenthash CCIP-Read call is leading to a Array out of bounds on the ArbitrumVerifier contract.

Image

Describe Preferred Solution

To fix that it is required to update the whole EVM Gateway dependency to gather their new structure of fetching dynamic data from a storage slot.

Architecture Diagram

QA Replication steps