Skip to content

Commit 64d810a

Browse files
committed
update
1 parent 04a23bf commit 64d810a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

target_chains/ethereum/contracts/forge-test/utils/PythTestUtils.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ contract PythUtilsTest is Test, WormholeTestUtils, PythTestUtils, IPythEvents {
419419
(int64 price, int32 expo) = PythUtils.combinePrices(stEthEth.price, stEthEth.expo, ethUsd.price, ethUsd.expo);
420420
assertApproxEqRel(price, 100000000, 9e17); // $1
421421
assertEq(expo, -8);
422-
422+
423423
// Test case 2: Different exponents
424424
PythStructs.Price memory smallPrice = PythStructs.Price({
425425
price: 100, // $0.01

target_chains/ethereum/sdk/solidity/PythUtils.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
pragma solidity ^0.8.0;
33

44
import "./PythStructs.sol";
5-
import "forge-std/console.sol";
65
library PythUtils {
76
/// @notice Converts a Pyth price to a uint256 with a target number of decimals
87
/// @param price The Pyth price

0 commit comments

Comments
 (0)