Skip to content

Commit 6a1bf29

Browse files
committed
Add TODO
1 parent c2ffe06 commit 6a1bf29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ type ChainConfig = {
5656
DatasetRegistry?: string;
5757
WorkerpoolRegistry?: string;
5858
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.
5960
DiamondProxy?: string;
61+
// TODO: check if this is still needed or if hre.deployments.get('IexecLibOrders_v5') is enough.
6062
IexecLibOrders_v5?: string;
6163
};
6264
};

0 commit comments

Comments
 (0)