Hadrien Croubois 2 years ago
parent
commit
19b6505a62
2 changed files with 2 additions and 2 deletions
  1. 1 1
      certora/specs/methods/IERC5805.spec
  2. 1 1
      certora/specs/methods/IERC6372.spec

+ 1 - 1
certora/specs/methods/IERC5805.spec

@@ -8,4 +8,4 @@ methods {
     // external
     delegate(address)
     delegateBySig(address, uint256, uint256, uint8, bytes32, bytes32)
-}
+}

+ 1 - 1
certora/specs/methods/IERC6372.spec

@@ -1,4 +1,4 @@
 methods {
     clock() returns (uint48)
     CLOCK_MODE() returns (string)
-}
+}