We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4964b3c commit df9fb9eCopy full SHA for df9fb9e
scripts/upgrades/deploy-and-update-some-facet.ts
@@ -58,7 +58,7 @@ import { printFunctions } from './upgrade-helper';
58
console.log('Deploying new IexecPocoAccessorsFacet...');
59
const iexecPocoAccessorsFacetFactory = new IexecPocoAccessorsFacet__factory(iexecLibOrders);
60
const iexecPocoAccessorsFacet = await factoryDeployer.deployContract(
61
- iexecPocoAccessorsFacetFactory,
+ new IexecPocoAccessorsFacet__factory(iexecLibOrders),
62
);
63
64
console.log('Deploying new IexecPoco1Facet...');
0 commit comments