From 45d6ee7113252c7518bbd99f56ee08411ff5ecc2 Mon Sep 17 00:00:00 2001 From: Jonathan Lodge Date: Thu, 7 Nov 2024 18:08:07 +0800 Subject: [PATCH] Correct the TGE Time. --- protocols/cbl.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/cbl.ts b/protocols/cbl.ts index 950de51..0e1524a 100644 --- a/protocols/cbl.ts +++ b/protocols/cbl.ts @@ -2,7 +2,7 @@ import { manualCliff, manualStep } from "../adapters/manual"; import { Protocol } from "../types/adapters"; import { periodToSeconds } from "../utils/time"; -const TGE = 1730984400; // 2024-11-07 13:00 UTC +const TGE = 1730973600; // 2024-11-07 10:00 UTC const TOTAL_SUPPLY = 1e9; // 1,000,000,000 const CBL_ADDRESS = "0xD6b3d81868770083307840F513A3491960b95cb6"; const CHAIN = "arbitrum";