mirror of
https://github.com/status-im/community-dapp.git
synced 2025-02-22 19:18:30 +00:00
chore: update solidity version
This commit is contained in:
parent
adafe3ad7d
commit
48a273443e
@ -1,5 +1,5 @@
|
||||
// SPDX-License-Identifier: UNLICENSED
|
||||
pragma solidity ^0.8.5;
|
||||
pragma solidity ^0.8.18;
|
||||
|
||||
contract Directory {
|
||||
address public votingContract;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// SPDX-License-Identifier: UNLICENSED
|
||||
pragma solidity ^0.8.5;
|
||||
pragma solidity ^0.8.18;
|
||||
|
||||
import '@openzeppelin/contracts/token/ERC20/IERC20.sol';
|
||||
import '@openzeppelin/contracts/utils/cryptography/ECDSA.sol';
|
||||
|
Loading…
x
Reference in New Issue
Block a user