We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a888b commit 3437a18Copy full SHA for 3437a18
contracts/src/libraries/Constants.sol
@@ -22,5 +22,5 @@ library Constants {
22
/// @dev This is the keccak256 of "eip1967.proxy.initialized" - 1
23
bytes32 internal constant INITIALIZABLE_STORAGE = 0xf0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00;
24
25
- uint256 internal constant historicalBackfillApproxDoneAt = 1762286632;
+ uint256 internal constant historicalBackfillApproxDoneAt = 1764024440;
26
}
0 commit comments