File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sharing-smart-contract/contracts Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ export const getTestRpcProvider = () => new JsonRpcProvider(TEST_CHAIN.rpcURL);
3434export 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
Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments