Skip to content

Commit

Permalink
Merge pull request #80 from Define101/master
Browse files Browse the repository at this point in the history
add final date to celestia
  • Loading branch information
Define101 authored Oct 31, 2023
2 parents 5e7272c + 15706d4 commit 8364466
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 8364466

Please sign in to comment.