File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
packages/contracts/contracts Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: MIT
2- pragma solidity >= 0.8.23 <= 0.8.28 ;
2+ pragma solidity >= 0.8.23 < 0.9.0 ;
33
44import {ISemaphore} from "./interfaces/ISemaphore.sol " ;
55import {ISemaphoreVerifier} from "./interfaces/ISemaphoreVerifier.sol " ;
Original file line number Diff line number Diff line change 11//SPDX-License-Identifier: MIT
2- pragma solidity >= 0.8.23 <= 0.8.28 ;
2+ pragma solidity >= 0.8.23 < 0.9.0 ;
33
44/// @title Semaphore contract interface.
55interface ISemaphore {
Original file line number Diff line number Diff line change 11//SPDX-License-Identifier: MIT
2- pragma solidity >= 0.8.23 <= 0.8.28 ;
2+ pragma solidity >= 0.8.23 < 0.9.0 ;
33
44/// @title SemaphoreGroups contract interface.
55interface ISemaphoreGroups {
Original file line number Diff line number Diff line change 11//SPDX-License-Identifier: MIT
2- pragma solidity >= 0.8.23 <= 0.8.28 ;
2+ pragma solidity >= 0.8.23 < 0.9.0 ;
33
44/// @title SemaphoreVerifier contract interface.
55interface ISemaphoreVerifier {
You can’t perform that action at this time.
0 commit comments