Skip to content

Commit a06fc65

Browse files
committed
update emission endTime
1 parent 854ef6f commit a06fc65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocols/zkswap_finance.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Protocol } from "../types/adapters";
33
import { periodToSeconds } from "../utils/time";
44
const start = 1693558800;
55
const halfTime = start + periodToSeconds.month * 18;
6-
const endTime = start + periodToSeconds.month * 48;
6+
const endTime = start + periodToSeconds.month * 54;
77
const qty = 1000000000;
88
const chain: string = "era";
99
const token: string = "0x31C2c031fDc9d33e974f327Ab0d9883Eae06cA4A";

0 commit comments

Comments
 (0)