Skip to content

Commit

Permalink
regenerated ERC20AaveLMStorageLocation
Browse files Browse the repository at this point in the history
  • Loading branch information
kyzia551 committed Aug 14, 2024
1 parent 87b5390 commit 7c0e5b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ contract ERC20AaveLMUpgradable is ERC20Upgradeable, IERC20AaveLM {

// keccak256(abi.encode(uint256(keccak256("aave-dao.storage.ERC20AaveLM")) - 1)) & ~bytes32(uint256(0xff))
bytes32 private constant ERC20AaveLMStorageLocation =
0x4a43e5c82db1d4c294eb6c47f1b5f92e6755a2055d3e0d4bb07e80af15cd9d00; // TODO: regenerate
0x4fad66563f105be0bff96185c9058c4934b504d3ba15ca31e86294f0b01fd200;

function _getERC20AaveLMStorage() private pure returns (ERC20AaveLMStorage storage $) {
assembly {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {IAToken} from './interfaces/IAToken.sol';
import {IStata4626} from './interfaces/IStata4626.sol';

/**
* @title Stata4626
* @title Stata4626Upgradable
* @notice Wrapper smart contract that allows to deposit tokens on the Aave protocol and receive
* a token which balance doesn't increase automatically, but uses an ever-increasing exchange rate.
* @author BGD labs
Expand Down

0 comments on commit 7c0e5b6

Please sign in to comment.