Skip to content

Commit df9fb9e

Browse files
Le-Caigneczguesmi
andauthored
Update scripts/upgrades/deploy-and-update-some-facet.ts
Co-authored-by: Zied Guesmi <[email protected]>
1 parent 4964b3c commit df9fb9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/upgrades/deploy-and-update-some-facet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ import { printFunctions } from './upgrade-helper';
5858
console.log('Deploying new IexecPocoAccessorsFacet...');
5959
const iexecPocoAccessorsFacetFactory = new IexecPocoAccessorsFacet__factory(iexecLibOrders);
6060
const iexecPocoAccessorsFacet = await factoryDeployer.deployContract(
61-
iexecPocoAccessorsFacetFactory,
61+
new IexecPocoAccessorsFacet__factory(iexecLibOrders),
6262
);
6363

6464
console.log('Deploying new IexecPoco1Facet...');

0 commit comments

Comments
 (0)