Skip to content

Commit

Permalink
fix default osmosis pretty name, update registry test
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Jul 24, 2024
1 parent 5764819 commit 0077978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion starship/charts/devnet/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defaultChains:
binary: osmosisd
prefix: osmo
denom: uosmo
prettyName: osmosis
prettyName: Osmosis
coins: 100000000000000uosmo,100000000000000uion
hdPath: m/44'/118'/0'/0/0
coinType: 118
Expand Down
2 changes: 1 addition & 1 deletion starship/tests/e2e/registry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func (s *TestSuite) TestRegistry_GetChain() {

// chain specific assetertions
if chain.Name == "osmosis" {
s.Require().Equal("osmosis", respChain.PrettyName)
s.Require().Equal("Osmosis Devnet", respChain.PrettyName)
}
}
}
Expand Down

0 comments on commit 0077978

Please sign in to comment.