Skip to content

Commit

Permalink
ethfi patch
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed Jul 3, 2024
1 parent 9667637 commit 03850fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions protocols/etherfi.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { balance, latest } from "../adapters/balance";
import { manualCliff, manualLinear } from "../adapters/manual";
import { Protocol } from "../types/adapters";
import { periodToSeconds } from "../utils/time";

const start = 1709679600;
const start = 1710284400;
const total = 1e9;
const token = "0xfe0c30065b384f05761f15d0cc899d4f9f9cc0eb";
const chain = "ethereum";
Expand Down

0 comments on commit 03850fe

Please sign in to comment.