Skip to content

Commit 9f33c83

Browse files
committed
fix: update snapshot for chains and increase timeout
1 parent 74922d9 commit 9f33c83

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/spec/markets/repay.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ describe('Given an Aave Market', () => {
8888
}),
8989
);
9090
assertOk(setup);
91-
});
91+
}, 50_000);
9292

9393
it('Then it should be reflected in the user borrow positions', async ({
9494
annotate,

packages/spec/misc/__snapshots__/chains.spec.ts.snap

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,15 @@ exports[`Given the Aave Protocol > When listing all supported chains > Then it s
128128
"name": "Avalanche",
129129
"nativeWrappedToken": "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7",
130130
},
131+
{
132+
"__typename": "Chain",
133+
"chainId": 57073,
134+
"explorerUrl": "https://explorer.inkonchain.com/",
135+
"icon": "https://statics.aave.com/ink.svg",
136+
"isTestnet": false,
137+
"name": "Ink",
138+
"nativeWrappedToken": "0x4200000000000000000000000000000000000006",
139+
},
131140
{
132141
"__typename": "Chain",
133142
"chainId": 59144,

0 commit comments

Comments
 (0)