fix: make storage variable immutable !review

This commit is contained in:
sanchaymittal 2023-05-04 16:08:47 +09:00
parent eb63ac091c
commit fa6fc47fa3
No known key found for this signature in database
GPG Key ID: D794EEBC262F179E

View File

@ -18,7 +18,7 @@ contract InstadappTarget is IXReceiver, InstadappAdapter {
using SafeERC20 for IERC20;
/// Storage
/// @dev This is the address of the Connext contract.
IConnext public connext;
IConnext public immutable connext;
/// Events
/// @dev This event is emitted when the authCast function is called.