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 13, 2024
1 parent 2140b20 commit 0614760
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/utils/Constants.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ pragma solidity 0.8.27;
/// @title Contract for defining constants used in testing
/// @author JaredBorders ([email protected])
contract Constants {
/// @dev Dec-13-2024 02:32:19 AM +UTC
uint256 public constant BASE_BLOCK_NUMBER = 23_633_896;
/// @dev Dec-13-2024 07:33:47 PM +UTC
uint256 public constant BASE_BLOCK_NUMBER = 23_664_540;

address internal constant OWNER = address(0x01);

Expand Down Expand Up @@ -58,8 +58,8 @@ contract Constants {

uint128 constant CBBTC_SYNTH_MARKET_ID = 4;

/// @dev this is the ETH price in USD at the block number 23_633_896
uint256 internal constant ETH_PRICE = 3880;
/// @dev this is the ETH price in USD at the block number 23_664_540
uint256 internal constant ETH_PRICE = 3918;

uint256 internal constant AMOUNT = 10_000 ether;

Expand Down

0 comments on commit 0614760

Please sign in to comment.