Test: supply with native and erc20 #14
pull-request.yml
on: pull_request
Verify
/
Lint
8s
Verify
/
Test
1m 20s
Annotations
4 errors
|
Verify / Test
Process completed with exit code 1.
|
|
packages/client/src/actions/supply.test.ts > Given the Aave Protocol v3 > When supplying assets in an available market:
packages/client/src/actions/supply.test.ts#L21
Error: Hook timed out in 15000ms.
If this is a long-running hook, pass a timeout value as the last argument or configure it globally with "hookTimeout".
❯ packages/client/src/actions/supply.test.ts:21:5
|
|
packages/client/src/actions/markets.test.ts > Given the Aave Protocol v3 > When fetching markets data > Then it should be possible to fetch markets for a given chain ID:
packages/client/src/actions/markets.test.ts#L16
Error: Snapshot `Given the Aave Protocol v3 > When fetching markets data > Then it should be possible to fetch markets for a given chain ID 1` mismatched
- Expected
+ Received
@@ -3,10 +3,11 @@
"address": "0x0AA97c284e98396202b6A04024F5E2c65026F3c0",
"borrowReserves": Any<Array>,
"chain": {
"__typename": "Chain",
"chainId": 99999999,
+ "explorerUrl": "https://dashboard.tenderly.co/explorer/vnet/27ff3c60-0e2c-4d46-8190-f5170dc7da8c",
"icon": "https://statics.aave.com/ethereum.svg",
"name": "Forked Ethereum",
},
"eModeCategories": Any<Array>,
"icon": "https://statics.aave.com/ethereum.svg",
❯ packages/client/src/actions/markets.test.ts:16:24
❯ packages/client/src/actions/markets.test.ts:15:20
|
|
packages/client/src/actions/chains.test.ts > Given the Aave client > When using the 'chains(client)' action > Then it should return the supported chains:
packages/client/src/actions/chains.test.ts#L11
Error: Snapshot `Given the Aave client > When using the 'chains(client)' action > Then it should return the supported chains 1` mismatched
- Expected
+ Received
[
{
"__typename": "Chain",
"chainId": 1,
+ "explorerUrl": "https://etherscan.io",
"icon": "https://statics.aave.com/ethereum.svg",
"name": "Ethereum",
},
{
"__typename": "Chain",
"chainId": 42161,
+ "explorerUrl": "https://arbiscan.io",
"icon": "https://statics.aave.com/arbitrum.svg",
"name": "Arbitrum",
},
{
"__typename": "Chain",
"chainId": 43114,
+ "explorerUrl": "https://cchain.explorer.avax.network",
"icon": "https://statics.aave.com/avalanche.svg",
"name": "Avalanche",
},
{
"__typename": "Chain",
"chainId": 8453,
+ "explorerUrl": "https://basescan.org",
"icon": "https://statics.aave.com/base.svg",
"name": "Base",
},
{
"__typename": "Chain",
"chainId": 56,
+ "explorerUrl": "https://bscscan.com",
"icon": "https://statics.aave.com/bnbchain.svg",
"name": "BSC",
},
{
"__typename": "Chain",
"chainId": 42220,
+ "explorerUrl": "https://celoscan.io",
"icon": "https://statics.aave.com/celo.svg",
"name": "Celo",
},
{
"__typename": "Chain",
"chainId": 100,
+ "explorerUrl": "https://gnosisscan.io",
"icon": "https://statics.aave.com/Gnosis.svg",
"name": "Gnosis",
},
{
"__typename": "Chain",
"chainId": 59144,
+ "explorerUrl": "https://lineascan.build",
"icon": "https://statics.aave.com/linea.svg",
"name": "Linea",
},
{
"__typename": "Chain",
"chainId": 1088,
+ "explorerUrl": "https://andromeda-explorer.metis.io",
"icon": "https://statics.aave.com/Metis.svg",
"name": "Metis",
},
{
"__typename": "Chain",
"chainId": 10,
+ "explorerUrl": "https://optimistic.etherscan.io",
"icon": "https://statics.aave.com/optimism.svg",
"name": "Optimism",
},
{
"__typename": "Chain",
"chainId": 137,
+ "explorerUrl": "https://polygonscan.com",
"icon": "https://statics.aave.com/polygon.svg",
"name": "Polygon",
},
{
"__typename": "Chain",
"chainId": 534352,
+ "explorerUrl": "https://scrollscan.com",
"icon": "https://statics.aave.com/scroll-network.svg",
"name": "Scroll",
},
{
"__typename": "Chain",
"chainId": 1868,
+ "explorerUrl": "https://soneium.blockscout.com",
"icon": "https://statics.aave.com/soneium.svg",
"name": "Soneium",
},
{
"__typename": "Chain",
"chainId": 146,
+ "explorerUrl": "https://sonicscan.org",
"icon": "https://statics.aave.com/sonic.svg",
"name": "Sonic",
},
{
"__typename": "Chain",
"chainId": 324,
+ "explorerUrl": "https://era.zksync.network",
"icon": "https://statics.aave.com/zksync-era-light.svg",
"name": "zkSync",
},
{
"__typename": "Chain",
"chainId": 5000,
+ "explorerUrl": "https://explorer.mantle.xyz",
"icon": "https://statics.aave.com/mantle.svg",
"name": "Mantle",
},
]
❯ packages/client/src/actions/chains.test.ts:11:28
|