Skip to content

Commit

Permalink
fix(multichain-testing, ci): update starship helm chart repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mujahidkay committed Jan 20, 2025
1 parent 2288a0c commit 52cd081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/multichain-e2e-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
version: 0.2.20
timeout: 30m
namespace: ${{ env.NAMESPACE }}
repo: https://hyperweb-io.github.io/starship

- name: Fund Provision Pool
run: |
Expand Down
2 changes: 1 addition & 1 deletion multichain-testing/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ TIMEOUT=""
NAMESPACE=""
HELM_REPO="starship"
HELM_CHART="starship/devnet"
HELM_REPO_URL="https://cosmology-tech.github.io/starship/"
HELM_REPO_URL="https://hyperweb-io.github.io/starship/"
HELM_CHART_VERSION="0.2.20"
HELM_NAME="agoric-multichain-testing"

Expand Down

0 comments on commit 52cd081

Please sign in to comment.