certora: run vault rules as part of the CI

This commit is contained in:
Mark Spanbroek 2025-06-12 16:58:58 +02:00
parent cbe52b4934
commit 6d16b0c613
2 changed files with 3 additions and 1 deletions

View File

@ -83,4 +83,5 @@ jobs:
rule: rule:
- verify:marketplace - verify:marketplace
- verify:state_changes - verify:state_changes
- verify:vault

View File

@ -11,7 +11,8 @@
"deploy": "hardhat deploy", "deploy": "hardhat deploy",
"verify": "npm run verify:marketplace && npm run verify:state_changes", "verify": "npm run verify:marketplace && npm run verify:state_changes",
"verify:marketplace": "certoraRun certora/confs/Marketplace.conf", "verify:marketplace": "certoraRun certora/confs/Marketplace.conf",
"verify:state_changes": "certoraRun certora/confs/StateChanges.conf" "verify:state_changes": "certoraRun certora/confs/StateChanges.conf",
"verify:vault": "certoraRun certora/confs/Vault.conf"
}, },
"devDependencies": { "devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.1", "@nomiclabs/hardhat-ethers": "^2.2.1",