Skip to content

Commit

Permalink
fix(be): clarify block explorer endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
artemijspavlovs committed Jan 7, 2025
1 parent ba017d7 commit 9340b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/block-explorer/run/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func Cmd() *cobra.Command {
for {
// Prompt the user for the RPC URL
beRpcEndpoint, _ = pterm.DefaultInteractiveTextInput.WithDefaultText(
"rollapp block explorer rpc endpoint that you will provide (example: be.rollapp.dym.xyz)",
"rollapp block explorer rpc endpoint that you will provide (example: be.rollapp.dym.xyz), this endpoint should point to port 11100 of node",
).Show()

if strings.HasPrefix(beRpcEndpoint, "http://") {
Expand Down

0 comments on commit 9340b15

Please sign in to comment.