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 e42ca5e commit d874f30Copy full SHA for d874f30
protocols/zora.ts
@@ -2,7 +2,7 @@ import { manualCliff, manualStep } from "../adapters/manual";
2
import { periodToSeconds } from "../utils/time";
3
import { Protocol } from "../types/adapters";
4
5
-const tgeTimestamp = 1745366400;
+const tgeTimestamp = 1745416800;
6
7
const totalSupply = 10_000_000_000;
8
@@ -58,4 +58,4 @@ const zora: Protocol = {
58
}
59
};
60
61
-export default zora;
+export default zora;
0 commit comments