From ff6c2c7ca4e710a66d27561215b2d9206abebf45 Mon Sep 17 00:00:00 2001 From: realdealshaman Date: Thu, 25 Apr 2024 16:32:10 +0100 Subject: [PATCH] update token --- protocols/etherfi.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/etherfi.ts b/protocols/etherfi.ts index d7d97b9..afe18cb 100644 --- a/protocols/etherfi.ts +++ b/protocols/etherfi.ts @@ -5,7 +5,7 @@ import { periodToSeconds } from "../utils/time"; const start = 1709679600; const total = 1e9; -const token = "0x57e114b691db790c35207b2e685d4a43181e6061"; +const token = "0xfe0c30065b384f05761f15d0cc899d4f9f9cc0eb"; const chain = "ethereum"; const etherfi: Protocol = {