Skip to content

Commit

Permalink
chore: update storage report
Browse files Browse the repository at this point in the history
  • Loading branch information
8sunyuan committed Jan 6, 2025
1 parent 557efde commit 9ff2ed4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/storage-report/EigenPodManager.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
|---------------------------------+----------------------------------------------------------------------------+------+--------+-------+--------------------------------------------------------|
| _beaconChainSlashingFactor | mapping(address => struct IEigenPodManagerTypes.BeaconChainSlashingFactor) | 157 | 0 | 32 | src/contracts/pods/EigenPodManager.sol:EigenPodManager |
|---------------------------------+----------------------------------------------------------------------------+------+--------+-------+--------------------------------------------------------|
| __gap | uint256[43] | 158 | 0 | 1376 | src/contracts/pods/EigenPodManager.sol:EigenPodManager |
| burnableETHShares | uint256 | 158 | 0 | 32 | src/contracts/pods/EigenPodManager.sol:EigenPodManager |
|---------------------------------+----------------------------------------------------------------------------+------+--------+-------+--------------------------------------------------------|
| __gap | uint256[42] | 159 | 0 | 1344 | src/contracts/pods/EigenPodManager.sol:EigenPodManager |
|---------------------------------+----------------------------------------------------------------------------+------+--------+-------+--------------------------------------------------------|
| _status | uint256 | 201 | 0 | 32 | src/contracts/pods/EigenPodManager.sol:EigenPodManager |
|---------------------------------+----------------------------------------------------------------------------+------+--------+-------+--------------------------------------------------------|
Expand Down
4 changes: 3 additions & 1 deletion docs/storage-report/EigenPodManagerStorage.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
|---------------------------------+----------------------------------------------------------------------------+------+--------+-------+----------------------------------------------------------------------|
| _beaconChainSlashingFactor | mapping(address => struct IEigenPodManagerTypes.BeaconChainSlashingFactor) | 6 | 0 | 32 | src/contracts/pods/EigenPodManagerStorage.sol:EigenPodManagerStorage |
|---------------------------------+----------------------------------------------------------------------------+------+--------+-------+----------------------------------------------------------------------|
| __gap | uint256[43] | 7 | 0 | 1376 | src/contracts/pods/EigenPodManagerStorage.sol:EigenPodManagerStorage |
| burnableETHShares | uint256 | 7 | 0 | 32 | src/contracts/pods/EigenPodManagerStorage.sol:EigenPodManagerStorage |
|---------------------------------+----------------------------------------------------------------------------+------+--------+-------+----------------------------------------------------------------------|
| __gap | uint256[42] | 8 | 0 | 1344 | src/contracts/pods/EigenPodManagerStorage.sol:EigenPodManagerStorage |
╰---------------------------------+----------------------------------------------------------------------------+------+--------+-------+----------------------------------------------------------------------╯

0 comments on commit 9ff2ed4

Please sign in to comment.