File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 66 IexecCategoryManagerFacet__factory ,
77 IexecConfigurationExtraFacet__factory ,
88 IexecConfigurationFacet__factory ,
9- IexecEscrowNativeFacet__factory ,
109 IexecEscrowTokenFacet__factory ,
1110 IexecOrderManagementFacet__factory ,
1211 IexecPoco1Facet__factory ,
@@ -151,11 +150,9 @@ async function main() {
151150 factory : new IexecConfigurationFacet__factory ( iexecLibOrders ) ,
152151 } ,
153152 {
154- name : isNative ? 'IexecEscrowNativeFacet' : 'IexecEscrowTokenFacet' ,
153+ name : 'IexecEscrowTokenFacet' ,
155154 address : null ,
156- factory : isNative
157- ? new IexecEscrowNativeFacet__factory ( )
158- : new IexecEscrowTokenFacet__factory ( ) ,
155+ factory : new IexecEscrowTokenFacet__factory ( ) ,
159156 } ,
160157 {
161158 name : 'IexecOrderManagementFacet' ,
You can’t perform that action at this time.
0 commit comments