We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05a193 commit 0541114Copy full SHA for 0541114
dexs/rabbitx/index.ts
@@ -39,6 +39,8 @@ const fetch = async (timestamp: number): Promise<FetchResultVolume> => {
39
};
40
41
const adapter: SimpleAdapter = {
42
+ // We're winding down the exchange. Please visit https://rabbitx.com for more details
43
+ deadFrom: '2025-08-10',
44
adapter: {
45
[CHAIN.ETHEREUM]: {
46
fetch,
0 commit comments