Skip to content

Commit

Permalink
Fix ico date
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoopmann committed May 26, 2024
1 parent 049eca4 commit 73c316e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dates.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as DateFns from "date-fns";

export const ico = DateFns.parseISO("2021-09-02T00:00:00.000Z");
export const ico = DateFns.parseISO("2014-09-02T00:00:00.000Z");

export const londonHardFork = DateFns.parseISO("2021-08-05T12:33:42.000Z");

Expand Down

0 comments on commit 73c316e

Please sign in to comment.