ensdomains / evmgateway

This repository implements a generic CCIP-Read gateway for fetching state proofs of data on other EVM chains. The intended use is for contracts on L1 to be able to fetch and verify data from contracts on L2 in a read context.
MIT License
128 stars 28 forks source link

Crosschain delegatable resolver #11

Closed makoto closed 9 months ago

makoto commented 10 months ago

Replaced Owned Resolver with DelegatableResolver.

The changes includes

Arachnid commented 10 months ago

Screenshot from 2023-11-07 13-18-05

Per Tenderly, this is failing because the wrapper is exceeding the max code size. Try replicating the compiler version and optimization settings from the NW repo.