Skip to content

Commit

Permalink
upgrade solidity to 0.8.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodus committed Sep 11, 2023
1 parent c5895c1 commit f0e1911
Show file tree
Hide file tree
Showing 4 changed files with 341 additions and 385 deletions.
2 changes: 1 addition & 1 deletion contracts/contracts/Registry.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.19;

import "@openzeppelin/contracts/access/Ownable.sol";

Expand Down
3 changes: 1 addition & 2 deletions contracts/contracts/Subscriptions.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.17;
pragma solidity ^0.8.19;

import '@openzeppelin/contracts/access/Ownable.sol';
import '@openzeppelin/contracts/token/ERC20/IERC20.sol';
Expand Down
2 changes: 1 addition & 1 deletion contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const config: HardhatUserConfig = {
},
},
solidity: {
version: '0.8.17',
version: '0.8.19',
settings: {
optimizer: {
enabled: true,
Expand Down
Loading

0 comments on commit f0e1911

Please sign in to comment.