Skip to content

Commit e91a590

Browse files
authored
Merge pull request #649 from hyperweb-io/anmol/new-release-1.6.0
release: new release 1.6.0
2 parents aafd3c3 + 6862634 commit e91a590

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/pr-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
- "one-custom-chain.yaml"
4141
- "multi-validator.yaml"
4242
- "simapp.yaml"
43-
- "one-chain-starship-faucet.yaml"
43+
- "one-chain-cosmjs-faucet.yaml"
4444
- "multi-validator-starship-faucet.yaml"
4545
- "one-chain-cometmock.yaml"
46-
- "one-cosmoshub-starship-faucet.yaml"
46+
- "one-cosmoshub-cosmjs-faucet.yaml"
4747
- "eth-lite.yaml"
4848
fail-fast: true
4949
max-parallel: 3

starship/charts/devnet/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.5.0
18+
version: 1.6.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

starship/charts/devnet/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ registry:
230230

231231
faucet:
232232
enabled: true
233-
type: cosmjs
233+
type: starship
234234
ports:
235235
rest: 8000
236236
resources:

starship/tests/e2e/configs/one-chain-starship-faucet.yaml renamed to starship/tests/e2e/configs/one-chain-cosmjs-faucet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ chains:
1414
cpu: "0.5"
1515
memory: 500M
1616
faucet:
17-
type: starship
17+
type: cosmjs
1818
concurrency: 2
1919

2020
registry:

starship/tests/e2e/configs/one-cosmoshub-starship-faucet.yaml renamed to starship/tests/e2e/configs/one-cosmoshub-cosmjs-faucet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ chains:
1414
cpu: "0.5"
1515
memory: 500M
1616
faucet:
17-
type: starship
17+
type: cosmjs
1818
concurrency: 2
1919

2020
registry:

0 commit comments

Comments
 (0)