Compare commits

..

No commits in common. "f5ba0f6604e5dba38db77330c4b53496daddc5c6" and "ef4f759f0f3c95b18ca5d25b0f73cab6641bf374" have entirely different histories.

2 changed files with 1 additions and 6 deletions

@ -24,7 +24,3 @@ npm install
```text
npm run test
```
### Contract
Proposal on ethersan: https://etherscan.io/address/0xccB9a3A5996aD2c11C8831F8cF97f5D8c7E027c6#code

@ -6,8 +6,7 @@
"license": "MIT",
"private": false,
"scripts": {
"test": "forge test --fork-url https://rpc.mevblocker.io --fork-block-number 17415610",
"testGas": "forge test --fork-url https://rpc.mevblocker.io --gas-report"
"test": "forge test --fork-url https://rpc.mevblocker.io --fork-block-number 17415610"
},
"dependencies": {
"@ensdomains/ens-contracts": "^0.0.21",