Skip to content

Commit

Permalink
fix start date
Browse files Browse the repository at this point in the history
fix start date
  • Loading branch information
realdealshaman authored Feb 23, 2024
1 parent 371a6a4 commit ed65e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/sui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { manualCliff, manualStep } from '../adapters/manual';
import { periodToSeconds } from '../utils/time';

const totalQty = 10e9;
const start = 1680307200;
const start = 1683072000;
const sui: Protocol = {
'Community Reserve': [
manualCliff(start, totalQty / 20),
Expand Down

0 comments on commit ed65e9f

Please sign in to comment.