Skip to content

Commit 38dc87b

Browse files
committed
fix start date
1 parent 2cdf7cc commit 38dc87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

factory/hyperliquid.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ const hip3DexConfigs: Record<string, { dexId: string; start: string; methodology
464464
// "kinetiq-markets": { dexId: "km", start: "2025-12-16", methodologyName: "Kinetiq Markets" },
465465
"tradexyz": { dexId: "xyz", start: "2025-11-01", methodologyName: "Trade.xyz" },
466466
"ventuals": { dexId: "vntl", start: "2025-11-13", methodologyName: "Ventuals" },
467-
"paragon": { dexId: "para", start: "2026-04-01", methodologyName: "Paragon" },
467+
"paragon": { dexId: "para", start: "2026-03-30", methodologyName: "Paragon" },
468468
};
469469

470470
// HIP3 deployer OI configs: protocol name -> dexId

0 commit comments

Comments
 (0)