Skip to content

Commit

Permalink
fix: Fix time calculation for preview / preprod (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega authored Jan 29, 2023
1 parent bbf0776 commit 220fcc3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/utils/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@ impl ChainWellKnownInfo {
byron_slot_length: 20,
byron_known_slot: 0,
byron_known_hash: "".to_string(),
byron_known_time: 1660003200,
byron_known_time: 1666656000,
shelley_epoch_length: 432000,
shelley_slot_length: 1,
shelley_known_slot: 25260,
shelley_known_hash: "cac921895ef5f2e85f7e6e6b51b663ab81b3605cd47d6b6d66e8e785e5c65011"
shelley_known_slot: 0,
shelley_known_hash: "268ae601af8f9214804735910a3301881fbe0eec9936db7d1fb9fc39e93d1e37"
.to_string(),
shelley_known_time: 1660003200,
shelley_known_time: 1666656000,
address_hrp: "addr_test".to_string(),
adahandle_policy: "".to_string(),
}
Expand All @@ -144,9 +144,9 @@ impl ChainWellKnownInfo {
shelley_epoch_length: 432000,
shelley_slot_length: 1,
shelley_known_slot: 86400,
shelley_known_hash: "c4a1595c5cc7a31eda9e544986fe9387af4e3491afe0ca9a80714f01951bbd5c"
shelley_known_hash: "c971bfb21d2732457f9febf79d9b02b20b9a3bef12c561a78b818bcb8b35a574"
.to_string(),
shelley_known_time: 1654041600,
shelley_known_time: 1655769600,
address_hrp: "addr_test".to_string(),
adahandle_policy: "".to_string(),
}
Expand Down

0 comments on commit 220fcc3

Please sign in to comment.