mirror of
https://github.com/Instadapp/dsa-governance.git
synced 2024-07-29 22:27:52 +00:00
added readFromStorage function
This commit is contained in:
parent
4bfd9d91b6
commit
1dd87a374b
|
@ -267,7 +267,7 @@ contract PayloadIGP8 {
|
||||||
}
|
}
|
||||||
|
|
||||||
function viewSigs() public pure returns (bytes4[] memory sigs_) {
|
function viewSigs() public pure returns (bytes4[] memory sigs_) {
|
||||||
sigs_ = new bytes4[](27);
|
sigs_ = new bytes4[](28);
|
||||||
|
|
||||||
sigs_[0] = bytes4(keccak256("getRatioAaveV2()"));
|
sigs_[0] = bytes4(keccak256("getRatioAaveV2()"));
|
||||||
sigs_[1] = bytes4(keccak256("getRatioAaveV3(uint256)"));
|
sigs_[1] = bytes4(keccak256("getRatioAaveV3(uint256)"));
|
||||||
|
@ -296,6 +296,7 @@ contract PayloadIGP8 {
|
||||||
sigs_[24] = bytes4(keccak256("borrowBalanceMorphoAaveV3(address)"));
|
sigs_[24] = bytes4(keccak256("borrowBalanceMorphoAaveV3(address)"));
|
||||||
sigs_[25] = bytes4(keccak256("collateralBalanceMorphoAaveV3(address)"));
|
sigs_[25] = bytes4(keccak256("collateralBalanceMorphoAaveV3(address)"));
|
||||||
sigs_[26] = bytes4(keccak256("queuedWithdrawStEth()"));
|
sigs_[26] = bytes4(keccak256("queuedWithdrawStEth()"));
|
||||||
|
sigs_[27] = bytes4(keccak256("readFromStorage(bytes32)"));
|
||||||
}
|
}
|
||||||
|
|
||||||
function adminSigs() public pure returns (bytes4[] memory sigs_) {
|
function adminSigs() public pure returns (bytes4[] memory sigs_) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user