Skip to content

Commit

Permalink
fixes I04 - Floating Solidity Version
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Aug 29, 2023
1 parent 8bcd312 commit 640788d
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion contracts/DePayForwarderV2.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BUSL-1.1

pragma solidity >=0.8.18 <0.9.0;
pragma solidity 0.8.18;

import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
Expand Down
2 changes: 1 addition & 1 deletion contracts/DePayRouterV2.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BUSL-1.1

pragma solidity >=0.8.18 <0.9.0;
pragma solidity 0.8.18;

import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
Expand Down
2 changes: 1 addition & 1 deletion contracts/TestReceiver.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BUSL-1.1

pragma solidity >=0.8.18 <0.9.0;
pragma solidity 0.8.18;

import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";

Expand Down
2 changes: 1 addition & 1 deletion contracts/interfaces/IDePayForwarderV2.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BUSL-1.1

pragma solidity >=0.8.18 <0.9.0;
pragma solidity 0.8.18;

import './IDePayRouterV2.sol';

Expand Down
2 changes: 1 addition & 1 deletion contracts/interfaces/IDePayRouterV2.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BUSL-1.1

pragma solidity >=0.8.18 <0.9.0;
pragma solidity 0.8.18;

import './IPermit2.sol';

Expand Down
2 changes: 1 addition & 1 deletion contracts/interfaces/IPermit2.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT

pragma solidity >=0.8.18 <0.9.0;
pragma solidity 0.8.18;

interface IPermit2 {

Expand Down
6 changes: 3 additions & 3 deletions flatten/DePayForwarderV2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ library SafeERC20 {
// Dependency file: contracts/interfaces/IPermit2.sol


// pragma solidity >=0.8.18 <0.9.0;
// pragma solidity 0.8.18;

interface IPermit2 {

Expand Down Expand Up @@ -544,7 +544,7 @@ interface IPermit2 {
// Dependency file: contracts/interfaces/IDePayRouterV2.sol


// pragma solidity >=0.8.18 <0.9.0;
// pragma solidity 0.8.18;

// import 'contracts/interfaces/IPermit2.sol';

Expand Down Expand Up @@ -595,7 +595,7 @@ interface IDePayRouterV2 {
// Root file: contracts/DePayForwarderV2.sol


pragma solidity >=0.8.18 <0.9.0;
pragma solidity 0.8.18;

// import "@openzeppelin/contracts/access/Ownable.sol";
// import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
Expand Down
8 changes: 4 additions & 4 deletions flatten/DePayRouterV2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ library SafeERC20 {
// Dependency file: contracts/interfaces/IPermit2.sol


// pragma solidity >=0.8.18 <0.9.0;
// pragma solidity 0.8.18;

interface IPermit2 {

Expand Down Expand Up @@ -544,7 +544,7 @@ interface IPermit2 {
// Dependency file: contracts/interfaces/IDePayRouterV2.sol


// pragma solidity >=0.8.18 <0.9.0;
// pragma solidity 0.8.18;

// import 'contracts/interfaces/IPermit2.sol';

Expand Down Expand Up @@ -595,7 +595,7 @@ interface IDePayRouterV2 {
// Dependency file: contracts/interfaces/IDePayForwarderV2.sol


// pragma solidity >=0.8.18 <0.9.0;
// pragma solidity 0.8.18;

// import 'contracts/interfaces/IDePayRouterV2.sol';

Expand All @@ -613,7 +613,7 @@ interface IDePayForwarderV2 {
// Root file: contracts/DePayRouterV2.sol


pragma solidity >=0.8.18 <0.9.0;
pragma solidity 0.8.18;

// import "@openzeppelin/contracts/access/Ownable.sol";
// import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
Expand Down
6 changes: 3 additions & 3 deletions flatten/IDePayForwarderV2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// SPDX-License-Identifier: MIT

// pragma solidity >=0.8.18 <0.9.0;
// pragma solidity 0.8.18;

interface IPermit2 {

Expand Down Expand Up @@ -31,7 +31,7 @@ interface IPermit2 {
// Dependency file: contracts/interfaces/IDePayRouterV2.sol


// pragma solidity >=0.8.18 <0.9.0;
// pragma solidity 0.8.18;

// import 'contracts/interfaces/IPermit2.sol';

Expand Down Expand Up @@ -82,7 +82,7 @@ interface IDePayRouterV2 {
// Root file: contracts/interfaces/IDePayForwarderV2.sol


pragma solidity >=0.8.18 <0.9.0;
pragma solidity 0.8.18;

// import 'contracts/interfaces/IDePayRouterV2.sol';

Expand Down
4 changes: 2 additions & 2 deletions flatten/IDePayRouterV2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// SPDX-License-Identifier: MIT

// pragma solidity >=0.8.18 <0.9.0;
// pragma solidity 0.8.18;

interface IPermit2 {

Expand Down Expand Up @@ -31,7 +31,7 @@ interface IPermit2 {
// Root file: contracts/interfaces/IDePayRouterV2.sol


pragma solidity >=0.8.18 <0.9.0;
pragma solidity 0.8.18;

// import 'contracts/interfaces/IPermit2.sol';

Expand Down
2 changes: 1 addition & 1 deletion flatten/IPermit2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// SPDX-License-Identifier: MIT

pragma solidity >=0.8.18 <0.9.0;
pragma solidity 0.8.18;

interface IPermit2 {

Expand Down
2 changes: 1 addition & 1 deletion flatten/TestReceiver.sol
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ library SafeERC20 {
// Root file: contracts/TestReceiver.sol


pragma solidity >=0.8.18 <0.9.0;
pragma solidity 0.8.18;

// import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";

Expand Down

0 comments on commit 640788d

Please sign in to comment.