From 756d88b73a5762ea8a50baf26ceefa1a6156d4d1 Mon Sep 17 00:00:00 2001 From: waynebruce0x Date: Thu, 26 Sep 2024 14:11:10 +0100 Subject: [PATCH] chainflip --- protocols/chainflip.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/chainflip.ts b/protocols/chainflip.ts index 004bad7..3bb3bb0 100644 --- a/protocols/chainflip.ts +++ b/protocols/chainflip.ts @@ -3,7 +3,7 @@ import { manualCliff, manualLinear } from "../adapters/manual"; import { Protocol } from "../types/adapters"; import { periodToSeconds } from "../utils/time"; -const start = 1696464000; +const start = 1732233600; const contributor = 1700697600; const token = "0x826180541412d574cf1336d22c0c0a287822678a"; const chain = "ethereum";