Skip to content

Commit

Permalink
add final date to celestia
Browse files Browse the repository at this point in the history
  • Loading branch information
Define101 committed Oct 31, 2023
1 parent 5e7272c commit 15706d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/celestia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 15706d4

Please sign in to comment.