Skip to content

Commit

Permalink
testing out foundry storage check
Browse files Browse the repository at this point in the history
  • Loading branch information
junkim012 committed May 17, 2024
1 parent bc2d325 commit 26a9806
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/IonPool.sol
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ contract IonPool is PausableUpgradeable, RewardToken {
Ilk[] ilks;
// remove() should never be called, it will mess up the ordering
EnumerableSet.AddressSet ilkAddresses;
uint256 storageDiff;
mapping(uint256 ilkIndex => mapping(address user => Vault)) vaults;
mapping(uint256 ilkIndex => mapping(address user => uint256)) gem; // [WAD]
mapping(address unbackedDebtor => uint256) unbackedDebt; // [RAD]
Expand Down

0 comments on commit 26a9806

Please sign in to comment.