We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c8d3c commit 37c3dd7Copy full SHA for 37c3dd7
internal/config/profiles.go
@@ -139,7 +139,9 @@ var Profiles = map[string]map[string]Profile{
139
},
140
141
"tuna-v2": Profile{
142
- UseTunaV1: false,
+ UseTunaV1: false,
143
+ EpochNumber: 504,
144
+ EpochTarget: 302_400_000,
145
// NOTE: this intercept point corresponds to the block before the script input ref UTxO(s) below
146
// TODO: update intercept slot/hash
147
InterceptHash: "fb01499509d87049d29506034844cf7b146f0c488bf6813a398bd0101caa6299",
0 commit comments