Skip to content

Commit 48552ed

Browse files
committed
zeta patch
1 parent feeb212 commit 48552ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protocols/zeta.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { manualCliff, manualLinear, manualStep } from "../adapters/manual";
22
import { Protocol } from "../types/adapters";
33
import { periodToSeconds } from "../utils/time";
44

5-
const total = 21e9;
5+
const total = 21e8;
66
const start = 1697670000;
77

88
const zeta: Protocol = {
@@ -12,7 +12,7 @@ const zeta: Protocol = {
1212
start + periodToSeconds.month,
1313
periodToSeconds.month,
1414
5,
15-
total * 0.02,
15+
total * 0.002,
1616
),
1717
manualStep(
1818
start + periodToSeconds.months(6),

0 commit comments

Comments
 (0)