Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/spec/markets/repay.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ describe('Given an Aave Market', () => {
}),
);
assertOk(setup);
});
}, 50_000);

it('Then it should be reflected in the user borrow positions', async ({
annotate,
Expand Down
9 changes: 9 additions & 0 deletions packages/spec/misc/__snapshots__/chains.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,15 @@ exports[`Given the Aave Protocol > When listing all supported chains > Then it s
"name": "Avalanche",
"nativeWrappedToken": "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7",
},
{
"__typename": "Chain",
"chainId": 57073,
"explorerUrl": "https://explorer.inkonchain.com/",
"icon": "https://statics.aave.com/ink.svg",
"isTestnet": false,
"name": "Ink",
"nativeWrappedToken": "0x4200000000000000000000000000000000000006",
},
{
"__typename": "Chain",
"chainId": 59144,
Expand Down
Loading