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

Npm #39

Closed makoto closed 4 months ago

makoto commented 4 months ago

This PR makes the following changes

mdtanrikulu commented 4 months ago

I see some redundant logging boilerplate being added to each gateway. Can that be abstracted into common code?

I work on this in another branch. moved the logResult into server-analytics library.