We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204d776 commit b9e24ceCopy full SHA for b9e24ce
1 file changed
tools/points-service/main.go
@@ -902,7 +902,7 @@ func main() {
902
if c.Bool(optionMainnet.Name) {
903
routerAddr = common.HexToAddress(config.EthereumContracts.ValidatorOptInRouter)
904
} else {
905
- routerAddr = common.HexToAddress(config.HoleskyContracts.ValidatorOptInRouter)
+ routerAddr = common.HexToAddress(config.HoodiContracts.ValidatorOptInRouter)
906
}
907
routerCaller, err := validatoroptinrouter.NewValidatoroptinrouterCaller(routerAddr, ethClient)
908
if err != nil {
0 commit comments