From 3fe0f05db24843dda8db4d419ab61bcab57bd7cd Mon Sep 17 00:00:00 2001 From: waynebruce0x Date: Wed, 29 Nov 2023 12:19:15 +0000 Subject: [PATCH] camelot patch --- protocols/camelot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/camelot.ts b/protocols/camelot.ts index 5f2b4a5..539d53d 100644 --- a/protocols/camelot.ts +++ b/protocols/camelot.ts @@ -4,7 +4,7 @@ import { Protocol } from "../types/adapters"; import { periodToSeconds } from "../utils/time"; const start = 1670198400; -const qty = 1e9; +const qty = 1e6; const GRAIL = "0x3d9907F9a368ad0a51Be60f7Da3b97cf940982D8"; const chain = "arbitrum";