|
| 1 | +// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html |
| 2 | + |
| 3 | +exports[`Given the Aave Protocol v3 > When fetching markets data > Then it should be possible to fetch markets for a given chain ID 1`] = ` |
| 4 | +{ |
| 5 | + "__typename": "Market", |
| 6 | + "address": "0x0AA97c284e98396202b6A04024F5E2c65026F3c0", |
| 7 | + "borrowReserves": Any<Array>, |
| 8 | + "chain": { |
| 9 | + "__typename": "Chain", |
| 10 | + "chainId": 99999999, |
| 11 | + "icon": "https://statics.aave.com/ethereum.svg", |
| 12 | + "name": "ForkedEthereum", |
| 13 | + }, |
| 14 | + "eModeCategories": Any<Array>, |
| 15 | + "icon": "https://statics.aave.com/ethereum.svg", |
| 16 | + "name": "AaveV3EthereumForkedEtherFi", |
| 17 | + "supplyReserves": Any<Array>, |
| 18 | + "totalAvailableLiquidity": "583285.41725508467783710208869", |
| 19 | + "totalMarketSize": Any<String>, |
| 20 | + "userState": null, |
| 21 | +} |
| 22 | +`; |
| 23 | +
|
| 24 | +exports[`Given the Aave Protocol v3 > When fetching markets data > Then it should be possible to fetch markets for a given chain ID 2`] = ` |
| 25 | +{ |
| 26 | + "__typename": "Market", |
| 27 | + "address": "0x4e033931ad43597d96D6bcc25c280717730B58B1", |
| 28 | + "borrowReserves": Any<Array>, |
| 29 | + "chain": { |
| 30 | + "__typename": "Chain", |
| 31 | + "chainId": 99999999, |
| 32 | + "icon": "https://statics.aave.com/ethereum.svg", |
| 33 | + "name": "ForkedEthereum", |
| 34 | + }, |
| 35 | + "eModeCategories": Any<Array>, |
| 36 | + "icon": "https://statics.aave.com/ethereum.svg", |
| 37 | + "name": "AaveV3EthereumForkedLido", |
| 38 | + "supplyReserves": Any<Array>, |
| 39 | + "totalAvailableLiquidity": "801504840.4207857115463943922", |
| 40 | + "totalMarketSize": Any<String>, |
| 41 | + "userState": null, |
| 42 | +} |
| 43 | +`; |
| 44 | +
|
| 45 | +exports[`Given the Aave Protocol v3 > When fetching markets data > Then it should be possible to fetch markets for a given chain ID 3`] = ` |
| 46 | +{ |
| 47 | + "__typename": "Market", |
| 48 | + "address": "0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2", |
| 49 | + "borrowReserves": Any<Array>, |
| 50 | + "chain": { |
| 51 | + "__typename": "Chain", |
| 52 | + "chainId": 99999999, |
| 53 | + "icon": "https://statics.aave.com/ethereum.svg", |
| 54 | + "name": "ForkedEthereum", |
| 55 | + }, |
| 56 | + "eModeCategories": Any<Array>, |
| 57 | + "icon": "https://statics.aave.com/ethereum.svg", |
| 58 | + "name": "AaveV3ForkedEthereum", |
| 59 | + "supplyReserves": Any<Array>, |
| 60 | + "totalAvailableLiquidity": "21235993152.103032104308741052", |
| 61 | + "totalMarketSize": Any<String>, |
| 62 | + "userState": null, |
| 63 | +} |
| 64 | +`; |
0 commit comments