Skip to content

Commit

Permalink
Merge pull request #79 from Define101/master
Browse files Browse the repository at this point in the history
move celestia to protocols
  • Loading branch information
Define101 authored Oct 25, 2023
2 parents 97c8645 + 942fba4 commit 3a6a7f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wipProtocols/celestia.ts → 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 = 1697500800; // 17 oct?!
const start = 1698710400; // Date and time (GMT): Tuesday, 31 October 2023 00:00:00
const qty = 1000000000; //1b
const qtyEcosystem = 268000000
const qtyCORE = 176000000
Expand Down Expand Up @@ -53,7 +53,7 @@ const celestia: Protocol = {
],
token: "ethereum:-",
sources: ["https://docs.celestia.org/learn/staking-governance-supply/"],
protocolIds: ["3562"], //add correct id
protocolIds: ["3562"],
},
categories: {
insiders: ["Initial Core Contributors", "Early Backers Seed", "Early Backers Series A&B"],
Expand Down

0 comments on commit 3a6a7f1

Please sign in to comment.