Skip to content

Commit 6b567b2

Browse files
committed
requested changes
1 parent a505bd1 commit 6b567b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/MorphoPythOracleTest.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@ contract MorphoPythOracleTest is Test {
123123

124124
updateData[1] = mockPyth.createPriceFeedUpdateData(
125125
pythUsdtUsdFeed,
126-
1 * 1e8, // Price of 1 USD
126+
1 * 1e6, // Price of 1 USD
127127
0, // Confidence interval
128128
-6, // Expo (-6 means price is multiplied by 10^-6)
129-
1 * 1e8, // EMA price
129+
1 * 1e6, // EMA price
130130
0, // EMA Confidence interval
131131
uint64(block.timestamp) + 1,
132132
uint64(block.timestamp) + 1

0 commit comments

Comments
 (0)