-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
- Remove the underscore preffix in
KeyValueListconstants
aave-v4/src/spoke/libraries/KeyValueList.sol
Lines 21 to 25 in 6959e32
uint256 internal constant _KEY_BITS = 32; uint256 internal constant _VALUE_BITS = 224; uint256 internal constant _MAX_KEY = (1 << _KEY_BITS) - 1; uint256 internal constant _MAX_VALUE = (1 << _VALUE_BITS) - 1; uint256 internal constant _KEY_SHIFT = 256 - _KEY_BITS; _nativeWrappercan be made public instead, name in uppercase.
INativeWrapper internal immutable _nativeWrapper;
Metadata
Metadata
Assignees
Labels
No labels