Skip to content

Commit 3319241

Browse files
committed
update all pragmas
1 parent 8ad828e commit 3319241

18 files changed

+14
-112
lines changed

lib/cow

script/Counter.s.sol

Lines changed: 0 additions & 19 deletions
This file was deleted.

script/Transient.s.sol

Lines changed: 0 additions & 41 deletions
This file was deleted.

src/Counter.sol

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/CowEvcWrapper.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0-or-later
2-
pragma solidity ^0.8.30;
2+
pragma solidity ^0.8;
33

44
import {IEVC} from "evc/EthereumVaultConnector.sol";
55
import {IGPv2Settlement, GPv2Interaction, GPv2Trade} from "./vendor/interfaces/IGPv2Settlement.sol";

src/SwapVerifier.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0-or-later
22

3-
pragma solidity ^0.8.0;
3+
pragma solidity ^0.8;
44

55
import {IEVault, IERC20} from "euler-vault-kit/src/EVault/IEVault.sol";
66

src/vendor/interfaces/IERC20.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// - Added `name`, `symbol` and `decimals` function declarations
77
// <https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v3.4.0/contracts/token/ERC20/IERC20.sol>
88

9-
pragma solidity >=0.7.6 <0.9.0;
9+
pragma solidity ^0.8;
1010

1111
/**
1212
* @dev Interface of the ERC20 standard as defined in the EIP.

src/vendor/interfaces/IEthereumVaultConnector.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0-or-later
22

3-
pragma solidity >=0.8.0;
3+
pragma solidity ^0.8;
44

55
/// @title IEVC
66
/// @custom:security-contact [email protected]

src/vendor/interfaces/IGPv2Authentication.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: LGPL-3.0-or-later
2-
pragma solidity >=0.7.6 <0.9.0;
2+
pragma solidity ^0.8;
33

44
/// @title Gnosis Protocol v2 Authentication Interface
55
/// @author Gnosis Developers

0 commit comments

Comments
 (0)