We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2acb6aa commit 528ee01Copy full SHA for 528ee01
src/TreasuryStorage.sol
@@ -104,7 +104,7 @@ contract TreasuryStorage {
104
105
// keccak256(abi.encode(uint256(keccak256("treasury.main")) - 1)) & ~bytes32(uint256(0xff));
106
bytes32 private constant TREASURY_STORAGE_LOCATION =
107
- 0x0c53c51c00000000000000000000000000000000000000000000000000000000;
+ 0x30a6b51881ffdce4f8931ff36681be302ddc14a14c4388efda56313fdb0ec100;
108
109
function _getStorage() internal pure returns (TreasuryStorageStruct storage $) {
110
assembly {
0 commit comments