Skip to content

Commit d874f30

Browse files
authored
update zora
1 parent e42ca5e commit d874f30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protocols/zora.ts

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

5-
const tgeTimestamp = 1745366400;
5+
const tgeTimestamp = 1745416800;
66

77
const totalSupply = 10_000_000_000;
88

@@ -58,4 +58,4 @@ const zora: Protocol = {
5858
}
5959
};
6060

61-
export default zora;
61+
export default zora;

0 commit comments

Comments
 (0)