Skip to content

Commit 37c3dd7

Browse files
authored
fix: update epoch number/target for mainnet v2 profile (#256)
1 parent c6c8d3c commit 37c3dd7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

internal/config/profiles.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,9 @@ var Profiles = map[string]map[string]Profile{
139139
},
140140
},
141141
"tuna-v2": Profile{
142-
UseTunaV1: false,
142+
UseTunaV1: false,
143+
EpochNumber: 504,
144+
EpochTarget: 302_400_000,
143145
// NOTE: this intercept point corresponds to the block before the script input ref UTxO(s) below
144146
// TODO: update intercept slot/hash
145147
InterceptHash: "fb01499509d87049d29506034844cf7b146f0c488bf6813a398bd0101caa6299",

0 commit comments

Comments
 (0)