Skip to content

Commit

Permalink
aptos edit
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed Dec 12, 2023
1 parent 2c5317e commit 77606a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/aptos.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 = 1000000000;
const start = 1665529200;
const start = 1662940800;
const aptos: Protocol = {
community: [
manualCliff(start, totalQty * 0.125),
Expand Down

0 comments on commit 77606a9

Please sign in to comment.