We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a505bd1 commit 6b567b2Copy full SHA for 6b567b2
test/MorphoPythOracleTest.sol
@@ -123,10 +123,10 @@ contract MorphoPythOracleTest is Test {
123
124
updateData[1] = mockPyth.createPriceFeedUpdateData(
125
pythUsdtUsdFeed,
126
- 1 * 1e8, // Price of 1 USD
+ 1 * 1e6, // Price of 1 USD
127
0, // Confidence interval
128
-6, // Expo (-6 means price is multiplied by 10^-6)
129
- 1 * 1e8, // EMA price
+ 1 * 1e6, // EMA price
130
0, // EMA Confidence interval
131
uint64(block.timestamp) + 1,
132
uint64(block.timestamp) + 1
0 commit comments