From 03850fe42011fec520d644acabec90e9f56da58e Mon Sep 17 00:00:00 2001 From: waynebruce0x Date: Wed, 3 Jul 2024 12:24:29 +0100 Subject: [PATCH] ethfi patch --- protocols/etherfi.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/protocols/etherfi.ts b/protocols/etherfi.ts index ec9d99b..240e77d 100644 --- a/protocols/etherfi.ts +++ b/protocols/etherfi.ts @@ -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";