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

Correctly format fixed-length slots for backrefs #16

Closed Arachnid closed 10 months ago

makoto commented 10 months ago

Applied the fix against https://github.com/ensdomains/evmgateway/pull/14 and the test started passing