Skip to content

Commit

Permalink
fix: update defalut websocket URL port to poktrolld (not celestia)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Sep 19, 2023
1 parent 4ce5795 commit 679a617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func RelayerCmd() *cobra.Command {
}

cmd.Flags().StringVar(&signingKeyName, "signing-key", "", "Name of the key to sign transactions")
cmd.Flags().StringVar(&wsURL, "ws-url", "ws://localhost:26657/websocket", "Websocket URL to poktrolld node")
cmd.Flags().StringVar(&wsURL, "ws-url", "ws://localhost:36657/websocket", "Websocket URL to poktrolld node")
cmd.Flags().Uint32VarP(&blocksPerSession, "blocks-per-session", "b", 2, "Websocket URL to poktrolld node")
cmd.Flags().StringVar(&smtStorePath, "smt-store", "", "Path to the SMT KV store")

Expand Down

0 comments on commit 679a617

Please sign in to comment.