Skip to content

Commit 95cd852

Browse files
authored
chore: add preprod hydra profile (#188)
1 parent c20e1ca commit 95cd852

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

internal/config/config.go

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ var globalConfig = &Config{
9292
},
9393
Profiles: []string{
9494
"ada-preprod",
95+
"hydra-preprod",
9596
},
9697
}
9798

internal/config/profile.go

+9
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,13 @@ var Profiles = map[string]Profile{
5656
InterceptSlot: 65308876,
5757
InterceptHash: "435703531e57bfe9b4d309e7360efc43e04d06531c9393530c57bebf029ec634",
5858
},
59+
"hydra-preprod": Profile{
60+
Network: "preprod",
61+
Tld: "hydra",
62+
PolicyId: "f5f8228a4bd56704ad3c612ecc74e5d2e5d15292b8cae3aaa8065fc1",
63+
ScriptAddress: "addr_test1xq65et2tuw48genyy2hj7d84awfvah2k28enantddllq03vgc3uvcfh3r3kaa5gyk5l2vgdl8vj8cstslf4w2ajuy0wsx37n83",
64+
// The intercept slot/hash correspond to the block before the first TX on the above address
65+
InterceptSlot: 67799029,
66+
InterceptHash: "4815dae9cd8f492ab51b109ba87d091ae85a0999af33ac459d8504122cb911f7",
67+
},
5968
}

0 commit comments

Comments
 (0)