Compare commits
2 Commits
ef4f759f0f
...
f5ba0f6604
Author | SHA1 | Date | |
---|---|---|---|
f5ba0f6604 | |||
b2f79dac91 |
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user