From 15706d4e2bec8205e57b4ba75a645c3bd263d695 Mon Sep 17 00:00:00 2001 From: Define101 Date: Tue, 31 Oct 2023 15:22:33 +0000 Subject: [PATCH] add final date to celestia --- protocols/celestia.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/celestia.ts b/protocols/celestia.ts index 1d9757a..f1048dc 100644 --- a/protocols/celestia.ts +++ b/protocols/celestia.ts @@ -2,7 +2,7 @@ import { manualCliff, manualLinear, manualStep } from "../adapters/manual"; import { Protocol } from "../types/adapters"; import { periodToSeconds } from "../utils/time"; -const start = 1698710400; // Date and time (GMT): Tuesday, 31 October 2023 00:00:00 +const start = 1698760800; // Date and time (GMT): Tuesday, 31 October 2023 14:00:00 const qty = 1000000000; //1b const qtyEcosystem = 268000000 const qtyCORE = 176000000