Skip to content

Commit 3437a18

Browse files
committed
Update historicalBackfillApproxDoneAt constant in Constants.sol to reflect new timestamp
1 parent d5a888b commit 3437a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/src/libraries/Constants.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ library Constants {
2222
/// @dev This is the keccak256 of "eip1967.proxy.initialized" - 1
2323
bytes32 internal constant INITIALIZABLE_STORAGE = 0xf0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00;
2424

25-
uint256 internal constant historicalBackfillApproxDoneAt = 1762286632;
25+
uint256 internal constant historicalBackfillApproxDoneAt = 1764024440;
2626
}

0 commit comments

Comments
 (0)