File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import {FacetBase} from "./FacetBase.v8.sol";
12
12
import {PocoStorageLib} from "../libs/PocoStorageLib.v8.sol " ;
13
13
import {IexecPoco1} from "../interfaces/IexecPoco1.v8.sol " ;
14
14
import {IexecEscrow} from "./IexecEscrow.v8.sol " ;
15
- import {IexecPocoCommonFacet } from "./IexecPocoCommonFacet .sol " ;
15
+ import {IexecPocoCommon } from "./IexecPocoCommon .sol " ;
16
16
import {SignatureVerifier} from "./SignatureVerifier.v8.sol " ;
17
17
18
18
struct Matching {
@@ -31,7 +31,7 @@ contract IexecPoco1Facet is
31
31
FacetBase ,
32
32
IexecEscrow ,
33
33
SignatureVerifier ,
34
- IexecPocoCommonFacet
34
+ IexecPocoCommon
35
35
{
36
36
using Math for uint256 ;
37
37
using IexecLibOrders_v5 for IexecLibOrders_v5.AppOrder;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import {FacetBase} from "./FacetBase.v8.sol";
8
8
import {IexecLibCore_v5} from "../libs/IexecLibCore_v5.sol " ;
9
9
import {IexecLibOrders_v5} from "../libs/IexecLibOrders_v5.sol " ;
10
10
import {IexecPocoAccessors} from "../interfaces/IexecPocoAccessors.sol " ;
11
- import {IexecPocoCommonFacet } from "./IexecPocoCommonFacet .sol " ;
11
+ import {IexecPocoCommon } from "./IexecPocoCommon .sol " ;
12
12
import {SignatureVerifier} from "./SignatureVerifier.v8.sol " ;
13
13
14
14
/**
@@ -18,7 +18,7 @@ contract IexecPocoAccessorsFacet is
18
18
IexecPocoAccessors ,
19
19
FacetBase ,
20
20
SignatureVerifier ,
21
- IexecPocoCommonFacet
21
+ IexecPocoCommon
22
22
{
23
23
using IexecLibOrders_v5 for IexecLibOrders_v5.AppOrder;
24
24
using IexecLibOrders_v5 for IexecLibOrders_v5.DatasetOrder;
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import {IWorkerpool} from "../registries/workerpools/IWorkerpool.v8.sol";
16
16
import {FacetBase} from "./FacetBase.v8.sol " ;
17
17
import {IexecPocoBoost} from "../interfaces/IexecPocoBoost.sol " ;
18
18
import {IexecEscrow} from "./IexecEscrow.v8.sol " ;
19
- import {IexecPocoCommonFacet } from "./IexecPocoCommonFacet .sol " ;
19
+ import {IexecPocoCommon } from "./IexecPocoCommon .sol " ;
20
20
import {SignatureVerifier} from "./SignatureVerifier.v8.sol " ;
21
21
import {PocoStorageLib} from "../libs/PocoStorageLib.v8.sol " ;
22
22
@@ -29,7 +29,7 @@ contract IexecPocoBoostFacet is
29
29
FacetBase ,
30
30
IexecEscrow ,
31
31
SignatureVerifier ,
32
- IexecPocoCommonFacet
32
+ IexecPocoCommon
33
33
{
34
34
using ECDSA for bytes32 ;
35
35
using MessageHashUtils for bytes32 ;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import {PocoStorageLib} from "../libs/PocoStorageLib.v8.sol";
8
8
import {IexecLibOrders_v5} from "../libs/IexecLibOrders_v5.sol " ;
9
9
import {FacetBase} from "./FacetBase.v8.sol " ;
10
10
11
- contract IexecPocoCommonFacet is FacetBase {
11
+ contract IexecPocoCommon is FacetBase {
12
12
using Math for uint256 ;
13
13
using IexecLibOrders_v5 for IexecLibOrders_v5.AppOrder;
14
14
using IexecLibOrders_v5 for IexecLibOrders_v5.DatasetOrder;
You can’t perform that action at this time.
0 commit comments