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

Test process #6

Closed makoto closed 10 months ago

makoto commented 10 months ago
Arachnid commented 10 months ago

Use hardhat package installed under root (as opposed to using locally installed bin)

Why did you make this change? We shouldn't be doing this.

makoto commented 10 months ago

@Arachnid I think my change is using hardhat command installed under the root of the repo using bun, rather than using the binary installed under each workspace (eg: l1-gateway/node_modules/.bin/hardhat)

I am not installing hardhat globally (eg: npm i -g hardhat) so I don't think I am using locally installed hardhat on my machine (or on CI env)