We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb70c09 commit 2203977Copy full SHA for 2203977
deploy/0_deploy.ts
@@ -103,8 +103,8 @@ export default async function deploy() {
103
new IexecRelayFacet__factory(),
104
new IexecConfigurationExtraFacet__factory(),
105
new IexecPocoAccessorsFacet__factory(iexecLibOrders),
106
- new IexecPocoBoostFacet__factory(iexecLibOrders),
107
- new IexecPocoBoostAccessorsFacet__factory(),
+ // new IexecPocoBoostFacet__factory(iexecLibOrders), // not deployed on Arbitrum mainnet
+ // new IexecPocoBoostAccessorsFacet__factory(), // not deployed on Arbitrum mainnet
108
];
109
for (const facet of facets) {
110
const address = await factoryDeployer.deployContract(facet);
0 commit comments