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 ```text
npm run test npm run test
``` ```
### Contract
Proposal on ethersan: https://etherscan.io/address/0xccB9a3A5996aD2c11C8831F8cF97f5D8c7E027c6#code

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