Skip to content

Commit

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

const start = 0;
const start = 1689634800;
const qty = 1e9;
const token = "0x6e2a43be0b1d33b726f0ca3b8de60b3482b8b050";
const chain = "ethereum";
Expand Down

0 comments on commit 337986a

Please sign in to comment.