File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ var globalConfig = &Config{
92
92
},
93
93
Profiles : []string {
94
94
"ada-preprod" ,
95
+ "hydra-preprod" ,
95
96
},
96
97
}
97
98
Original file line number Diff line number Diff line change @@ -56,4 +56,13 @@ var Profiles = map[string]Profile{
56
56
InterceptSlot : 65308876 ,
57
57
InterceptHash : "435703531e57bfe9b4d309e7360efc43e04d06531c9393530c57bebf029ec634" ,
58
58
},
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
+ },
59
68
}
You can’t perform that action at this time.
0 commit comments