Skip to content

Commit

Permalink
fix certora
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsoncusack committed Apr 23, 2024
1 parent b214501 commit 19102d9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/certora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@ jobs:
max-parallel: 4
matrix:
params:
- {name: ERC4337Account, command: 'ERC4337Account.conf'}
- {name: ERC4337Account, command: 'ERC4337Account.conf --rule cantInitTwice'}
- {name: ERC4337Account, command: 'ERC4337Account.conf --exclude_rule cantInitTwice'}
- {name: ERC4337AccountInv, command: 'ERC4337AccountInv.conf'}
1 change: 0 additions & 1 deletion certora/confs/ERC4337Account.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"packages": [
"solady=lib/solady/src",
"account-abstraction=lib/account-abstraction/contracts",
"FreshCryptoLib=lib/FreshCryptoLib/solidity/src",
"webauthn-sol=lib/webauthn-sol/src",
"openzeppelin-contracts=lib/openzeppelin-contracts"
],
Expand Down
1 change: 0 additions & 1 deletion certora/confs/ERC4337AccountInv.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"packages": [
"solady=lib/solady/src",
"account-abstraction=lib/account-abstraction/contracts",
"FreshCryptoLib=lib/FreshCryptoLib/solidity/src",
"webauthn-sol=lib/webauthn-sol/src",
"openzeppelin-contracts=lib/openzeppelin-contracts"
],
Expand Down

0 comments on commit 19102d9

Please sign in to comment.