Skip to content

Commit 03c0a51

Browse files
committed
fix
1 parent d1a3198 commit 03c0a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocols/stable.ts

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

5-
const start = 1733698800;
5+
const start = 1765152000;
66
const total = 100e9;
77

88
const stable: Protocol = {

0 commit comments

Comments
 (0)