Skip to content

Commit

Permalink
Added success line
Browse files Browse the repository at this point in the history
  • Loading branch information
ItayLevyOfficial committed Jun 12, 2023
1 parent de41855 commit b72030a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/run/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ func RunCmd() *cobra.Command {
startRollappCmd := getStartRollapCmd(rollappConfig)
err = startRollappCmd.Start()
initconfig.OutputCleanError(err)
fmt.Println("πŸ’ˆ Node RPC: http://0.0.0.0:26657")
fmt.Println("πŸ’ˆ The Rollapp sequencer is running on your local machine!")
fmt.Println("πŸ’ˆ EVM RPC: http://0.0.0.0:8545")
fmt.Println("πŸ’ˆ Node RPC: http://0.0.0.0:26657")
fmt.Println("πŸ’ˆ Rest API: http://0.0.0.0:1317")
err = startRollappCmd.Wait()
initconfig.OutputCleanError(err)
Expand Down

0 comments on commit b72030a

Please sign in to comment.