Skip to content

Commit

Permalink
✅ update block number
Browse files Browse the repository at this point in the history
  • Loading branch information
cmontecoding committed Dec 17, 2024
1 parent 211a56d commit 53bce4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/utils/Constants.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pragma solidity 0.8.27;
/// @author JaredBorders ([email protected])
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);

Expand Down Expand Up @@ -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;

Expand Down

0 comments on commit 53bce4b

Please sign in to comment.