Skip to content

Commit

Permalink
Merge branch 'main' into anmol/go-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 authored Oct 30, 2023
2 parents d8fdcec + de28297 commit 6e7e3ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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
2 changes: 2 additions & 0 deletions docker/chains/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ chains:
- name: osmosis
base: ghcr.io/strangelove-ventures/heighliner/osmosis
tags:
- v20.1.0
- v20.0.0
- v20.0.0-rc0
- v19.2.0
- v19.1.0
Expand Down

0 comments on commit 6e7e3ca

Please sign in to comment.