Skip to content

Commit c501af8

Browse files
committed
Include review
1 parent 826b1cd commit c501af8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/sdk/tests/test-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const getTestRpcProvider = () => new JsonRpcProvider(TEST_CHAIN.rpcURL);
3434
export const getTestIExecOption = () => ({
3535
smsURL: TEST_CHAIN.smsURL,
3636
smsDebugURL: TEST_CHAIN.smsDebugURL,
37-
resultProxyURL: TEST_CHAIN.resultProxyURL, // TODO remove
37+
resultProxyURL: TEST_CHAIN.resultProxyURL,
3838
iexecGatewayURL: TEST_CHAIN.iexecGatewayURL,
3939
});
4040

packages/sharing-smart-contract/contracts/ManageOrders.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ abstract contract ManageOrders {
3838
0x0000000000000000000000000000000000000000000000000000000000000003; // [tee,scone]
3939
uint256 internal constant TRUST = 0; // No replication
4040
string internal _iexecResultStorageProvider;
41-
// This value is not used anymore but it must be kept
41+
// [WARNING] This value is not used anymore but it must be kept
4242
// to not break deployed proxies when upgrading them.
4343
string internal _iexecResultStorageProxy;
4444
uint256 private _salt;

0 commit comments

Comments
 (0)