mirror of
https://github.com/logos-co/staking.git
synced 2025-01-24 17:39:15 +00:00
update solc
This commit is contained in:
parent
26da805fd9
commit
1417e1721a
@ -1,6 +1,6 @@
|
|||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
pragma solidity 0.8.19;
|
pragma solidity 0.8.20;
|
||||||
|
|
||||||
import "./StakeManager.sol";
|
import "./StakeManager.sol";
|
||||||
import "@openzeppelin/contracts/access/Ownable.sol";
|
import "@openzeppelin/contracts/access/Ownable.sol";
|
||||||
|
@ -2,5 +2,5 @@ require("@nomicfoundation/hardhat-toolbox");
|
|||||||
|
|
||||||
/** @type import('hardhat/config').HardhatUserConfig */
|
/** @type import('hardhat/config').HardhatUserConfig */
|
||||||
module.exports = {
|
module.exports = {
|
||||||
solidity: "0.8.18",
|
solidity: "0.8.20",
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user