match solidity versions
This commit is contained in:
parent
091be423aa
commit
6e7f451080
|
@ -1,5 +1,5 @@
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
pragma solidity ^0.8.9;
|
pragma solidity ^0.8.19;
|
||||||
|
|
||||||
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
|
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
|
||||||
import "@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol";
|
import "@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol";
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
pragma solidity ^0.8.9;
|
pragma solidity ^0.8.19;
|
||||||
|
|
||||||
import "./TenGransAbstractToken.sol";
|
import "./TenGransAbstractToken.sol";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue