Skip to content

Commit

Permalink
fix(excubiae): wrong pragma versions for interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjei committed Jul 9, 2024
1 parent d1e1da7 commit 23f080e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL
pragma solidity ^0.8.9;
pragma solidity >=0.8.0;

/// This interface has been copied & pasted from
/// https://github.com/gitcoinco/eas-proxy/blob/main/contracts/IGitcoinPassportDecoder.sol
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.10;
pragma solidity >=0.8.0;

/// This interface has been copied & pasted from MACI.
/// https://github.com/privacy-scaling-explorations/maci/blob/dev/contracts/contracts/interfaces/IHats.sol
Expand Down

0 comments on commit 23f080e

Please sign in to comment.