You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"test:857": "vitest --project client packages/client/src/actions/eMode.test.ts -t \"Then the market's reserves should have user state that reflects the selected E-Mode category settings\"",
28
28
"test:858": "vitest --project client packages/client/src/actions/eMode.test.ts -t \"Then any user supply position that are not included in the E-Mode category should not be able to be used as collateral\"",
29
+
"test:867": "vitest --project client packages/client/src/actions/markets.test.ts -t \"Then it should return supply reserves APYs in the expected order of magnitude\"",
exports[`Given the Aave Protocol v3 > When fetching a market data for a given address > Then it should be possible to fetch market data for a given market address and chain ID 1`] =`
3
+
exports[`Given the Aave Protocol v3 > When fetching a single market > Then it should return the expected data for the market 1`] =`
@@ -80,15 +80,15 @@ exports[`Given the Aave Protocol v3 > When fetching markets data > Then it shoul
80
80
},
81
81
"eModeCategories": Any<Array>,
82
82
"icon": "https://statics.aave.com/ethereum.svg",
83
-
"name": "AaveV3EthereumLido",
83
+
"name": "AaveV3Ethereum",
84
84
"supplyReserves": Any<Array>,
85
85
"totalAvailableLiquidity": Any<String>,
86
86
"totalMarketSize": Any<String>,
87
87
"userState": null,
88
88
}
89
89
`;
90
90
91
-
exports[`Given the Aave Protocol v3 > When fetching user market state > Then it should be possible to fetch user market state for a given user, market address and chain ID 1`] = `
91
+
exports[`Given the Aave Protocol v3 > When fetching user market state for a new user > Then it should return the expected data for a user that has never interacted with the market 1`] = `
0 commit comments