mirror of
https://github.com/Instadapp/dsa-periphery-contract.git
synced 2024-07-29 22:27:13 +00:00
fix: make storage variable immutable !review
This commit is contained in:
parent
eb63ac091c
commit
fa6fc47fa3
|
@ -18,7 +18,7 @@ contract InstadappTarget is IXReceiver, InstadappAdapter {
|
||||||
using SafeERC20 for IERC20;
|
using SafeERC20 for IERC20;
|
||||||
/// Storage
|
/// Storage
|
||||||
/// @dev This is the address of the Connext contract.
|
/// @dev This is the address of the Connext contract.
|
||||||
IConnext public connext;
|
IConnext public immutable connext;
|
||||||
|
|
||||||
/// Events
|
/// Events
|
||||||
/// @dev This event is emitted when the authCast function is called.
|
/// @dev This event is emitted when the authCast function is called.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user