From 53bce4be7927d90d04f0de15285211eaba8d7253 Mon Sep 17 00:00:00 2001 From: Andrew Chiaramonte Date: Mon, 16 Dec 2024 21:17:09 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20update=20block=20number?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/utils/Constants.sol | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/utils/Constants.sol b/test/utils/Constants.sol index dfc91ba4..bd38357f 100644 --- a/test/utils/Constants.sol +++ b/test/utils/Constants.sol @@ -5,7 +5,7 @@ pragma solidity 0.8.27; /// @author JaredBorders (jaredborders@pm.me) contract Constants { /// @dev Dec-13-2024 07:33:47 PM +UTC - uint256 public constant BASE_BLOCK_NUMBER = 23_664_540; + uint256 public constant BASE_BLOCK_NUMBER = 23_805_461; address internal constant OWNER = address(0x01); @@ -62,8 +62,8 @@ contract Constants { uint128 constant WSTETH_SYNTH_MARKET_ID = 7; - /// @dev this is the ETH price in USD at the block number 23_664_540 - uint256 internal constant ETH_PRICE = 3918; + /// @dev this is the ETH price in USD at the block number 23_805_461 + uint256 internal constant ETH_PRICE = 4000; uint256 internal constant BTC_PRICE = 101_000;