Skip to content

Commit

Permalink
saga start
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed May 20, 2024
1 parent becde36 commit e529ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/saga.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { manualCliff, manualLinear } from "../adapters/manual";
import { Protocol } from "../types/adapters";
import { periodToSeconds } from "../utils/time";

const start = 0;
const start = 1712620800;
const total = 1e8;

const saga: Protocol = {
Expand Down

0 comments on commit e529ba3

Please sign in to comment.