Skip to content

Commit 201f448

Browse files
authored
rename cosmos to cosmoshub (#445)
1 parent 5974ce9 commit 201f448

18 files changed

+19
-19
lines changed

docs/pages/config/chains.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ chains:
2222
name: osmosis
2323
...
2424
- id: gaia-2
25-
name: cosmos
25+
name: cosmoshub
2626
...
2727
```
2828

@@ -285,7 +285,7 @@ Enabling cometmock is really simple with following
285285
```yaml
286286
chains:
287287
- id: cosmoshub-4
288-
name: cosmos
288+
name: cosmoshub
289289
numValidators: 4
290290
cometmock:
291291
enabled: true

docs/pages/config/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ chains:
1919
rest: 1313
2020
rpc: 26653
2121
- id: gaia-1
22-
name: cosmos
22+
name: cosmoshub
2323
numValidators: 2
2424
ports:
2525
rest: 1317

docs/pages/get-started/step-3.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ chains:
4242
rest: 1313
4343
rpc: 26653
4444
- id: gaia-1
45-
name: cosmos
45+
name: cosmoshub
4646
numValidators: 1
4747
ports:
4848
rest: 1317

starship/charts/devnet/defaults.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ defaultChains:
8181
hdPath: m/44'/118'/0'/0/0
8282
coinType: 118
8383
repo: https://github.com/CosmWasm/wasmd
84-
cosmos:
84+
cosmoshub:
8585
image: ghcr.io/cosmology-tech/starship/gaia:v14.1.0
8686
home: /root/.gaia
8787
binary: gaiad

starship/charts/devnet/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"enum": [
114114
"custom",
115115
"osmosis",
116-
"cosmos",
116+
"cosmoshub",
117117
"juno",
118118
"stride",
119119
"ics",

starship/tests/e2e/configs/agoric.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ chains:
1414
cpu: 1
1515
memory: 2Gi
1616
- id: cosmoshub-4
17-
name: cosmos
17+
name: cosmoshub
1818
image: ghcr.io/cosmology-tech/starship/gaia:v10.0.1
1919
numValidators: 1
2020
ports:

starship/tests/e2e/configs/build-chain.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
chains:
22
- id: cosmoshub-4
3-
name: cosmos
3+
name: cosmoshub
44
numValidators: 2
55
ports:
66
rest: 1317

starship/tests/e2e/configs/evmos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ chains:
88
rpc: 26653
99
exposer: 38083
1010
- id: cosmoshub-4
11-
name: cosmos
11+
name: cosmoshub
1212
image: ghcr.io/cosmology-tech/starship/gaia:v10.0.1
1313
numValidators: 1
1414
ports:

starship/tests/e2e/configs/injective.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ chains:
77
rpc: 26653
88
exposer: 38083
99
- id: cosmoshub-4
10-
name: cosmos
10+
name: cosmoshub
1111
numValidators: 1
1212
ports:
1313
rest: 1317

starship/tests/e2e/configs/multi-relayer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ chains:
99
rpc: 26653
1010
exposer: 38083
1111
- id: cosmoshub-4
12-
name: cosmos
12+
name: cosmoshub
1313
image: ghcr.io/cosmology-tech/starship/gaia:v10.0.1
1414
numValidators: 1
1515
faucet:

starship/tests/e2e/configs/neutron.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ chains:
1111
rpc: 26653
1212
exposer: 38083
1313
- id: cosmoshub-4
14-
name: cosmos
14+
name: cosmoshub
1515
numValidators: 2
1616
ports:
1717
rest: 1317

starship/tests/e2e/configs/one-chain-cometmock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
chains:
22
- id: cosmoshub-4
3-
name: cosmos
3+
name: cosmoshub
44
numValidators: 1
55
ports:
66
rpc: 26653

starship/tests/e2e/configs/three-chain.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ chains:
99
rpc: 26653
1010
exposer: 38083
1111
- id: cosmoshub-4
12-
name: cosmos
12+
name: cosmoshub
1313
image: ghcr.io/cosmology-tech/starship/gaia:v10.0.1
1414
numValidators: 1
1515
faucet:

starship/tests/e2e/configs/two-chain-cometmock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ chains:
1111
rpc: 26653
1212
exposer: 38083
1313
- id: cosmoshub-4
14-
name: cosmos
14+
name: cosmoshub
1515
numValidators: 2
1616
faucet:
1717
enabled: false

starship/tests/e2e/configs/two-chain-gorelayer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ chains:
88
exposer: 38083
99
faucet: 8001
1010
- id: cosmoshub-4
11-
name: cosmos
11+
name: cosmoshub
1212
numValidators: 2
1313
ports:
1414
rest: 1317

starship/tests/e2e/configs/two-chain-monitoring.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ chains:
1111
exposer: 38083
1212
faucet: 8001
1313
- id: cosmoshub-4
14-
name: cosmos
14+
name: cosmoshub
1515
image: ghcr.io/cosmology-tech/starship/gaia:v10.0.1
1616
numValidators: 2
1717
metrics: true

starship/tests/e2e/configs/two-chain.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ chains:
88
exposer: 38083
99
faucet: 8001
1010
- id: cosmoshub-4
11-
name: cosmos
11+
name: cosmoshub
1212
numValidators: 2
1313
faucet:
1414
enabled: false

starship/tests/smoke/ci/osmojs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ chains:
1111
cpu: "0.2"
1212
memory: "200M"
1313
- id: cosmos-2
14-
name: cosmos
14+
name: cosmoshub
1515
numValidators: 1
1616
ports:
1717
rest: 1313

0 commit comments

Comments
 (0)