on-demand-test #262
Triggered via repository dispatch
December 6, 2025 10:35
avara-trigger-e2e-tests[bot]
on-demand-test
3eb424a
Status
Failure
Total duration
6m 53s
Artifacts
–
Annotations
3 errors
|
All Tests
Process completed with exit code 1.
|
|
packages/spec/tools/chains.spec.ts > Querying Chains on Aave V4 > Given a user who wants to list available chains > When listing supported chains with a filter > Then it should return the expected list chains with filter ALL:
packages/spec/tools/chains.spec.ts#L15
Error: Snapshot `Querying Chains on Aave V4 > Given a user who wants to list available chains > When listing supported chains with a filter > Then it should return the expected list chains with filter ALL 1` mismatched
- Expected
+ Received
@@ -16,6 +16,25 @@
},
"nativeWrappedToken": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
"rpcUrl": "https://virtual.mainnet-aave.us-east.rpc.tenderly.co/dbaa58ab-597b-4bcd-ae6a-b8e50f716146",
"signatureGateway": "0x9478027b9827A576dB0CE6d99A5E47B4F350a83d",
},
+ {
+ "__typename": "Chain",
+ "chainId": 111222333444,
+ "explorerUrl": "https://etherscan.io",
+ "icon": "https://statics.aave.com/ethereum.svg",
+ "isTestnet": true,
+ "name": "Vector Demo",
+ "nativeGateway": "0xaFFeb64d35B9b7e540A43E1F3482Dd77A88912d1",
+ "nativeInfo": {
+ "__typename": "TokenInfo",
+ "decimals": 18,
+ "icon": "https://statics.aave.com/ethereum.svg",
+ "name": "Ether",
+ "symbol": "ETH",
+ },
+ "nativeWrappedToken": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
+ "rpcUrl": "https://virtual.mainnet-aave.us-east.rpc.tenderly.co/9297c351-c07f-4985-a015-8d2b034419bf",
+ "signatureGateway": "0x8a9B909c6F9BBFdE5b4Db1D83509a7f2abbd6f45",
+ },
]
❯ packages/spec/tools/chains.spec.ts:15:32
|
|
packages/spec/tools/chains.spec.ts > Querying Chains on Aave V4 > Given a user who wants to list available chains > When listing supported chains with a filter > Then it should return the expected list chains with filter TESTNET_ONLY:
packages/spec/tools/chains.spec.ts#L15
Error: Snapshot `Querying Chains on Aave V4 > Given a user who wants to list available chains > When listing supported chains with a filter > Then it should return the expected list chains with filter TESTNET_ONLY 1` mismatched
- Expected
+ Received
@@ -16,6 +16,25 @@
},
"nativeWrappedToken": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
"rpcUrl": "https://virtual.mainnet-aave.us-east.rpc.tenderly.co/dbaa58ab-597b-4bcd-ae6a-b8e50f716146",
"signatureGateway": "0x9478027b9827A576dB0CE6d99A5E47B4F350a83d",
},
+ {
+ "__typename": "Chain",
+ "chainId": 111222333444,
+ "explorerUrl": "https://etherscan.io",
+ "icon": "https://statics.aave.com/ethereum.svg",
+ "isTestnet": true,
+ "name": "Vector Demo",
+ "nativeGateway": "0xaFFeb64d35B9b7e540A43E1F3482Dd77A88912d1",
+ "nativeInfo": {
+ "__typename": "TokenInfo",
+ "decimals": 18,
+ "icon": "https://statics.aave.com/ethereum.svg",
+ "name": "Ether",
+ "symbol": "ETH",
+ },
+ "nativeWrappedToken": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
+ "rpcUrl": "https://virtual.mainnet-aave.us-east.rpc.tenderly.co/9297c351-c07f-4985-a015-8d2b034419bf",
+ "signatureGateway": "0x8a9B909c6F9BBFdE5b4Db1D83509a7f2abbd6f45",
+ },
]
❯ packages/spec/tools/chains.spec.ts:15:32
|