Skip to content

Commit

Permalink
Merge pull request #97 from credbull/credbull-correct-cbl-tge-time
Browse files Browse the repository at this point in the history
Correct the CBL TGE Time.
  • Loading branch information
waynebruce0x authored Nov 8, 2024
2 parents d504e77 + 45d6ee7 commit 5c3f0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/cbl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 5c3f0fe

Please sign in to comment.