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