Skip to content

Commit

Permalink
add start timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Aug 8, 2023
1 parent afc9034 commit 27e09ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/meridian.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { manualCliff, manualLinear } from "../adapters/manual";
import { LinearAdapterResult, Protocol } from "../types/adapters";
import { periodToSeconds } from "../utils/time";

const start = 0;
const start = 1690934400;

const meridian: Protocol = {
"Community Airdrop": manualCliff(start, 3e6),
Expand Down

0 comments on commit 27e09ad

Please sign in to comment.