diff --git a/contracts/libraries/AddressArray.sol b/contracts/libraries/AddressArray.sol index dc21b3cf..0f68ad02 100644 --- a/contracts/libraries/AddressArray.sol +++ b/contracts/libraries/AddressArray.sol @@ -10,7 +10,7 @@ library AddressArray { /// @dev Data struct containing raw mapping. struct Data { - mapping(uint256 => uint256) _raw; + uint256[1 << 32] _raw; } /// @dev Length of array.