We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4363ce4 commit 1637df8Copy full SHA for 1637df8
aggregators/enso/index.ts
@@ -13,6 +13,7 @@ const chains: Record<string, { duneChain: string; start: string }> = {
13
[CHAIN.LINEA]: { duneChain: "linea", start: "2023-12-14" },
14
[CHAIN.SONIC]: { duneChain: "sonic", start: "2025-01-01" },
15
[CHAIN.UNICHAIN]: { duneChain: "unichain", start: "2025-01-01" },
16
+ [CHAIN.HYPERLIQUID]: { duneChain: "hyperevm", start: "2025-01-01" },
17
};
18
19
// Prefetch function that will run once before any fetch calls
0 commit comments