Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
requested changes
  • Loading branch information
aditya520 committed Aug 1, 2025
commit 6b567b21c99a5d0b3f78dc9f907d0799a042799b
4 changes: 2 additions & 2 deletions test/MorphoPythOracleTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ contract MorphoPythOracleTest is Test {

updateData[1] = mockPyth.createPriceFeedUpdateData(
pythUsdtUsdFeed,
1 * 1e8, // Price of 1 USD
1 * 1e6, // Price of 1 USD
0, // Confidence interval
-6, // Expo (-6 means price is multiplied by 10^-6)
1 * 1e8, // EMA price
1 * 1e6, // EMA price
0, // EMA Confidence interval
uint64(block.timestamp) + 1,
uint64(block.timestamp) + 1
Expand Down