From 7c0e5b65a2cfea2704788a04c6e5e685bfa35f9c Mon Sep 17 00:00:00 2001 From: Andrei Kozlov Date: Wed, 14 Aug 2024 08:21:29 +0300 Subject: [PATCH] regenerated ERC20AaveLMStorageLocation --- .../contracts/static-a-token/ERC20AaveLMUpgradable.sol | 2 +- src/periphery/contracts/static-a-token/Stata4626Upgradable.sol | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/periphery/contracts/static-a-token/ERC20AaveLMUpgradable.sol b/src/periphery/contracts/static-a-token/ERC20AaveLMUpgradable.sol index 36f5974c..5dd79dda 100644 --- a/src/periphery/contracts/static-a-token/ERC20AaveLMUpgradable.sol +++ b/src/periphery/contracts/static-a-token/ERC20AaveLMUpgradable.sol @@ -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 { diff --git a/src/periphery/contracts/static-a-token/Stata4626Upgradable.sol b/src/periphery/contracts/static-a-token/Stata4626Upgradable.sol index 39dc9aca..eaa02320 100644 --- a/src/periphery/contracts/static-a-token/Stata4626Upgradable.sol +++ b/src/periphery/contracts/static-a-token/Stata4626Upgradable.sol @@ -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