Skip to content

Commit 5be1fbf

Browse files
committed
Add deadFrom property to thetis-market adapters with a value of '2025-09-09'
1 parent 12d4e22 commit 5be1fbf

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

aggregators/thetis-market/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const fetch = async (_a: any, _b: any, options: FetchOptions) => {
2121
const adapter: Adapter = {
2222
version: 1,
2323
fetch,
24+
deadFrom: '2025-09-09',
2425
chains: [CHAIN.APTOS],
2526
start: "2024-08-09",
2627
};

dexs/thetis-market/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const fetch = async (timestamp: number) => {
2222
const adapter: Adapter = {
2323
version: 1,
2424
fetch,
25+
deadFrom: '2025-09-09',
2526
chains: [CHAIN.APTOS],
2627
start: "2024-08-09",
2728
};

fees/thetis-market.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const adapter: Adapter = {
2727
version: 1,
2828
fetch,
2929
chains: [CHAIN.APTOS],
30+
deadFrom: '2025-09-09',
3031
start: "2024-11-26",
3132
methodology: {
3233
Fees: "All fees for adding/removing liquidity, margin, liquidation, and swaps are collected",

0 commit comments

Comments
 (0)