Skip to content

Commit

Permalink
Merge pull request #421 from Emurgo/ruslan/fixing-shelley-time
Browse files Browse the repository at this point in the history
preview network shelley time fixes
  • Loading branch information
pedromtcosta authored Apr 13, 2023
2 parents 8cc15ee + fa73047 commit 4c6c29f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/neo4j/txs/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ const erasTimestamps: {
byronSlotDurationInSeconds: 20,
},
preview: {
genesisUnixTimestamp: 1666648800,
shelleyUnixTimestamp: 1666648800,
genesisUnixTimestamp: 1666656000,
shelleyUnixTimestamp: 1666656000,
shelleyInitialSlot: 0,
byronSlotDurationInSeconds: 20,
}
Expand Down

0 comments on commit 4c6c29f

Please sign in to comment.