Skip to content

Commit 528ee01

Browse files
authored
Fix the storage location for Treasury contract (#13)
1 parent 2acb6aa commit 528ee01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TreasuryStorage.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ contract TreasuryStorage {
104104

105105
// keccak256(abi.encode(uint256(keccak256("treasury.main")) - 1)) & ~bytes32(uint256(0xff));
106106
bytes32 private constant TREASURY_STORAGE_LOCATION =
107-
0x0c53c51c00000000000000000000000000000000000000000000000000000000;
107+
0x30a6b51881ffdce4f8931ff36681be302ddc14a14c4388efda56313fdb0ec100;
108108

109109
function _getStorage() internal pure returns (TreasuryStorageStruct storage $) {
110110
assembly {

0 commit comments

Comments
 (0)