diff --git a/pages/starship/config/chains.mdx b/pages/starship/config/chains.mdx index ebf95c2..a2dd60f 100644 --- a/pages/starship/config/chains.mdx +++ b/pages/starship/config/chains.mdx @@ -22,7 +22,7 @@ chains: name: osmosis ... - id: gaia-2 - name: cosmos + name: cosmoshub ... ``` @@ -285,7 +285,7 @@ Enabling cometmock is really simple with following ```yaml chains: - id: cosmoshub-4 - name: cosmos + name: cosmoshub numValidators: 4 cometmock: enabled: true diff --git a/pages/starship/config/index.mdx b/pages/starship/config/index.mdx index bdbd310..2df9641 100644 --- a/pages/starship/config/index.mdx +++ b/pages/starship/config/index.mdx @@ -19,7 +19,7 @@ chains: rest: 1313 rpc: 26653 - id: gaia-1 - name: cosmos + name: cosmoshub numValidators: 2 ports: rest: 1317 diff --git a/pages/starship/get-started/step-3.mdx b/pages/starship/get-started/step-3.mdx index 14849fe..0d0fa85 100644 --- a/pages/starship/get-started/step-3.mdx +++ b/pages/starship/get-started/step-3.mdx @@ -42,7 +42,7 @@ chains: rest: 1313 rpc: 26653 - id: gaia-1 - name: cosmos + name: cosmoshub numValidators: 1 ports: rest: 1317