Skip to content

Commit

Permalink
fix default port for grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Oct 30, 2023
1 parent 0a19cce commit 8da948d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/starship/connect.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var defaultPorts = map[string]map[string]int{
"chain": {
"rest": 1317,
"rpc": 26657,
"grpc": 9091,
"grpc": 9090,
"faucet": 8000,
"exposer": 8081,
},
Expand Down

0 comments on commit 8da948d

Please sign in to comment.