Skip to content

Commit

Permalink
add delay message (#144)
Browse files Browse the repository at this point in the history
* add delay message

* update
  • Loading branch information
shrimalmadhur authored Jun 17, 2024
1 parent f7e935c commit 91bef2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/operator/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func RegisterCmd(p utils.Prompter) *cli.Command {
return nil
}

fmt.Printf("%s Operator is registered successfully to EigenLayer\n", utils.EmojiCheckMark)
fmt.Printf("%s Operator is registered successfully to EigenLayer. There is a 30 minute delay between registration and operator details being shown in our webapp.\n", utils.EmojiCheckMark)
return nil
},
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/operator/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func UpdateCmd(p utils.Prompter) *cli.Command {
)
printRegistrationInfo("", common.HexToAddress(operatorCfg.Operator.Address), &operatorCfg.ChainId)

fmt.Printf("%s Operator updated successfully\n", utils.EmojiCheckMark)
fmt.Printf("%s Operator updated successfully. There is a 30 minute delay between update and operator details being shown in our webapp.\n", utils.EmojiCheckMark)
return nil
},
}
Expand Down

0 comments on commit 91bef2b

Please sign in to comment.