We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a3198 commit 03c0a51Copy full SHA for 03c0a51
protocols/stable.ts
@@ -2,7 +2,7 @@ import { manualCliff, manualStep } from "../adapters/manual";
2
import { Protocol } from "../types/adapters";
3
import { periodToSeconds } from "../utils/time";
4
5
-const start = 1733698800;
+const start = 1765152000;
6
const total = 100e9;
7
8
const stable: Protocol = {
0 commit comments