Skip to content

Commit 2203977

Browse files
committed
feat: D'ont deploy Boost facet
1 parent eb70c09 commit 2203977

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/0_deploy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ export default async function deploy() {
103103
new IexecRelayFacet__factory(),
104104
new IexecConfigurationExtraFacet__factory(),
105105
new IexecPocoAccessorsFacet__factory(iexecLibOrders),
106-
new IexecPocoBoostFacet__factory(iexecLibOrders),
107-
new IexecPocoBoostAccessorsFacet__factory(),
106+
// new IexecPocoBoostFacet__factory(iexecLibOrders), // not deployed on Arbitrum mainnet
107+
// new IexecPocoBoostAccessorsFacet__factory(), // not deployed on Arbitrum mainnet
108108
];
109109
for (const facet of facets) {
110110
const address = await factoryDeployer.deployContract(facet);

0 commit comments

Comments
 (0)