Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Updates solidity compiler version to 0.8.18
Browse files Browse the repository at this point in the history
  • Loading branch information
acenolaza committed Oct 10, 2023
1 parent 011bbab commit dfb4ae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/utils/TimestampedHashRegistry.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.17;
pragma solidity 0.8.18;

// import "@api3/airnode-protocol-v1/contracts/utils/SelfMulticall.sol";
import "../utils/SelfMulticall.sol"; // Uncomment line above and remove this line once this is moved to @api3/dapi-management
Expand Down
2 changes: 1 addition & 1 deletion contracts/utils/interfaces/ITimestampedHashRegistry.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.17;
pragma solidity 0.8.18;

interface ITimestampedHashRegistry {
event SetupSigners(bytes32 indexed hashType, address[] signers);
Expand Down

0 comments on commit dfb4ae9

Please sign in to comment.