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 c2ffe06 commit 6a1bf29Copy full SHA for 6a1bf29
utils/config.ts
@@ -56,7 +56,9 @@ type ChainConfig = {
56
DatasetRegistry?: string;
57
WorkerpoolRegistry?: string;
58
ERC1538Proxy?: string; // Deprecated, use DiamondProxy instead TODO: to remove
59
+ // TODO: check if this is still needed or if hre.deployments.get('Diamond') is enough.
60
DiamondProxy?: string;
61
+ // TODO: check if this is still needed or if hre.deployments.get('IexecLibOrders_v5') is enough.
62
IexecLibOrders_v5?: string;
63
};
64
0 commit comments