@@ -7,13 +7,16 @@ exports[`compareStorageLayouts > should generate the correct output 1`] = `
7
7
-| _balances | 0 | 0 | mapping(address => uint256) | 32 |
8
8
+| _balances | 0 | 0 | mapping(address => struct BaseAaveToken.DelegationAwareBalance) | 32 |
9
9
| _allowances | 0 | 1 | mapping(address => mapping(address => uint256)) | 32 |
10
- | ______gap | 0 | 10 | uint256[50] | 1600 |
11
10
| _totalSupply | 0 | 2 | uint256 | 32 |
12
11
| _name | 0 | 3 | string | 32 |
13
12
| _symbol | 0 | 4 | string | 32 |
14
13
| ______DEPRECATED_OLD_ERC20_DECIMALS | 0 | 5 | uint8 | 1 |
15
14
-| _votingSnapshots | 0 | 6 | mapping(address => mapping(uint256 => struct GovernancePowerDelegationERC20.Snapshot)) | 32 |
16
15
+| __________DEPRECATED_GOV_V2_PART | 0 | 6 | uint256[3] | 96 |
16
+ -| _votingSnapshotsCounts | 0 | 7 | mapping(address => uint256) | 32 |
17
+ -| _aaveGovernance | 0 | 8 | contract ITransferHook | 20 |
18
+ | lastInitializedRevision | 0 | 9 | uint256 | 32 |
19
+ | ______gap | 0 | 10 | uint256[50] | 1600 |
17
20
| assets | 0 | 60 | mapping(address => struct AaveDistributionManager.AssetData) | 32 |
18
21
| stakerRewardsToClaim | 0 | 61 | mapping(address => uint256) | 32 |
19
22
| stakersCooldowns | 0 | 62 | mapping(address => struct IStakedTokenV2.CooldownSnapshot) | 32 |
@@ -25,21 +28,18 @@ exports[`compareStorageLayouts > should generate the correct output 1`] = `
25
28
-| DOMAIN_SEPARATOR | 0 | 67 | bytes32 | 32 |
26
29
| _nonces | 0 | 68 | mapping(address => uint256) | 32 |
27
30
| _admins | 0 | 69 | mapping(uint256 => address) | 32 |
28
- -| _votingSnapshotsCounts | 0 | 7 | mapping(address => uint256) | 32 |
29
31
| _pendingAdmins | 0 | 70 | mapping(uint256 => address) | 32 |
30
32
-| ______gap | 0 | 71 | uint256[8] | 256 |
31
33
+| _votingDelegatee | 0 | 71 | mapping(address => address) | 32 |
32
34
+| _propositionDelegatee | 0 | 72 | mapping(address => address) | 32 |
33
35
+| ______gap | 0 | 73 | uint256[6] | 192 |
34
36
| _cooldownSeconds | 0 | 79 | uint256 | 32 |
35
- -| _aaveGovernance | 0 | 8 | contract ITransferHook | 20 |
36
37
| _maxSlashablePercentage | 0 | 80 | uint256 | 32 |
37
38
| _currentExchangeRate | 0 | 81 | uint216 | 27 |
38
39
| inPostSlashingPeriod | 27 | 81 | bool | 1 |
39
40
-| _exchangeRateSnapshotsCount | 28 | 81 | uint32 | 4 |
40
41
-| _exchangeRateSnapshots | 0 | 82 | mapping(uint256 => struct IStakedAaveV3.ExchangeRateSnapshot) | 32 |
41
42
+| ______DEPRECATED_FROM_STK_AAVE_V3 | 0 | 82 | uint256[1] | 32 |
42
43
| ghoDebtToken | 0 | 83 | contract IGhoVariableDebtTokenTransferHook | 20 |
43
- | lastInitializedRevision | 0 | 9 | uint256 | 32 |
44
44
\`\`\` "
45
45
` ;
0 commit comments