Skip to content

Commit

Permalink
timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed May 22, 2024
1 parent 9231ed4 commit 1e8c18f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocols/oasys.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { manualCliff, manualLinear, manualStep } from "../adapters/manual";
import { manualLinear } from "../adapters/manual";
import { Protocol } from "../types/adapters";
import { periodToSeconds } from "../utils/time";

const start = 0;
const start = 1670803200;
const total = 1e10;

const oasys: Protocol = {
Expand Down

0 comments on commit 1e8c18f

Please sign in to comment.