Compare commits

...

2 Commits

Author SHA1 Message Date
f5ba0f6604 Add contract source link to readme 2023-06-07 08:12:51 -07:00
b2f79dac91 Add gas testing 2023-06-07 08:12:25 -07:00
2 changed files with 6 additions and 1 deletions

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

@ -6,7 +6,8 @@
"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",