Skip to content

Commit 0541114

Browse files
committed
add deadFrom for rabbitX
1 parent a05a193 commit 0541114

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dexs/rabbitx/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ const fetch = async (timestamp: number): Promise<FetchResultVolume> => {
3939
};
4040

4141
const adapter: SimpleAdapter = {
42+
// We're winding down the exchange. Please visit https://rabbitx.com for more details
43+
deadFrom: '2025-08-10',
4244
adapter: {
4345
[CHAIN.ETHEREUM]: {
4446
fetch,

0 commit comments

Comments
 (0)