Skip to content

Commit

Permalink
✅ update cbbtc beth and wsteth prices
Browse files Browse the repository at this point in the history
  • Loading branch information
cmontecoding committed Dec 17, 2024
1 parent 48cd8d3 commit 038783a
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 @@ -65,11 +65,11 @@ contract Constants {
/// @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;
uint256 internal constant BTC_PRICE = 106_000;

uint256 internal constant CBETH_PRICE = 4200;
uint256 internal constant CBETH_PRICE = 4351;

uint256 internal constant WSTETH_PRICE = 4600;
uint256 internal constant WSTETH_PRICE = 4735;

uint256 internal constant AMOUNT = 10_000 ether;

Expand Down

0 comments on commit 038783a

Please sign in to comment.