Compare commits
1 Commits
174fad3a21
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| e5216f224f |
@@ -6,7 +6,7 @@
|
|||||||
"test": "test"
|
"test": "test"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "yarn test:slots & yarn test:execution",
|
"test": "npm run test:slots & npm run test:execution",
|
||||||
"build": "forge build --optimize",
|
"build": "forge build --optimize",
|
||||||
"test:slots": "forge test -vv --match-contract StorageBased",
|
"test:slots": "forge test -vv --match-contract StorageBased",
|
||||||
"test:execution": "forge test -vvv --fork-url https://rpc.mevblocker.io --block-number 17315182 --match-contract ExecutionBased"
|
"test:execution": "forge test -vvv --fork-url https://rpc.mevblocker.io --block-number 17315182 --match-contract ExecutionBased"
|
||||||
|
|||||||
Reference in New Issue
Block a user