codeesura

Results 4 comments of codeesura

I was experiencing the same issue, and it was resolved by updating to NextJs version 13 while keeping the ethers package at version 5.7.2.

You can solve this error by updating to `@graphprotocol/graph-cli` version 0.21.3. https://github.com/Uniswap/v2-subgraph/pull/137

Hey @jrgarciadev this PR only addresses a word correction on the NextUI website and doesn't affect any system files. It has one approval already and just needs your review.

Also consider adjusting the Makefile to produce a `foundry-contracts` crate instead of bindings. This would provide a more descriptive name and make it even clearer that the crate contains contract-related...