Skip to content

Commit 1637df8

Browse files
authored
Add Hyperliquid to Enso aggregator
1 parent 4363ce4 commit 1637df8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aggregators/enso/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const chains: Record<string, { duneChain: string; start: string }> = {
1313
[CHAIN.LINEA]: { duneChain: "linea", start: "2023-12-14" },
1414
[CHAIN.SONIC]: { duneChain: "sonic", start: "2025-01-01" },
1515
[CHAIN.UNICHAIN]: { duneChain: "unichain", start: "2025-01-01" },
16+
[CHAIN.HYPERLIQUID]: { duneChain: "hyperevm", start: "2025-01-01" },
1617
};
1718

1819
// Prefetch function that will run once before any fetch calls

0 commit comments

Comments
 (0)