This repository implements ENS gateway contracts built on top of evmgateway
This is a monorepo divided up into a few packages:
A resolver contract that is built on top of evm-verifier.
A reverse resolver contract that is built on top of evm-verifier.
https://github.com/makoto/my-l2-app-v2
gh repo clone ensdomains/ens-l2-contracts
bun install
bun run test
yarn test
spawns hardhat test
in the forked process. When hardhat
command is installed under the node_modules of under each workspace, it complains that it's using locally installed hardhat. Remove hardhat from local node_modules and make sure it's only installed under the root node_modules
rm -rf *-*/node_modules/hardhat
rm bun.lockb
bun install