Skip to content

Commit

Permalink
camelot patch
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed Nov 29, 2023
1 parent 1ad61c6 commit 3fe0f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/camelot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 3fe0f05

Please sign in to comment.