From 67f04342c4d7641c49fb7997ce8ed757a86748c4 Mon Sep 17 00:00:00 2001
From: Dan Lynch
Date: Fri, 17 Jan 2025 19:48:24 -0800
Subject: [PATCH] packages updated for hyperweb
---
.github/workflows/docs.yaml | 2 +-
README-dev.md | 26 +++---
README.md | 28 +++---
clients/go/client/chain.go | 2 +-
clients/go/client/go.mod | 6 +-
clients/js/README.md | 32 +++----
clients/js/lerna.json | 2 +-
clients/js/package.json | 4 +-
clients/js/packages/cli/CHANGELOG.md | 92 +++++++++----------
clients/js/packages/cli/README.md | 20 ++--
clients/js/packages/cli/package.json | 8 +-
clients/js/packages/client/CHANGELOG.md | 90 +++++++++---------
clients/js/packages/client/README.md | 20 ++--
clients/js/packages/client/package.json | 8 +-
clients/js/packages/starshipjs/CHANGELOG.md | 44 ++++-----
clients/js/packages/starshipjs/README.md | 24 ++---
clients/js/packages/starshipjs/package.json | 8 +-
docs/pages/config/chains.mdx | 28 +++---
docs/pages/config/features.mdx | 4 +-
docs/pages/config/index.mdx | 2 +-
docs/pages/config/relayers.mdx | 12 +--
docs/pages/get-started/step-3.mdx | 2 +-
docs/pages/index.mdx | 18 ++--
docs/theme.config.js | 4 +-
.../getting-started/scripts/port-forward.sh | 2 +-
examples/injective/scripts/port-forward.sh | 2 +-
examples/multi-chain/scripts/port-forward.sh | 2 +-
examples/neutron/README.md | 2 +-
examples/neutron/scripts/port-forward.sh | 2 +-
examples/upgrade-test/go.mod | 4 +-
examples/upgrade-test/go.sum | 8 +-
examples/upgrade-test/suite.go | 2 +-
starship/charts/devnet/Chart.yaml | 2 +-
starship/charts/devnet/defaults.yaml | 2 +-
starship/charts/devnet/values.yaml | 2 +-
starship/cmd/starship/go.mod | 2 +-
starship/docker/chains/Dockerfile | 2 +-
starship/docker/chains/Dockerfile.base | 2 +-
starship/docker/chains/Dockerfile.eth-beacon | 2 +-
.../docker/chains/Dockerfile.eth-prysmctl | 2 +-
.../docker/chains/Dockerfile.eth-validator | 2 +-
starship/docker/chains/Dockerfile.injective | 2 +-
starship/docker/chains/Dockerfile.union | 2 +-
starship/docker/explorers/ping-pub/Dockerfile | 2 +-
.../docker/faucet/cosmjs-faucet/Dockerfile | 2 +-
.../docker/relayers/go-relayer/Dockerfile | 2 +-
starship/docker/relayers/hermes/Dockerfile | 2 +-
.../relayers/neutron-query-relayer/Dockerfile | 2 +-
.../docker/relayers/ts-relayer/Dockerfile | 2 +-
starship/docker/starship/base/Dockerfile | 2 +-
.../docker/starship/base/Dockerfile.arm64 | 2 +-
starship/docker/starship/builder/Dockerfile | 2 +-
starship/docker/starship/runner/Dockerfile | 2 +-
starship/exposer/Dockerfile | 2 +-
starship/exposer/app.go | 2 +-
starship/exposer/go.mod | 2 +-
starship/exposer/handler_chain.go | 2 +-
starship/exposer/handler_relayer.go | 2 +-
starship/faucet/Dockerfile | 2 +-
starship/faucet/app.go | 2 +-
starship/faucet/distributor.go | 2 +-
starship/faucet/go.mod | 2 +-
starship/faucet/handler.go | 2 +-
starship/go.work.sum | 2 +-
starship/proto/buf.gen.yaml | 2 +-
starship/proto/exposer/mnemonic.proto | 2 +-
starship/proto/exposer/node.proto | 2 +-
starship/proto/exposer/service.proto | 2 +-
starship/proto/faucet/service.proto | 2 +-
starship/proto/faucet/status.proto | 2 +-
starship/proto/registry/chain.proto | 2 +-
starship/proto/registry/ibc.proto | 2 +-
starship/proto/registry/mnemonic.proto | 2 +-
starship/proto/registry/service.proto | 2 +-
starship/registry/Dockerfile | 2 +-
starship/registry/app.go | 2 +-
starship/registry/chain.go | 2 +-
starship/registry/go.mod | 2 +-
starship/registry/handler.go | 2 +-
starship/registry/model.go | 2 +-
starship/scripts/port-forward.sh | 4 +-
starship/tests/e2e/e2e_test.go | 2 +-
starship/tests/e2e/exposer_test.go | 2 +-
starship/tests/e2e/faucet_test.go | 2 +-
starship/tests/e2e/go.mod | 10 +-
starship/tests/e2e/registry_test.go | 2 +-
86 files changed, 314 insertions(+), 314 deletions(-)
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
index 3db8a5096..6fb52207c 100644
--- a/.github/workflows/docs.yaml
+++ b/.github/workflows/docs.yaml
@@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4
- name: Clone docs repository
- run: git clone https://x-access-token:${{ secrets.GH_PAT_TOKEN }}@github.com/cosmology-tech/docs.git external-docs
+ run: git clone https://x-access-token:${{ secrets.GH_PAT_TOKEN }}@github.com/hyperweb-io/docs.git external-docs
- name: Sync the docs
run: |
diff --git a/README-dev.md b/README-dev.md
index aafd6afd4..e6b0ca3b0 100644
--- a/README-dev.md
+++ b/README-dev.md
@@ -5,12 +5,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
Universal interchain development environment in k8s. The vision of this project
@@ -50,17 +50,17 @@ helm install -f custom-values.yaml starship/devnet --generate-name
Checkout these related projects:
-* [@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
+* [telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
-* [chain-registry](https://github.com/cosmology-tech/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
-* [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
-* [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
-* [interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
-* [starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
+* [chain-registry](https://github.com/hyperweb-io/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
+* [cosmos-kit](https://github.com/hyperweb-io/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
+* [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command.
+* [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
+* [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.
## Credits
-🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.zone/validator)
+🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
## Disclaimer
diff --git a/README.md b/README.md
index e1f8be1e1..9d715552c 100644
--- a/README.md
+++ b/README.md
@@ -5,13 +5,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
Universal interchain development environment in k8s. The vision of this project
@@ -109,17 +109,17 @@ Stay tuned for a `create-cosmos-app` boilerplate! For now, this is the most reco
Checkout these related projects:
-* [@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
+* [telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
-* [chain-registry](https://github.com/cosmology-tech/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
-* [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
-* [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
-* [interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
-* [starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
+* [chain-registry](https://github.com/hyperweb-io/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
+* [cosmos-kit](https://github.com/hyperweb-io/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
+* [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command.
+* [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
+* [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.
## Credits
-🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.zone/validator)
+🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
## Disclaimer
diff --git a/clients/go/client/chain.go b/clients/go/client/chain.go
index a91f59c6d..28d8b590a 100644
--- a/clients/go/client/chain.go
+++ b/clients/go/client/chain.go
@@ -14,7 +14,7 @@ import (
coretypes "github.com/tendermint/tendermint/rpc/core/types"
"go.uber.org/zap"
- pb "github.com/cosmology-tech/starship/registry/registry"
+ pb "github.com/hyperweb-io/starship/registry/registry"
)
type ChainClients []*ChainClient
diff --git a/clients/go/client/go.mod b/clients/go/client/go.mod
index 92c9cc9dd..60a433cde 100644
--- a/clients/go/client/go.mod
+++ b/clients/go/client/go.mod
@@ -1,14 +1,14 @@
-module github.com/cosmology-tech/starship/clients/go/client
+module github.com/hyperweb-io/starship/clients/go/client
go 1.21
replace (
- github.com/cosmology-tech/starship/registry => ../../../starship/registry
+ github.com/hyperweb-io/starship/registry => ../../../starship/registry
github.com/strangelove-ventures/lens => github.com/Anmol1696/lens v0.1.1-0.20230331154219-5027f163133a
)
require (
- github.com/cosmology-tech/starship/registry v0.0.0-20231216105442-4ce4f5ba3829
+ github.com/hyperweb-io/starship/registry v0.0.0-20231216105442-4ce4f5ba3829
github.com/cosmos/cosmos-sdk v0.47.0-rc2
github.com/cosmos/go-bip39 v1.0.0
github.com/golang/protobuf v1.5.4
diff --git a/clients/js/README.md b/clients/js/README.md
index 87204a937..850b04242 100644
--- a/clients/js/README.md
+++ b/clients/js/README.md
@@ -6,9 +6,9 @@
-
-
-
+
+
+
**StarshipJS** is the JS companion to deploy and manage [Starship](https://cosmology.zone/products/starship), tailored specifically for Node.js and TypeScript developers. This toolkit provides a seamless, easy-to-use interface that dramatically simplifies the development, testing, and deployment of interchain applications, whether on your local machine or CI/CD environments.
@@ -25,9 +25,9 @@ Designed with simplicity and speed in mind, **StarshipJS** enables developers to
## Packages
-- [`StarshipJS`](https://github.com/cosmology-tech/starship/tree/main/clients/js/packages/starshipjs): A JavaScript library providing the foundational tools and utilities for starship development, designed to work seamlessly with Node.js and TypeScript.
-- [`StarshipJS CLI`](https://github.com/cosmology-tech/starship/tree/main/clients/js/packages/cli): The command-line interface that allows developers to easily deploy, manage, and interact with starship directly from the terminal.
-- [`StarshipJS Client`](https://github.com/cosmology-tech/starship/tree/main/clients/js/packages/client): A client library that encapsulates interaction with starship, simplifying command executions and state management through an intuitive API.
+- [`StarshipJS`](https://github.com/hyperweb-io/starship/tree/main/clients/js/packages/starshipjs): A JavaScript library providing the foundational tools and utilities for starship development, designed to work seamlessly with Node.js and TypeScript.
+- [`StarshipJS CLI`](https://github.com/hyperweb-io/starship/tree/main/clients/js/packages/cli): The command-line interface that allows developers to easily deploy, manage, and interact with starship directly from the terminal.
+- [`StarshipJS Client`](https://github.com/hyperweb-io/starship/tree/main/clients/js/packages/client): A client library that encapsulates interaction with starship, simplifying command executions and state management through an intuitive API.
## Table of contents
@@ -99,7 +99,7 @@ yarn starship stop
## CLI Usage
-See more usage in the [`StarshipJS CLI`](https://github.com/cosmology-tech/starship/tree/main/clients/js/packages/cli) documentation.
+See more usage in the [`StarshipJS CLI`](https://github.com/hyperweb-io/starship/tree/main/clients/js/packages/cli) documentation.
### Install the CLI
@@ -131,7 +131,7 @@ starship teardown --config ./config/settings.json
## StarshipClient Usage
-See more info in the [`StarshipJS Client`](https://github.com/cosmology-tech/starship/tree/main/clients/js/packages/client) documentation.
+See more info in the [`StarshipJS Client`](https://github.com/hyperweb-io/starship/tree/main/clients/js/packages/client) documentation.
### Install the StarshipClient
@@ -207,7 +207,7 @@ client.teardown();
## StarshipJS Usage
-[`StarshipJS`](https://github.com/cosmology-tech/starship/tree/main/clients/js/packages/starshipjs) is a utility library that provides helpers to leverage [Starship](https://github.com/cosmology-tech/starship)'s internal chain registry, emulating the style of code used in projects like [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit).
+[`StarshipJS`](https://github.com/hyperweb-io/starship/tree/main/clients/js/packages/starshipjs) is a utility library that provides helpers to leverage [Starship](https://github.com/hyperweb-io/starship)'s internal chain registry, emulating the style of code used in projects like [cosmos-kit](https://github.com/hyperweb-io/cosmos-kit).
### StarshipJS Configuration
@@ -291,17 +291,17 @@ yarn build
Checkout these related projects:
-* [@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
+* [telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
-* [chain-registry](https://github.com/cosmology-tech/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
-* [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
-* [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
-* [interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
-* [starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
+* [chain-registry](https://github.com/hyperweb-io/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
+* [cosmos-kit](https://github.com/hyperweb-io/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
+* [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command.
+* [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
+* [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.
## Credits
-🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.zone/validator)
+🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
## Disclaimer
diff --git a/clients/js/lerna.json b/clients/js/lerna.json
index 7c6b38886..839ce534a 100644
--- a/clients/js/lerna.json
+++ b/clients/js/lerna.json
@@ -12,7 +12,7 @@
"registry": "https://registry.npmjs.org",
"command": {
"create": {
- "homepage": "https://github.com/cosmology-tech/starship",
+ "homepage": "https://github.com/hyperweb-io/starship",
"license": "SEE LICENSE IN LICENSE",
"access": "restricted"
},
diff --git a/clients/js/package.json b/clients/js/package.json
index 6d0635b79..10b27d822 100644
--- a/clients/js/package.json
+++ b/clients/js/package.json
@@ -1,11 +1,11 @@
{
"name": "starship-js",
"version": "0.0.1",
- "author": "Dan Lynch ",
+ "author": "Hyperweb ",
"private": true,
"repository": {
"type": "git",
- "url": "https://github.com/cosmology-tech/starship"
+ "url": "https://github.com/hyperweb-io/starship"
},
"license": "SEE LICENSE IN LICENSE",
"publishConfig": {
diff --git a/clients/js/packages/cli/CHANGELOG.md b/clients/js/packages/cli/CHANGELOG.md
index 41361bbdc..12f4267df 100644
--- a/clients/js/packages/cli/CHANGELOG.md
+++ b/clients/js/packages/cli/CHANGELOG.md
@@ -3,119 +3,119 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
-# [2.13.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.12.0...@starship-ci/cli@2.13.0) (2024-11-08)
+# [2.13.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.12.0...@starship-ci/cli@2.13.0) (2024-11-08)
**Note:** Version bump only for package @starship-ci/cli
-# [2.12.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.11.0...@starship-ci/cli@2.12.0) (2024-11-02)
+# [2.12.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.11.0...@starship-ci/cli@2.12.0) (2024-11-02)
**Note:** Version bump only for package @starship-ci/cli
-# [2.11.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.10.2...@starship-ci/cli@2.11.0) (2024-10-18)
+# [2.11.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.10.2...@starship-ci/cli@2.11.0) (2024-10-18)
**Note:** Version bump only for package @starship-ci/cli
-## [2.10.2](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.10.1...@starship-ci/cli@2.10.2) (2024-10-03)
+## [2.10.2](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.10.1...@starship-ci/cli@2.10.2) (2024-10-03)
**Note:** Version bump only for package @starship-ci/cli
-## [2.10.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.10.0...@starship-ci/cli@2.10.1) (2024-09-17)
+## [2.10.1](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.10.0...@starship-ci/cli@2.10.1) (2024-09-17)
**Note:** Version bump only for package @starship-ci/cli
-# [2.10.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.9.0...@starship-ci/cli@2.10.0) (2024-07-22)
+# [2.10.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.9.0...@starship-ci/cli@2.10.0) (2024-07-22)
**Note:** Version bump only for package @starship-ci/cli
-# [2.9.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.8.1...@starship-ci/cli@2.9.0) (2024-06-24)
+# [2.9.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.8.1...@starship-ci/cli@2.9.0) (2024-06-24)
**Note:** Version bump only for package @starship-ci/cli
-## [2.8.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.8.0...@starship-ci/cli@2.8.1) (2024-06-21)
+## [2.8.1](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.8.0...@starship-ci/cli@2.8.1) (2024-06-21)
**Note:** Version bump only for package @starship-ci/cli
-# [2.8.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.7.2...@starship-ci/cli@2.8.0) (2024-06-21)
+# [2.8.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.7.2...@starship-ci/cli@2.8.0) (2024-06-21)
**Note:** Version bump only for package @starship-ci/cli
-## [2.7.2](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.7.1...@starship-ci/cli@2.7.2) (2024-06-21)
+## [2.7.2](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.7.1...@starship-ci/cli@2.7.2) (2024-06-21)
**Note:** Version bump only for package @starship-ci/cli
-## [2.7.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.7.0...@starship-ci/cli@2.7.1) (2024-06-21)
+## [2.7.1](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.7.0...@starship-ci/cli@2.7.1) (2024-06-21)
**Note:** Version bump only for package @starship-ci/cli
-# [2.7.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.6.1...@starship-ci/cli@2.7.0) (2024-06-19)
+# [2.7.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.6.1...@starship-ci/cli@2.7.0) (2024-06-19)
**Note:** Version bump only for package @starship-ci/cli
-## [2.6.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.6.0...@starship-ci/cli@2.6.1) (2024-06-14)
+## [2.6.1](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.6.0...@starship-ci/cli@2.6.1) (2024-06-14)
**Note:** Version bump only for package @starship-ci/cli
-# [2.6.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.5.6...@starship-ci/cli@2.6.0) (2024-06-13)
+# [2.6.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.5.6...@starship-ci/cli@2.6.0) (2024-06-13)
**Note:** Version bump only for package @starship-ci/cli
-## [2.5.6](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.5.5...@starship-ci/cli@2.5.6) (2024-06-13)
+## [2.5.6](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.5.5...@starship-ci/cli@2.5.6) (2024-06-13)
**Note:** Version bump only for package @starship-ci/cli
-## [2.5.5](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.5.4...@starship-ci/cli@2.5.5) (2024-06-13)
+## [2.5.5](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.5.4...@starship-ci/cli@2.5.5) (2024-06-13)
**Note:** Version bump only for package @starship-ci/cli
-## [2.5.4](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.5.3...@starship-ci/cli@2.5.4) (2024-06-13)
+## [2.5.4](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.5.3...@starship-ci/cli@2.5.4) (2024-06-13)
**Note:** Version bump only for package @starship-ci/cli
-## [2.5.3](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.5.2...@starship-ci/cli@2.5.3) (2024-06-13)
+## [2.5.3](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.5.2...@starship-ci/cli@2.5.3) (2024-06-13)
**Note:** Version bump only for package @starship-ci/cli
-## [2.5.2](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.5.1...@starship-ci/cli@2.5.2) (2024-06-13)
+## [2.5.2](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.5.1...@starship-ci/cli@2.5.2) (2024-06-13)
**Note:** Version bump only for package @starship-ci/cli
-## [2.5.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.5.0...@starship-ci/cli@2.5.1) (2024-06-13)
+## [2.5.1](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.5.0...@starship-ci/cli@2.5.1) (2024-06-13)
**Note:** Version bump only for package @starship-ci/cli
-# [2.5.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.4.0...@starship-ci/cli@2.5.0) (2024-06-13)
+# [2.5.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.4.0...@starship-ci/cli@2.5.0) (2024-06-13)
**Note:** Version bump only for package @starship-ci/cli
-# [2.4.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.3.0...@starship-ci/cli@2.4.0) (2024-06-12)
+# [2.4.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.3.0...@starship-ci/cli@2.4.0) (2024-06-12)
**Note:** Version bump only for package @starship-ci/cli
-# [2.3.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.2.0...@starship-ci/cli@2.3.0) (2024-06-12)
+# [2.3.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.2.0...@starship-ci/cli@2.3.0) (2024-06-12)
**Note:** Version bump only for package @starship-ci/cli
-# [2.2.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.1.0...@starship-ci/cli@2.2.0) (2024-06-10)
+# [2.2.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.1.0...@starship-ci/cli@2.2.0) (2024-06-10)
**Note:** Version bump only for package @starship-ci/cli
-# [2.1.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.0.2...@starship-ci/cli@2.1.0) (2024-06-07)
+# [2.1.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.0.2...@starship-ci/cli@2.1.0) (2024-06-07)
**Note:** Version bump only for package @starship-ci/cli
-## [2.0.2](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.0.1...@starship-ci/cli@2.0.2) (2024-06-07)
+## [2.0.2](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.0.1...@starship-ci/cli@2.0.2) (2024-06-07)
**Note:** Version bump only for package @starship-ci/cli
-## [2.0.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.0.1...@starship-ci/cli@2.0.1) (2024-06-07)
+## [2.0.1](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.0.1...@starship-ci/cli@2.0.1) (2024-06-07)
**Note:** Version bump only for package @starship-ci/cli
-## [2.0.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@1.9.0...@starship-ci/cli@2.0.1) (2024-05-23)
+## [2.0.1](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@1.9.0...@starship-ci/cli@2.0.1) (2024-05-23)
**Note:** Version bump only for package @starship-ci/cli
-## [2.0.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@1.9.0...@starship-ci/cli@2.0.1) (2024-05-23)
+## [2.0.1](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@1.9.0...@starship-ci/cli@2.0.1) (2024-05-23)
**Note:** Version bump only for package @starship-ci/cli
@@ -123,11 +123,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
**Note:** Version bump only for package @starship-ci/cli
-# [1.8.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@1.7.0...@starship-ci/cli@1.8.0) (2024-05-03)
+# [1.8.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@1.7.0...@starship-ci/cli@1.8.0) (2024-05-03)
**Note:** Version bump only for package @starship-ci/cli
-# [1.7.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@1.6.0...@starship-ci/cli@1.7.0) (2024-05-03)
+# [1.7.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@1.6.0...@starship-ci/cli@1.7.0) (2024-05-03)
**Note:** Version bump only for package @starship-ci/cli
@@ -135,63 +135,63 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
**Note:** Version bump only for package @starship-ci/cli
-# [1.5.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/cli@1.4.5...@starship-ci/cli@1.5.0) (2024-05-01)
+# [1.5.0](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/cli@1.4.5...@starship-ci/cli@1.5.0) (2024-05-01)
**Note:** Version bump only for package @starship-ci/cli
-## [1.4.5](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/cli@1.4.4...@starship-ci/cli@1.4.5) (2024-04-23)
+## [1.4.5](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/cli@1.4.4...@starship-ci/cli@1.4.5) (2024-04-23)
**Note:** Version bump only for package @starship-ci/cli
-## [1.4.4](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/cli@1.4.3...@starship-ci/cli@1.4.4) (2024-04-21)
+## [1.4.4](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/cli@1.4.3...@starship-ci/cli@1.4.4) (2024-04-21)
**Note:** Version bump only for package @starship-ci/cli
-## [1.4.3](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/cli@1.4.2...@starship-ci/cli@1.4.3) (2024-04-21)
+## [1.4.3](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/cli@1.4.2...@starship-ci/cli@1.4.3) (2024-04-21)
**Note:** Version bump only for package @starship-ci/cli
-## [1.4.2](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/cli@1.4.1...@starship-ci/cli@1.4.2) (2024-04-21)
+## [1.4.2](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/cli@1.4.1...@starship-ci/cli@1.4.2) (2024-04-21)
**Note:** Version bump only for package @starship-ci/cli
-## [1.4.1](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/cli@1.4.0...@starship-ci/cli@1.4.1) (2024-04-21)
+## [1.4.1](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/cli@1.4.0...@starship-ci/cli@1.4.1) (2024-04-21)
**Note:** Version bump only for package @starship-ci/cli
-# [1.4.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/cli@1.3.0...@starship-ci/cli@1.4.0) (2024-04-21)
+# [1.4.0](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/cli@1.3.0...@starship-ci/cli@1.4.0) (2024-04-21)
**Note:** Version bump only for package @starship-ci/cli
-# [1.3.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/cli@1.2.0...@starship-ci/cli@1.3.0) (2024-04-21)
+# [1.3.0](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/cli@1.2.0...@starship-ci/cli@1.3.0) (2024-04-21)
**Note:** Version bump only for package @starship-ci/cli
-# [1.2.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/cli@1.1.0...@starship-ci/cli@1.2.0) (2024-04-21)
+# [1.2.0](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/cli@1.1.0...@starship-ci/cli@1.2.0) (2024-04-21)
**Note:** Version bump only for package @starship-ci/cli
-# [1.1.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/cli@1.0.0...@starship-ci/cli@1.1.0) (2024-04-21)
+# [1.1.0](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/cli@1.0.0...@starship-ci/cli@1.1.0) (2024-04-21)
**Note:** Version bump only for package @starship-ci/cli
-# [1.0.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/cli@0.6.0...@starship-ci/cli@1.0.0) (2024-04-21)
+# [1.0.0](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/cli@0.6.0...@starship-ci/cli@1.0.0) (2024-04-21)
**Note:** Version bump only for package @starship-ci/cli
-# [0.6.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/cli@0.5.0...@starship-ci/cli@0.6.0) (2024-04-21)
+# [0.6.0](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/cli@0.5.0...@starship-ci/cli@0.6.0) (2024-04-21)
**Note:** Version bump only for package @starship-ci/cli
-# [0.5.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/cli@0.4.0...@starship-ci/cli@0.5.0) (2024-04-21)
+# [0.5.0](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/cli@0.4.0...@starship-ci/cli@0.5.0) (2024-04-21)
**Note:** Version bump only for package @starship-ci/cli
-# [0.4.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/cli@0.3.0...@starship-ci/cli@0.4.0) (2024-04-21)
+# [0.4.0](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/cli@0.3.0...@starship-ci/cli@0.4.0) (2024-04-21)
**Note:** Version bump only for package @starship-ci/cli
-# [0.3.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/cli@0.2.0...@starship-ci/cli@0.3.0) (2024-04-21)
+# [0.3.0](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/cli@0.2.0...@starship-ci/cli@0.3.0) (2024-04-21)
**Note:** Version bump only for package @starship-ci/cli
diff --git a/clients/js/packages/cli/README.md b/clients/js/packages/cli/README.md
index 9fed192dd..efea44940 100644
--- a/clients/js/packages/cli/README.md
+++ b/clients/js/packages/cli/README.md
@@ -6,9 +6,9 @@
-
-
-
+
+
+
**`starship`** is the command-line interface designed to deploy and manage [Starship](https://cosmology.zone/products/starship), catering specifically to Node.js and TypeScript developers. This CLI tool offers a seamless and intuitive interface that dramatically simplifies the development, testing, and deployment of interchain applications across both local environments and CI/CD pipelines.
@@ -203,17 +203,17 @@ yarn build
Checkout these related projects:
-* [@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
+* [telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
-* [chain-registry](https://github.com/cosmology-tech/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
-* [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
-* [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
-* [interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
-* [starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
+* [chain-registry](https://github.com/hyperweb-io/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
+* [cosmos-kit](https://github.com/hyperweb-io/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
+* [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command.
+* [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
+* [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.
## Credits
-🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.zone/validator)
+🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
## Disclaimer
diff --git a/clients/js/packages/cli/package.json b/clients/js/packages/cli/package.json
index e6d9a86ec..119447fad 100644
--- a/clients/js/packages/cli/package.json
+++ b/clients/js/packages/cli/package.json
@@ -1,12 +1,12 @@
{
"name": "@starship-ci/cli",
"version": "2.13.0",
- "author": "Dan Lynch ",
+ "author": "Hyperweb ",
"description": "Starship CLI",
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
- "homepage": "https://github.com/cosmology-tech/starship",
+ "homepage": "https://github.com/hyperweb-io/starship",
"license": "SEE LICENSE IN LICENSE",
"publishConfig": {
"access": "public",
@@ -14,10 +14,10 @@
},
"repository": {
"type": "git",
- "url": "https://github.com/cosmology-tech/starship"
+ "url": "https://github.com/hyperweb-io/starship"
},
"bugs": {
- "url": "https://github.com/cosmology-tech/starship/issues"
+ "url": "https://github.com/hyperweb-io/starship/issues"
},
"bin": {
"starship": "./index.js"
diff --git a/clients/js/packages/client/CHANGELOG.md b/clients/js/packages/client/CHANGELOG.md
index 4d376f454..1f4800d0d 100644
--- a/clients/js/packages/client/CHANGELOG.md
+++ b/clients/js/packages/client/CHANGELOG.md
@@ -3,109 +3,109 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
-# [2.12.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.11.0...@starship-ci/client@2.12.0) (2024-11-08)
+# [2.12.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.11.0...@starship-ci/client@2.12.0) (2024-11-08)
**Note:** Version bump only for package @starship-ci/client
-# [2.11.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.10.0...@starship-ci/client@2.11.0) (2024-11-02)
+# [2.11.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.10.0...@starship-ci/client@2.11.0) (2024-11-02)
### Features
-- **client:** expose `restartThreshold` via `StarshipContext` ([#577](https://github.com/cosmology-tech/starship/issues/577)) ([afaef4e](https://github.com/cosmology-tech/starship/commit/afaef4e8a1a9bfb1856831a0b036aaa003944e34))
+- **client:** expose `restartThreshold` via `StarshipContext` ([#577](https://github.com/hyperweb-io/starship/issues/577)) ([afaef4e](https://github.com/hyperweb-io/starship/commit/afaef4e8a1a9bfb1856831a0b036aaa003944e34))
-# [2.10.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.9.2...@starship-ci/client@2.10.0) (2024-10-18)
+# [2.10.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.9.2...@starship-ci/client@2.10.0) (2024-10-18)
**Note:** Version bump only for package @starship-ci/client
-## [2.9.2](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.9.1...@starship-ci/client@2.9.2) (2024-10-03)
+## [2.9.2](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.9.1...@starship-ci/client@2.9.2) (2024-10-03)
**Note:** Version bump only for package @starship-ci/client
-## [2.9.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.9.0...@starship-ci/client@2.9.1) (2024-09-17)
+## [2.9.1](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.9.0...@starship-ci/client@2.9.1) (2024-09-17)
**Note:** Version bump only for package @starship-ci/client
-# [2.9.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.8.0...@starship-ci/client@2.9.0) (2024-07-22)
+# [2.9.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.8.0...@starship-ci/client@2.9.0) (2024-07-22)
**Note:** Version bump only for package @starship-ci/client
-# [2.8.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.7.2...@starship-ci/client@2.8.0) (2024-06-24)
+# [2.8.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.7.2...@starship-ci/client@2.8.0) (2024-06-24)
**Note:** Version bump only for package @starship-ci/client
-## [2.7.2](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.7.1...@starship-ci/client@2.7.2) (2024-06-21)
+## [2.7.2](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.7.1...@starship-ci/client@2.7.2) (2024-06-21)
**Note:** Version bump only for package @starship-ci/client
-## [2.7.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.7.0...@starship-ci/client@2.7.1) (2024-06-21)
+## [2.7.1](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.7.0...@starship-ci/client@2.7.1) (2024-06-21)
**Note:** Version bump only for package @starship-ci/client
-# [2.7.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.6.1...@starship-ci/client@2.7.0) (2024-06-19)
+# [2.7.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.6.1...@starship-ci/client@2.7.0) (2024-06-19)
**Note:** Version bump only for package @starship-ci/client
-## [2.6.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.6.0...@starship-ci/client@2.6.1) (2024-06-14)
+## [2.6.1](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.6.0...@starship-ci/client@2.6.1) (2024-06-14)
**Note:** Version bump only for package @starship-ci/client
-# [2.6.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.5.5...@starship-ci/client@2.6.0) (2024-06-13)
+# [2.6.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.5.5...@starship-ci/client@2.6.0) (2024-06-13)
**Note:** Version bump only for package @starship-ci/client
-## [2.5.5](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.5.4...@starship-ci/client@2.5.5) (2024-06-13)
+## [2.5.5](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.5.4...@starship-ci/client@2.5.5) (2024-06-13)
**Note:** Version bump only for package @starship-ci/client
-## [2.5.4](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.5.3...@starship-ci/client@2.5.4) (2024-06-13)
+## [2.5.4](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.5.3...@starship-ci/client@2.5.4) (2024-06-13)
**Note:** Version bump only for package @starship-ci/client
-## [2.5.3](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.5.2...@starship-ci/client@2.5.3) (2024-06-13)
+## [2.5.3](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.5.2...@starship-ci/client@2.5.3) (2024-06-13)
**Note:** Version bump only for package @starship-ci/client
-## [2.5.2](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.5.1...@starship-ci/client@2.5.2) (2024-06-13)
+## [2.5.2](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.5.1...@starship-ci/client@2.5.2) (2024-06-13)
**Note:** Version bump only for package @starship-ci/client
-## [2.5.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.5.0...@starship-ci/client@2.5.1) (2024-06-13)
+## [2.5.1](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.5.0...@starship-ci/client@2.5.1) (2024-06-13)
**Note:** Version bump only for package @starship-ci/client
-# [2.5.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.4.0...@starship-ci/client@2.5.0) (2024-06-13)
+# [2.5.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.4.0...@starship-ci/client@2.5.0) (2024-06-13)
**Note:** Version bump only for package @starship-ci/client
-# [2.4.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.3.0...@starship-ci/client@2.4.0) (2024-06-12)
+# [2.4.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.3.0...@starship-ci/client@2.4.0) (2024-06-12)
**Note:** Version bump only for package @starship-ci/client
-# [2.3.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.2.0...@starship-ci/client@2.3.0) (2024-06-12)
+# [2.3.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.2.0...@starship-ci/client@2.3.0) (2024-06-12)
**Note:** Version bump only for package @starship-ci/client
-# [2.2.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.1.0...@starship-ci/client@2.2.0) (2024-06-10)
+# [2.2.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.1.0...@starship-ci/client@2.2.0) (2024-06-10)
**Note:** Version bump only for package @starship-ci/client
-# [2.1.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.0.2...@starship-ci/client@2.1.0) (2024-06-07)
+# [2.1.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.0.2...@starship-ci/client@2.1.0) (2024-06-07)
**Note:** Version bump only for package @starship-ci/client
-## [2.0.2](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.0.1...@starship-ci/client@2.0.2) (2024-06-07)
+## [2.0.2](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.0.1...@starship-ci/client@2.0.2) (2024-06-07)
**Note:** Version bump only for package @starship-ci/client
-## [2.0.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.0.1...@starship-ci/client@2.0.1) (2024-06-07)
+## [2.0.1](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.0.1...@starship-ci/client@2.0.1) (2024-06-07)
**Note:** Version bump only for package @starship-ci/client
-## [2.0.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@1.6.0...@starship-ci/client@2.0.1) (2024-05-23)
+## [2.0.1](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@1.6.0...@starship-ci/client@2.0.1) (2024-05-23)
**Note:** Version bump only for package @starship-ci/client
-## [2.0.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@1.6.0...@starship-ci/client@2.0.1) (2024-05-23)
+## [2.0.1](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@1.6.0...@starship-ci/client@2.0.1) (2024-05-23)
**Note:** Version bump only for package @starship-ci/client
@@ -113,7 +113,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
**Note:** Version bump only for package @starship-ci/client
-# [1.5.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@1.4.0...@starship-ci/client@1.5.0) (2024-05-03)
+# [1.5.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@1.4.0...@starship-ci/client@1.5.0) (2024-05-03)
**Note:** Version bump only for package @starship-ci/client
@@ -121,71 +121,71 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
**Note:** Version bump only for package @starship-ci/client
-# [1.3.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@1.2.4...@starship-ci/client@1.3.0) (2024-05-01)
+# [1.3.0](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/client@1.2.4...@starship-ci/client@1.3.0) (2024-05-01)
**Note:** Version bump only for package @starship-ci/client
-## [1.2.4](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@1.2.3...@starship-ci/client@1.2.4) (2024-04-23)
+## [1.2.4](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/client@1.2.3...@starship-ci/client@1.2.4) (2024-04-23)
**Note:** Version bump only for package @starship-ci/client
-## [1.2.3](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@1.2.2...@starship-ci/client@1.2.3) (2024-04-21)
+## [1.2.3](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/client@1.2.2...@starship-ci/client@1.2.3) (2024-04-21)
**Note:** Version bump only for package @starship-ci/client
-## [1.2.2](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@1.2.1...@starship-ci/client@1.2.2) (2024-04-21)
+## [1.2.2](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/client@1.2.1...@starship-ci/client@1.2.2) (2024-04-21)
**Note:** Version bump only for package @starship-ci/client
-## [1.2.1](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@1.2.0...@starship-ci/client@1.2.1) (2024-04-21)
+## [1.2.1](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/client@1.2.0...@starship-ci/client@1.2.1) (2024-04-21)
**Note:** Version bump only for package @starship-ci/client
-# [1.2.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@1.1.0...@starship-ci/client@1.2.0) (2024-04-21)
+# [1.2.0](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/client@1.1.0...@starship-ci/client@1.2.0) (2024-04-21)
**Note:** Version bump only for package @starship-ci/client
-# [1.1.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@1.0.0...@starship-ci/client@1.1.0) (2024-04-21)
+# [1.1.0](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/client@1.0.0...@starship-ci/client@1.1.0) (2024-04-21)
**Note:** Version bump only for package @starship-ci/client
-# [1.0.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@0.4.0...@starship-ci/client@1.0.0) (2024-04-21)
+# [1.0.0](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/client@0.4.0...@starship-ci/client@1.0.0) (2024-04-21)
**Note:** Version bump only for package @starship-ci/client
-# [0.4.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@0.3.0...@starship-ci/client@0.4.0) (2024-04-21)
+# [0.4.0](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/client@0.3.0...@starship-ci/client@0.4.0) (2024-04-21)
**Note:** Version bump only for package @starship-ci/client
-# [0.3.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@0.2.0...@starship-ci/client@0.3.0) (2024-04-21)
+# [0.3.0](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/client@0.2.0...@starship-ci/client@0.3.0) (2024-04-21)
**Note:** Version bump only for package @starship-ci/client
-# [0.2.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@0.1.2...@starship-ci/client@0.2.0) (2024-04-21)
+# [0.2.0](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/client@0.1.2...@starship-ci/client@0.2.0) (2024-04-21)
**Note:** Version bump only for package @starship-ci/client
-## [0.1.2](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@0.1.1...@starship-ci/client@0.1.2) (2024-04-20)
+## [0.1.2](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/client@0.1.1...@starship-ci/client@0.1.2) (2024-04-20)
**Note:** Version bump only for package @starship-ci/client
-## [0.1.1](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@0.1.0...@starship-ci/client@0.1.1) (2024-04-20)
+## [0.1.1](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/client@0.1.0...@starship-ci/client@0.1.1) (2024-04-20)
**Note:** Version bump only for package @starship-ci/client
-# [0.1.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@0.0.5...@starship-ci/client@0.1.0) (2024-04-20)
+# [0.1.0](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/client@0.0.5...@starship-ci/client@0.1.0) (2024-04-20)
**Note:** Version bump only for package @starship-ci/client
-## [0.0.5](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@0.0.4...@starship-ci/client@0.0.5) (2024-04-20)
+## [0.0.5](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/client@0.0.4...@starship-ci/client@0.0.5) (2024-04-20)
**Note:** Version bump only for package @starship-ci/client
-## [0.0.4](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@0.0.3...@starship-ci/client@0.0.4) (2024-04-20)
+## [0.0.4](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/client@0.0.3...@starship-ci/client@0.0.4) (2024-04-20)
**Note:** Version bump only for package @starship-ci/client
-## [0.0.3](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@0.0.2...@starship-ci/client@0.0.3) (2024-04-20)
+## [0.0.3](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/client@0.0.2...@starship-ci/client@0.0.3) (2024-04-20)
**Note:** Version bump only for package @starship-ci/client
diff --git a/clients/js/packages/client/README.md b/clients/js/packages/client/README.md
index babd43e67..4aabf6e68 100644
--- a/clients/js/packages/client/README.md
+++ b/clients/js/packages/client/README.md
@@ -6,9 +6,9 @@
-
-
-
+
+
+
**StarshipJS** is the JS companion to deploy and manage [Starship](https://cosmology.zone/products/starship), tailored specifically for Node.js and TypeScript developers. This toolkit provides a seamless, easy-to-use interface that dramatically simplifies the development, testing, and deployment of interchain applications, whether on your local machine or CI/CD environments.
@@ -192,17 +192,17 @@ yarn build
Checkout these related projects:
-* [@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
+* [telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
-* [chain-registry](https://github.com/cosmology-tech/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
-* [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
-* [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
-* [interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
-* [starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
+* [chain-registry](https://github.com/hyperweb-io/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
+* [cosmos-kit](https://github.com/hyperweb-io/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
+* [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command.
+* [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
+* [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.
## Credits
-🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.zone/validator)
+🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
## Disclaimer
diff --git a/clients/js/packages/client/package.json b/clients/js/packages/client/package.json
index 793cac9f6..cf664ad4e 100644
--- a/clients/js/packages/client/package.json
+++ b/clients/js/packages/client/package.json
@@ -1,12 +1,12 @@
{
"name": "@starship-ci/client",
"version": "2.12.0",
- "author": "Dan Lynch ",
+ "author": "Hyperweb ",
"description": "Starship CI Client",
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
- "homepage": "https://github.com/cosmology-tech/starship",
+ "homepage": "https://github.com/hyperweb-io/starship",
"license": "SEE LICENSE IN LICENSE",
"publishConfig": {
"access": "public",
@@ -14,10 +14,10 @@
},
"repository": {
"type": "git",
- "url": "https://github.com/cosmology-tech/starship"
+ "url": "https://github.com/hyperweb-io/starship"
},
"bugs": {
- "url": "https://github.com/cosmology-tech/starship/issues"
+ "url": "https://github.com/hyperweb-io/starship/issues"
},
"scripts": {
"copy": "copyfiles -f ../../LICENSE README.md package.json dist",
diff --git a/clients/js/packages/starshipjs/CHANGELOG.md b/clients/js/packages/starshipjs/CHANGELOG.md
index c255d2866..49179e531 100644
--- a/clients/js/packages/starshipjs/CHANGELOG.md
+++ b/clients/js/packages/starshipjs/CHANGELOG.md
@@ -3,39 +3,39 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
-## [2.4.1](https://github.com/cosmology-tech/starship/compare/starshipjs@2.4.0...starshipjs@2.4.1) (2024-09-17)
+## [2.4.1](https://github.com/hyperweb-io/starship/compare/starshipjs@2.4.0...starshipjs@2.4.1) (2024-09-17)
**Note:** Version bump only for package starshipjs
-# [2.4.0](https://github.com/cosmology-tech/starship/compare/starshipjs@2.3.0...starshipjs@2.4.0) (2024-06-24)
+# [2.4.0](https://github.com/hyperweb-io/starship/compare/starshipjs@2.3.0...starshipjs@2.4.0) (2024-06-24)
**Note:** Version bump only for package starshipjs
-# [2.3.0](https://github.com/cosmology-tech/starship/compare/starshipjs@2.2.0...starshipjs@2.3.0) (2024-06-13)
+# [2.3.0](https://github.com/hyperweb-io/starship/compare/starshipjs@2.2.0...starshipjs@2.3.0) (2024-06-13)
**Note:** Version bump only for package starshipjs
-# [2.2.0](https://github.com/cosmology-tech/starship/compare/starshipjs@2.1.0...starshipjs@2.2.0) (2024-06-10)
+# [2.2.0](https://github.com/hyperweb-io/starship/compare/starshipjs@2.1.0...starshipjs@2.2.0) (2024-06-10)
**Note:** Version bump only for package starshipjs
-# [2.1.0](https://github.com/cosmology-tech/starship/compare/starshipjs@2.0.2...starshipjs@2.1.0) (2024-06-07)
+# [2.1.0](https://github.com/hyperweb-io/starship/compare/starshipjs@2.0.2...starshipjs@2.1.0) (2024-06-07)
**Note:** Version bump only for package starshipjs
-## [2.0.2](https://github.com/cosmology-tech/starship/compare/starshipjs@2.0.1...starshipjs@2.0.2) (2024-06-07)
+## [2.0.2](https://github.com/hyperweb-io/starship/compare/starshipjs@2.0.1...starshipjs@2.0.2) (2024-06-07)
**Note:** Version bump only for package starshipjs
-## [2.0.1](https://github.com/cosmology-tech/starship/compare/starshipjs@2.0.1...starshipjs@2.0.1) (2024-06-07)
+## [2.0.1](https://github.com/hyperweb-io/starship/compare/starshipjs@2.0.1...starshipjs@2.0.1) (2024-06-07)
**Note:** Version bump only for package starshipjs
-## [2.0.1](https://github.com/cosmology-tech/starship/compare/starshipjs@1.4.0...starshipjs@2.0.1) (2024-05-23)
+## [2.0.1](https://github.com/hyperweb-io/starship/compare/starshipjs@1.4.0...starshipjs@2.0.1) (2024-05-23)
**Note:** Version bump only for package starshipjs
-## [2.0.1](https://github.com/cosmology-tech/starship/compare/starshipjs@1.4.0...starshipjs@2.0.1) (2024-05-23)
+## [2.0.1](https://github.com/hyperweb-io/starship/compare/starshipjs@1.4.0...starshipjs@2.0.1) (2024-05-23)
**Note:** Version bump only for package starshipjs
@@ -47,55 +47,55 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
**Note:** Version bump only for package starshipjs
-## [1.1.4](https://github.com/cosmology-tech/starshipjs/compare/starshipjs@1.1.3...starshipjs@1.1.4) (2024-04-23)
+## [1.1.4](https://github.com/hyperweb-io/starshipjs/compare/starshipjs@1.1.3...starshipjs@1.1.4) (2024-04-23)
**Note:** Version bump only for package starshipjs
-## [1.1.3](https://github.com/cosmology-tech/starshipjs/compare/starshipjs@1.1.2...starshipjs@1.1.3) (2024-04-21)
+## [1.1.3](https://github.com/hyperweb-io/starshipjs/compare/starshipjs@1.1.2...starshipjs@1.1.3) (2024-04-21)
**Note:** Version bump only for package starshipjs
-## [1.1.2](https://github.com/cosmology-tech/starshipjs/compare/starshipjs@1.1.1...starshipjs@1.1.2) (2024-04-21)
+## [1.1.2](https://github.com/hyperweb-io/starshipjs/compare/starshipjs@1.1.1...starshipjs@1.1.2) (2024-04-21)
**Note:** Version bump only for package starshipjs
-## [1.1.1](https://github.com/cosmology-tech/starshipjs/compare/starshipjs@1.1.0...starshipjs@1.1.1) (2024-04-21)
+## [1.1.1](https://github.com/hyperweb-io/starshipjs/compare/starshipjs@1.1.0...starshipjs@1.1.1) (2024-04-21)
**Note:** Version bump only for package starshipjs
-# [1.1.0](https://github.com/cosmology-tech/starshipjs/compare/starshipjs@1.0.0...starshipjs@1.1.0) (2024-04-21)
+# [1.1.0](https://github.com/hyperweb-io/starshipjs/compare/starshipjs@1.0.0...starshipjs@1.1.0) (2024-04-21)
**Note:** Version bump only for package starshipjs
-# [1.0.0](https://github.com/cosmology-tech/starshipjs/compare/starshipjs@0.3.0...starshipjs@1.0.0) (2024-04-21)
+# [1.0.0](https://github.com/hyperweb-io/starshipjs/compare/starshipjs@0.3.0...starshipjs@1.0.0) (2024-04-21)
**Note:** Version bump only for package starshipjs
-# [0.3.0](https://github.com/cosmology-tech/starshipjs/compare/starshipjs@0.2.0...starshipjs@0.3.0) (2024-04-21)
+# [0.3.0](https://github.com/hyperweb-io/starshipjs/compare/starshipjs@0.2.0...starshipjs@0.3.0) (2024-04-21)
**Note:** Version bump only for package starshipjs
-# [0.2.0](https://github.com/cosmology-tech/starshipjs/compare/starshipjs@0.1.2...starshipjs@0.2.0) (2024-04-21)
+# [0.2.0](https://github.com/hyperweb-io/starshipjs/compare/starshipjs@0.1.2...starshipjs@0.2.0) (2024-04-21)
**Note:** Version bump only for package starshipjs
-## [0.1.2](https://github.com/cosmology-tech/starshipjs/compare/starshipjs@0.1.1...starshipjs@0.1.2) (2024-04-20)
+## [0.1.2](https://github.com/hyperweb-io/starshipjs/compare/starshipjs@0.1.1...starshipjs@0.1.2) (2024-04-20)
**Note:** Version bump only for package starshipjs
-## [0.1.1](https://github.com/cosmology-tech/starshipjs/compare/starshipjs@0.1.0...starshipjs@0.1.1) (2024-04-20)
+## [0.1.1](https://github.com/hyperweb-io/starshipjs/compare/starshipjs@0.1.0...starshipjs@0.1.1) (2024-04-20)
**Note:** Version bump only for package starshipjs
-# [0.1.0](https://github.com/cosmology-tech/starshipjs/compare/starshipjs@0.0.5...starshipjs@0.1.0) (2024-04-20)
+# [0.1.0](https://github.com/hyperweb-io/starshipjs/compare/starshipjs@0.0.5...starshipjs@0.1.0) (2024-04-20)
**Note:** Version bump only for package starshipjs
-## [0.0.5](https://github.com/cosmology-tech/starshipjs/compare/starshipjs@0.0.4...starshipjs@0.0.5) (2024-04-20)
+## [0.0.5](https://github.com/hyperweb-io/starshipjs/compare/starshipjs@0.0.4...starshipjs@0.0.5) (2024-04-20)
**Note:** Version bump only for package starshipjs
-## [0.0.4](https://github.com/cosmology-tech/starshipjs/compare/starshipjs@0.0.3...starshipjs@0.0.4) (2024-04-20)
+## [0.0.4](https://github.com/hyperweb-io/starshipjs/compare/starshipjs@0.0.3...starshipjs@0.0.4) (2024-04-20)
**Note:** Version bump only for package starshipjs
diff --git a/clients/js/packages/starshipjs/README.md b/clients/js/packages/starshipjs/README.md
index 1659905f9..1aed48ccc 100644
--- a/clients/js/packages/starshipjs/README.md
+++ b/clients/js/packages/starshipjs/README.md
@@ -6,9 +6,9 @@
-
-
-
+
+
+
**StarshipJS** is the JS companion to deploy and manage [Starship](https://cosmology.zone/products/starship), tailored specifically for Node.js and TypeScript developers. This toolkit provides a seamless, easy-to-use interface that dramatically simplifies the development, testing, and deployment of interchain applications, whether on your local machine or CI/CD environments.
@@ -43,7 +43,7 @@ npm install starshipjs
## Using with CI/CD
-NOTE: Before you code! You'll want to use the CLI tool ([`@starship-ci/cli`](https://github.com/cosmology-tech/starship/tree/main/clients/js/packages/cli)) in a package.json to get starship working.
+NOTE: Before you code! You'll want to use the CLI tool ([`@starship-ci/cli`](https://github.com/hyperweb-io/starship/tree/main/clients/js/packages/cli)) in a package.json to get starship working.
### Install the packages
@@ -94,7 +94,7 @@ yarn starship stop
## Using the Client
-StarshipJS is a utility library that provides helpers to leverage [Starship](https://github.com/cosmology-tech/starship)'s internal chain registry, emulating the style of code used in projects like [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit).
+StarshipJS is a utility library that provides helpers to leverage [Starship](https://github.com/hyperweb-io/starship)'s internal chain registry, emulating the style of code used in projects like [cosmos-kit](https://github.com/hyperweb-io/cosmos-kit).
### Configuration
@@ -178,17 +178,17 @@ yarn build
Checkout these related projects:
-* [@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
+* [telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
-* [chain-registry](https://github.com/cosmology-tech/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
-* [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
-* [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
-* [interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
-* [starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
+* [chain-registry](https://github.com/hyperweb-io/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
+* [cosmos-kit](https://github.com/hyperweb-io/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
+* [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command.
+* [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
+* [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.
## Credits
-🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.zone/validator)
+🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
## Disclaimer
diff --git a/clients/js/packages/starshipjs/package.json b/clients/js/packages/starshipjs/package.json
index a2122e73a..93251a3bc 100644
--- a/clients/js/packages/starshipjs/package.json
+++ b/clients/js/packages/starshipjs/package.json
@@ -1,12 +1,12 @@
{
"name": "starshipjs",
"version": "2.4.1",
- "author": "Dan Lynch ",
+ "author": "Hyperweb ",
"description": "JS utilities for Starship",
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
- "homepage": "https://github.com/cosmology-tech/starship",
+ "homepage": "https://github.com/hyperweb-io/starship",
"license": "SEE LICENSE IN LICENSE",
"publishConfig": {
"access": "public",
@@ -14,10 +14,10 @@
},
"repository": {
"type": "git",
- "url": "https://github.com/cosmology-tech/starship"
+ "url": "https://github.com/hyperweb-io/starship"
},
"bugs": {
- "url": "https://github.com/cosmology-tech/starship/issues"
+ "url": "https://github.com/hyperweb-io/starship/issues"
},
"scripts": {
"copy": "copyfiles -f ../../LICENSE README.md package.json dist",
diff --git a/docs/pages/config/chains.mdx b/docs/pages/config/chains.mdx
index 526c0e7f7..3db28ccae 100644
--- a/docs/pages/config/chains.mdx
+++ b/docs/pages/config/chains.mdx
@@ -15,7 +15,7 @@ chains:
```
## `name`
-Type of chain is a short hand to use the default key values for a chain found [here](https://github.com/cosmology-tech/starship/blob/main/starship/charts/devnet/values.yaml#L54...#L244)
+Type of chain is a short hand to use the default key values for a chain found [here](https://github.com/hyperweb-io/starship/blob/main/starship/charts/devnet/values.yaml#L54...#L244)
```yaml
chains:
- id: osmosis-1
@@ -72,7 +72,7 @@ chains:
> * Packages `curl,make,bash,jq,sed`
> * Chain binaries installed in $PATH
-We create docker images with this [Dockerfile](https://github.com/cosmology-tech/starship/blob/main/starship/docker/chains/Dockerfile), using Heighliner base
+We create docker images with this [Dockerfile](https://github.com/hyperweb-io/starship/blob/main/starship/docker/chains/Dockerfile), using Heighliner base
images. All supported docker images can be found [here](https://github.com/orgs/cosmology-tech/packages?repo_name=starship)
## `numValidators`
@@ -88,7 +88,7 @@ chains:
> Note: The first node spun up is a `genesis` node, which spins up before all other validators. Once the genesis node starts
> then all other validator nodes are spun up simultaneously
-If number of validators is more than the mnemonics available in the [`keys.json`](https://github.com/cosmology-tech/starship/blob/main/starship/charts/devnet/configs/keys.json#L9) file
+If number of validators is more than the mnemonics available in the [`keys.json`](https://github.com/hyperweb-io/starship/blob/main/starship/charts/devnet/configs/keys.json#L9) file
which is 5, then other validators are created with random mnemonic on initialization.
## `ports`
@@ -107,7 +107,7 @@ chains:
```
Available endpoints for extra services:
-* `exposer`: https://github.com/cosmology-tech/starship/blob/main/starship/proto/exposer/service.proto#L15
+* `exposer`: https://github.com/hyperweb-io/starship/blob/main/starship/proto/exposer/service.proto#L15
* `faucet`: https://github.com/cosmos/cosmjs/blob/main/packages/faucet/README.md#using-the-faucet
> Note: Make sure the ports are not overlapping in the config file
@@ -146,9 +146,9 @@ For more details on the resource directive have a look at [kubernetes resources]
## `faucet` (optional)
Every genesis node runs a faucet. We support 2 types of faucet:
* [cosmjs faucet](https://github.com/cosmos/cosmjs/tree/main/packages/faucet), by default
-* [starship faucet](https://github.com/cosmology-tech/starship/tree/main/starship/faucet)
+* [starship faucet](https://github.com/hyperweb-io/starship/tree/main/starship/faucet)
-Setting for cosmjs-faucet [here](https://github.com/cosmology-tech/starship/blob/main/starship/charts/devnet/values.yaml#L32...#L38) but can be
+Setting for cosmjs-faucet [here](https://github.com/hyperweb-io/starship/blob/main/starship/charts/devnet/values.yaml#L32...#L38) but can be
overridden with this directive, specially for compatible cosmjs version with the chain version.
```yaml
@@ -177,7 +177,7 @@ then you can reduce the `concurrency` to a lower number.
## `build` (optional)
With the `build` directive in the chain, one can basically build chain binaries on the fly before starting the chain.
-When the directive is `enabled`, then the docker image is set to a [`runner` docker image](https://github.com/cosmology-tech/starship/blob/main/starship/docker/starship/runner/Dockerfile)
+When the directive is `enabled`, then the docker image is set to a [`runner` docker image](https://github.com/hyperweb-io/starship/blob/main/starship/docker/starship/runner/Dockerfile)
which is a basic alpine image with starship dependencies.
```yaml
chains:
@@ -231,17 +231,17 @@ chains:
## `scripts` (optional)
Scripts directive will replace the default scripts with the given scripts. In order to use this directive,
-one must use [`scripts/install.sh`](https://github.com/cosmology-tech/starship/blob/main/starship/scripts/install.sh) script for running the helm chart.
+one must use [`scripts/install.sh`](https://github.com/hyperweb-io/starship/blob/main/starship/scripts/install.sh) script for running the helm chart.
> Since the local scripts are converted into configmaps that are then created in the kubernetes cluster, there is a limit of 1MBi
Types of scripts that are allowed inside the `scripts` dir are:
-* `createGenesis`: Script used in the genesis node that will create the `genesis.json` file. Default: [`create-genesis.sh`](https://github.com/cosmology-tech/starship/blob/main/starship/charts/devnet/scripts/default/create-genesis.sh)
-* `updateGenesis`: Script used to make custom changes to the genesis file. Default: [`update-genesis.sh`](https://github.com/cosmology-tech/starship/blob/main/starship/charts/devnet/scripts/default/update-genesis.sh)
-* `updateConfig`: Script used to make custom changes to the config files. Default: [`update-config.sh`](https://github.com/cosmology-tech/starship/blob/main/starship/charts/devnet/scripts/default/update-config.sh)
-* `createValidator`: Script to run the `create-validator` txn on the validator nodes after spinup. Note this script is run as part of the `PostStartHook` of the validator pods. Default: [`create-validator.sh`](https://github.com/cosmology-tech/starship/blob/main/starship/charts/devnet/scripts/default/create-validator.sh)
-* `transferTokens`: Script run as part of the Starship glue code. This script is related to the faucet that we run. Default: [`transfer-tokens.sh`](https://github.com/cosmology-tech/starship/blob/main/charts/starship/devnet/scripts/default/transfer-tokens.sh)
-* `buildChain`: Script that builds chain binaries, based on the `build` directive. Default: [`build-chain.sh`](https://github.com/cosmology-tech/starship/blob/main/starship/charts/devnet/scripts/default/build-chain.sh)
+* `createGenesis`: Script used in the genesis node that will create the `genesis.json` file. Default: [`create-genesis.sh`](https://github.com/hyperweb-io/starship/blob/main/starship/charts/devnet/scripts/default/create-genesis.sh)
+* `updateGenesis`: Script used to make custom changes to the genesis file. Default: [`update-genesis.sh`](https://github.com/hyperweb-io/starship/blob/main/starship/charts/devnet/scripts/default/update-genesis.sh)
+* `updateConfig`: Script used to make custom changes to the config files. Default: [`update-config.sh`](https://github.com/hyperweb-io/starship/blob/main/starship/charts/devnet/scripts/default/update-config.sh)
+* `createValidator`: Script to run the `create-validator` txn on the validator nodes after spinup. Note this script is run as part of the `PostStartHook` of the validator pods. Default: [`create-validator.sh`](https://github.com/hyperweb-io/starship/blob/main/starship/charts/devnet/scripts/default/create-validator.sh)
+* `transferTokens`: Script run as part of the Starship glue code. This script is related to the faucet that we run. Default: [`transfer-tokens.sh`](https://github.com/hyperweb-io/starship/blob/main/charts/starship/devnet/scripts/default/transfer-tokens.sh)
+* `buildChain`: Script that builds chain binaries, based on the `build` directive. Default: [`build-chain.sh`](https://github.com/hyperweb-io/starship/blob/main/starship/charts/devnet/scripts/default/build-chain.sh)
One can choose the sub-scripts that need to be overwritten, default scripts will be used instead.
diff --git a/docs/pages/config/features.mdx b/docs/pages/config/features.mdx
index 4e58e24b5..72bc47b79 100644
--- a/docs/pages/config/features.mdx
+++ b/docs/pages/config/features.mdx
@@ -42,7 +42,7 @@ Here is a list of available endpoints and how to use them:
| `/ibc` | List all ibc info for all chains
| `/ibc/{chain_1}/{chain_2}` | IBC information between the 2 chains specified
-Proto definition for the service is [here](https://github.com/cosmology-tech/starship/blob/main/starship/proto/registry/service.proto)
+Proto definition for the service is [here](https://github.com/hyperweb-io/starship/blob/main/starship/proto/registry/service.proto)
## Explorer
In order to provide a full fledged emulation environment, we have
@@ -66,7 +66,7 @@ explorer:
image: ghcr.io/cosmology-tech/starship/ping-pub:6b7b0d096946b6bcd75d15350c7345da0d4576db
```
-Available versions for the explorer can be found [here](https://github.com/cosmology-tech/starship/pkgs/container/starship%2Fexposer/versions?filters%5Bversion_type%5D=tagged)
+Available versions for the explorer can be found [here](https://github.com/hyperweb-io/starship/pkgs/container/starship%2Fexposer/versions?filters%5Bversion_type%5D=tagged)
### Usage
diff --git a/docs/pages/config/index.mdx b/docs/pages/config/index.mdx
index f1494847c..4ecd53f11 100644
--- a/docs/pages/config/index.mdx
+++ b/docs/pages/config/index.mdx
@@ -1,7 +1,7 @@
# Configuration
In Starship one can define the infra required with a simple config file.
-The config file one specifies is merged with the default [`values.yaml`](https://github.com/cosmology-tech/starship/blob/main/starship/charts/devnet/values.yaml)
+The config file one specifies is merged with the default [`values.yaml`](https://github.com/hyperweb-io/starship/blob/main/starship/charts/devnet/values.yaml)
file before the infra is spun up. All supported directives are present in the default `values.yaml`. We will go over most used ones here.
Here is a basic example that will spin up:
diff --git a/docs/pages/config/relayers.mdx b/docs/pages/config/relayers.mdx
index 34cef3d34..66657ffe9 100644
--- a/docs/pages/config/relayers.mdx
+++ b/docs/pages/config/relayers.mdx
@@ -34,10 +34,10 @@ If one wants to use a specific version of the relayer we support,
then it can be mentioned via this image directive.
Supported version of relayers can be found:
-* [`hermes` versions](https://github.com/cosmology-tech/starship/pkgs/container/starship%2Fhermes/versions?filters%5Bversion_type%5D=tagged)
-* [`ts-relayer` versions](https://github.com/cosmology-tech/starship/pkgs/container/starship%2Fts-relayer/versions?filters%5Bversion_type%5D=tagged)
-* [`go-relayer` versions](https://github.com/cosmology-tech/starship/pkgs/container/starship%2Fgo-relayer/versions?filters%5Bversion_type%5D=tagged)
-* [`neutron-query-relayer` versions](https://github.com/cosmology-tech/starship/pkgs/container/starship%2Fneutron-query-relayer/versions?filters%5Bversion_type%5D=tagged)
+* [`hermes` versions](https://github.com/hyperweb-io/starship/pkgs/container/starship%2Fhermes/versions?filters%5Bversion_type%5D=tagged)
+* [`ts-relayer` versions](https://github.com/hyperweb-io/starship/pkgs/container/starship%2Fts-relayer/versions?filters%5Bversion_type%5D=tagged)
+* [`go-relayer` versions](https://github.com/hyperweb-io/starship/pkgs/container/starship%2Fgo-relayer/versions?filters%5Bversion_type%5D=tagged)
+* [`neutron-query-relayer` versions](https://github.com/hyperweb-io/starship/pkgs/container/starship%2Fneutron-query-relayer/versions?filters%5Bversion_type%5D=tagged)
```yaml
relayers:
@@ -118,7 +118,7 @@ relayers:
mode: "pull" # default is "push"
```
-All allowed config params can be found in the [default values](https://github.com/cosmology-tech/starship/pull/185/files#diff-b6d755bc9ec9f0229fa0fc7beff17964f31889df81dbd5a16764ed8cdecbfa96R286-R310)
+All allowed config params can be found in the [default values](https://github.com/hyperweb-io/starship/pull/185/files#diff-b6d755bc9ec9f0229fa0fc7beff17964f31889df81dbd5a16764ed8cdecbfa96R286-R310)
(Basically everything in [config.toml](https://github.com/informalsystems/hermes/blob/master/config.toml#L8...L111) file for the hermes relayer)
## `ports` (optional, hermes only)
@@ -139,7 +139,7 @@ relayers:
Available endpoints on
* `rest` endpoints: https://hermes.informal.systems/documentation/rest-api.html?highlight=rest#rest-api
* `exposer` endpoint
- * `/create_channel` endpoint: Supports post request. Proto defination: https://github.com/cosmology-tech/starship/blob/main/starship/proto/exposer/service.proto#L47
+ * `/create_channel` endpoint: Supports post request. Proto defination: https://github.com/hyperweb-io/starship/blob/main/starship/proto/exposer/service.proto#L47
One can use the exposer endpoint on the relayer to create channel from outside.
Note: Still an experimental feature on exposer
diff --git a/docs/pages/get-started/step-3.mdx b/docs/pages/get-started/step-3.mdx
index d67e296ad..65f4a46d1 100644
--- a/docs/pages/get-started/step-3.mdx
+++ b/docs/pages/get-started/step-3.mdx
@@ -55,7 +55,7 @@ registry:
```
Above configuration would use around 4 CPUs and 4GB of RAM.
-If you are constrained on resources, checkout the next step for [`tiny-starship.yaml`](https://github.com/cosmology-tech/starship/blob/main/examples/getting-started/configs/tiny-starship.yaml)
+If you are constrained on resources, checkout the next step for [`tiny-starship.yaml`](https://github.com/hyperweb-io/starship/blob/main/examples/getting-started/configs/tiny-starship.yaml)
Documentation has more details on the configuration options and how to reduce the resource usage.
For the tutorial we will keep it simple.
diff --git a/docs/pages/index.mdx b/docs/pages/index.mdx
index 350f9957a..cc57543f1 100644
--- a/docs/pages/index.mdx
+++ b/docs/pages/index.mdx
@@ -18,15 +18,15 @@ import React from "react";
paddingTop: '12px'
}}>
-
+
@@ -48,7 +48,7 @@ Starship is a unified development environment that allows Cosmos developers to s
and write end-to-end test cases
-Go to the [Official Project](https://github.com/cosmology-tech/starship) (👷♀️in progress...).
+Go to the [Official Project](https://github.com/hyperweb-io/starship) (👷♀️in progress...).
## Quick Start Guide
### Prerequisites
@@ -150,15 +150,15 @@ Persistence Core chain using Starship to test chain upgrades. (Run in CI/CD)
## Examples
-### [CosmJS based e2e testing](https://github.com/cosmology-tech/starship/tree/main/examples/osmojs)
+### [CosmJS based e2e testing](https://github.com/hyperweb-io/starship/tree/main/examples/osmojs)
Setup chain multiple chains, write e2e tests for governance, staking and osmosis specific txns.
Run tests with JS using CosmJS.
Run tests with Golang
-### [Chain Upgrade E2E test](https://github.com/cosmology-tech/starship/tree/main/examples/upgrade-test)
+### [Chain Upgrade E2E test](https://github.com/hyperweb-io/starship/tree/main/examples/upgrade-test)
Setup chain with cosmovisor setup with different chain version binaries.
Run tests with Golang
-### [Multi chain setup](https://github.com/cosmology-tech/starship/blob/main/examples/multi-chain/config.yaml)
+### [Multi chain setup](https://github.com/hyperweb-io/starship/blob/main/examples/multi-chain/config.yaml)
Multi chain setup with 3 chains, 2 relayers between the chain, explorer and registry
diff --git a/docs/theme.config.js b/docs/theme.config.js
index dbc7c415f..870b43338 100644
--- a/docs/theme.config.js
+++ b/docs/theme.config.js
@@ -49,10 +49,10 @@ export default {
link: "https://discord.gg/6hy8KQ9aJY",
},
project: {
- link: "https://github.com/cosmology-tech/starship",
+ link: "https://github.com/hyperweb-io/starship",
},
docsRepositoryBase:
- "https://github.com/cosmology-tech/starship/tree/main/docs",
+ "https://github.com/hyperweb-io/starship/tree/main/docs",
editLink: {
text: "Edit this page on GitHub",
},
diff --git a/examples/getting-started/scripts/port-forward.sh b/examples/getting-started/scripts/port-forward.sh
index be203cd8b..587a92871 100755
--- a/examples/getting-started/scripts/port-forward.sh
+++ b/examples/getting-started/scripts/port-forward.sh
@@ -55,7 +55,7 @@ if [[ $num_chains -lt 0 ]]; then
fi
for i in $(seq 0 $num_chains); do
# derive chain pod name from chain id
- # https://github.com/cosmology-tech/starship/blob/main/charts/devnet/templates/_helpers.tpl#L56
+ # https://github.com/hyperweb-io/starship/blob/main/charts/devnet/templates/_helpers.tpl#L56
chain=$(yq -r ".chains[$i].name" ${CONFIGFILE} )
chain=${chain/_/"-"}
localrpc=$(yq -r ".chains[$i].ports.rpc" ${CONFIGFILE} )
diff --git a/examples/injective/scripts/port-forward.sh b/examples/injective/scripts/port-forward.sh
index be203cd8b..587a92871 100755
--- a/examples/injective/scripts/port-forward.sh
+++ b/examples/injective/scripts/port-forward.sh
@@ -55,7 +55,7 @@ if [[ $num_chains -lt 0 ]]; then
fi
for i in $(seq 0 $num_chains); do
# derive chain pod name from chain id
- # https://github.com/cosmology-tech/starship/blob/main/charts/devnet/templates/_helpers.tpl#L56
+ # https://github.com/hyperweb-io/starship/blob/main/charts/devnet/templates/_helpers.tpl#L56
chain=$(yq -r ".chains[$i].name" ${CONFIGFILE} )
chain=${chain/_/"-"}
localrpc=$(yq -r ".chains[$i].ports.rpc" ${CONFIGFILE} )
diff --git a/examples/multi-chain/scripts/port-forward.sh b/examples/multi-chain/scripts/port-forward.sh
index be203cd8b..587a92871 100755
--- a/examples/multi-chain/scripts/port-forward.sh
+++ b/examples/multi-chain/scripts/port-forward.sh
@@ -55,7 +55,7 @@ if [[ $num_chains -lt 0 ]]; then
fi
for i in $(seq 0 $num_chains); do
# derive chain pod name from chain id
- # https://github.com/cosmology-tech/starship/blob/main/charts/devnet/templates/_helpers.tpl#L56
+ # https://github.com/hyperweb-io/starship/blob/main/charts/devnet/templates/_helpers.tpl#L56
chain=$(yq -r ".chains[$i].name" ${CONFIGFILE} )
chain=${chain/_/"-"}
localrpc=$(yq -r ".chains[$i].ports.rpc" ${CONFIGFILE} )
diff --git a/examples/neutron/README.md b/examples/neutron/README.md
index 8d3f9a8fb..91c12776f 100644
--- a/examples/neutron/README.md
+++ b/examples/neutron/README.md
@@ -74,7 +74,7 @@ Present in `configs/`, are multiple versions of the similar infra, tweaked to be
* `configs/devnet.yaml`: Supposed to be run on a larger k8s cluster, with more resources and number of validators
* `configs/ci.yaml`: Limited resources on the GH-Action runner, can be adapted for with reducing cpu,memory allocated
-> Note: For running this in the CI, have a look at [starship-action](https://github.com/cosmology-tech/starship-action)
+> Note: For running this in the CI, have a look at [starship-action](https://github.com/hyperweb-io/starship-action)
Examples of running Starship in the CI can be found here:
* [cosmos-sdk](https://github.com/cosmos/cosmos-sdk/blob/main/.github/workflows/starship-tests.yml)
diff --git a/examples/neutron/scripts/port-forward.sh b/examples/neutron/scripts/port-forward.sh
index cd2d780c8..589fef1d6 100755
--- a/examples/neutron/scripts/port-forward.sh
+++ b/examples/neutron/scripts/port-forward.sh
@@ -56,7 +56,7 @@ if [[ $num_chains -lt 0 ]]; then
fi
for i in $(seq 0 $num_chains); do
# derive chain pod name from chain id
- # https://github.com/cosmology-tech/starship/blob/main/charts/devnet/templates/_helpers.tpl#L56
+ # https://github.com/hyperweb-io/starship/blob/main/charts/devnet/templates/_helpers.tpl#L56
chain=$(yq -r ".chains[$i].name" ${CONFIGFILE} )
chain=${chain/_/"-"}
localrpc=$(yq -r ".chains[$i].ports.rpc" ${CONFIGFILE} )
diff --git a/examples/upgrade-test/go.mod b/examples/upgrade-test/go.mod
index 0cfa32c1b..36289ad59 100644
--- a/examples/upgrade-test/go.mod
+++ b/examples/upgrade-test/go.mod
@@ -5,7 +5,7 @@ go 1.21
replace github.com/strangelove-ventures/lens => github.com/Anmol1696/lens v0.1.1-0.20230331154219-5027f163133a
require (
- github.com/cosmology-tech/starship/clients/go/client v0.0.0-20230502170738-1ab63f187c7c
+ github.com/hyperweb-io/starship/clients/go/client v0.0.0-20230502170738-1ab63f187c7c
github.com/cosmos/cosmos-sdk v0.47.0-rc2
github.com/cosmos/ibc-go/v7 v7.0.0-rc0
github.com/stretchr/testify v1.8.4
@@ -42,7 +42,7 @@ require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/chzyer/readline v1.5.1 // indirect
github.com/confio/ics23/go v0.9.0 // indirect
- github.com/cosmology-tech/starship/registry v0.0.0-20230502113025-a30015992e4d // indirect
+ github.com/hyperweb-io/starship/registry v0.0.0-20230502113025-a30015992e4d // indirect
github.com/cosmos/btcutil v1.0.5 // indirect
github.com/cosmos/cosmos-proto v1.0.0-beta.2 // indirect
github.com/cosmos/go-bip39 v1.0.0 // indirect
diff --git a/examples/upgrade-test/go.sum b/examples/upgrade-test/go.sum
index 0975842ba..d5addf4d0 100644
--- a/examples/upgrade-test/go.sum
+++ b/examples/upgrade-test/go.sum
@@ -315,10 +315,10 @@ github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7/go.mod h1:F5haX7
github.com/coreos/go-systemd/v22 v22.3.2/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
github.com/coreos/go-systemd/v22 v22.3.3-0.20220203105225-a9a7ef127534/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
github.com/coreos/pkg v0.0.0-20160727233714-3ac0863d7acf/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA=
-github.com/cosmology-tech/starship/clients/go/client v0.0.0-20230502170738-1ab63f187c7c h1:ObWS5y64vzXGIP4jQ5SKD9Z1VGAjzKlcEGyPZMPHm0w=
-github.com/cosmology-tech/starship/clients/go/client v0.0.0-20230502170738-1ab63f187c7c/go.mod h1:pOACMYDjfEfJnu/mmWoE0cv9Zr1ynTHBCsSWkjJmB+E=
-github.com/cosmology-tech/starship/registry v0.0.0-20230502113025-a30015992e4d h1:ucGr+apIuMAa2IH48q3stxwYLJGK9WPhbeQJHfp/3dM=
-github.com/cosmology-tech/starship/registry v0.0.0-20230502113025-a30015992e4d/go.mod h1:MIVFVHuDlGz4OI6kDfUp/+cqGFrmeESBnuaaMSZJpjY=
+github.com/hyperweb-io/starship/clients/go/client v0.0.0-20230502170738-1ab63f187c7c h1:ObWS5y64vzXGIP4jQ5SKD9Z1VGAjzKlcEGyPZMPHm0w=
+github.com/hyperweb-io/starship/clients/go/client v0.0.0-20230502170738-1ab63f187c7c/go.mod h1:pOACMYDjfEfJnu/mmWoE0cv9Zr1ynTHBCsSWkjJmB+E=
+github.com/hyperweb-io/starship/registry v0.0.0-20230502113025-a30015992e4d h1:ucGr+apIuMAa2IH48q3stxwYLJGK9WPhbeQJHfp/3dM=
+github.com/hyperweb-io/starship/registry v0.0.0-20230502113025-a30015992e4d/go.mod h1:MIVFVHuDlGz4OI6kDfUp/+cqGFrmeESBnuaaMSZJpjY=
github.com/cosmos/btcutil v1.0.5 h1:t+ZFcX77LpKtDBhjucvnOH8C2l2ioGsBNEQ3jef8xFk=
github.com/cosmos/btcutil v1.0.5/go.mod h1:IyB7iuqZMJlthe2tkIFL33xPyzbFYP0XVdS8P5lUPis=
github.com/cosmos/cosmos-proto v1.0.0-beta.2 h1:X3OKvWgK9Gsejo0F1qs5l8Qn6xJV/AzgIWR2wZ8Nua8=
diff --git a/examples/upgrade-test/suite.go b/examples/upgrade-test/suite.go
index 4e589acc3..e542cf998 100644
--- a/examples/upgrade-test/suite.go
+++ b/examples/upgrade-test/suite.go
@@ -17,7 +17,7 @@ import (
"go.uber.org/zap"
"gopkg.in/yaml.v3"
- starship "github.com/cosmology-tech/starship/clients/go/client"
+ starship "github.com/hyperweb-io/starship/clients/go/client"
)
var configFile = "./config.yaml"
diff --git a/starship/charts/devnet/Chart.yaml b/starship/charts/devnet/Chart.yaml
index 7e9f62da4..e30ac0eff 100644
--- a/starship/charts/devnet/Chart.yaml
+++ b/starship/charts/devnet/Chart.yaml
@@ -26,4 +26,4 @@ appVersion: "0.1.1"
# Maintainers for this
maintainers:
- name: Starship
- url: https://github.com/cosmology-tech/starship
+ url: https://github.com/hyperweb-io/starship
diff --git a/starship/charts/devnet/defaults.yaml b/starship/charts/devnet/defaults.yaml
index b8e04510f..70ba71a34 100644
--- a/starship/charts/devnet/defaults.yaml
+++ b/starship/charts/devnet/defaults.yaml
@@ -729,7 +729,7 @@ defaultChains:
coins: 100000000000000uhyper
hdPath: m/44'/118'/0'/0/0
coinType: 118
- repo: https://github.com/cosmology-tech/jsd
+ repo: https://github.com/hyperweb-io/jsd
assets:
- base: uhyper
description: "The meme coin for Hyperweb chain."
diff --git a/starship/charts/devnet/values.yaml b/starship/charts/devnet/values.yaml
index b4adfe61d..b7249ca50 100644
--- a/starship/charts/devnet/values.yaml
+++ b/starship/charts/devnet/values.yaml
@@ -64,7 +64,7 @@ chains: []
# # if not mentioned will use the default directive
# # faucet directive will instruct the chart to deploy a certain version
# # of the cosmjs-faucet with the chain. Make sure to use a version compatible
- # # with the chain version. Available images: https://github.com/cosmology-tech/starship/pkgs/container/starship%2Fcosmjs-faucet
+ # # with the chain version. Available images: https://github.com/hyperweb-io/starship/pkgs/container/starship%2Fcosmjs-faucet
# image:
# ports:
# rpc: 26653
diff --git a/starship/cmd/starship/go.mod b/starship/cmd/starship/go.mod
index fbdaf052b..39bd4392d 100644
--- a/starship/cmd/starship/go.mod
+++ b/starship/cmd/starship/go.mod
@@ -1,4 +1,4 @@
-module github.com/cosmology-tech/starship/starship/cmd/starship
+module github.com/hyperweb-io/starship/starship/cmd/starship
go 1.21
diff --git a/starship/docker/chains/Dockerfile b/starship/docker/chains/Dockerfile
index 9e8870f57..67784828f 100644
--- a/starship/docker/chains/Dockerfile
+++ b/starship/docker/chains/Dockerfile
@@ -4,7 +4,7 @@ FROM ${BASE_IMAGE}:${VERSION} AS source
FROM alpine:3.17
-LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship"
+LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship"
COPY --from=source /bin /usr/bin
COPY --from=source /lib /usr/lib
diff --git a/starship/docker/chains/Dockerfile.base b/starship/docker/chains/Dockerfile.base
index 7a34fa448..d32d79458 100644
--- a/starship/docker/chains/Dockerfile.base
+++ b/starship/docker/chains/Dockerfile.base
@@ -2,7 +2,7 @@ ARG BASE_IMAGE
ARG VERSION
FROM ${BASE_IMAGE}:${VERSION}
-LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship"
+LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship"
# Set up dependencies
ENV PACKAGES curl make bash jq sed
diff --git a/starship/docker/chains/Dockerfile.eth-beacon b/starship/docker/chains/Dockerfile.eth-beacon
index d8c98a8ea..d0ceadc98 100644
--- a/starship/docker/chains/Dockerfile.eth-beacon
+++ b/starship/docker/chains/Dockerfile.eth-beacon
@@ -1,6 +1,6 @@
FROM golang:1.22.0-bullseye
-LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship"
+LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship"
# Set up dependencies
ENV PACKAGES curl make bash jq sed
diff --git a/starship/docker/chains/Dockerfile.eth-prysmctl b/starship/docker/chains/Dockerfile.eth-prysmctl
index 3ffd3c004..79a2d89f7 100644
--- a/starship/docker/chains/Dockerfile.eth-prysmctl
+++ b/starship/docker/chains/Dockerfile.eth-prysmctl
@@ -1,6 +1,6 @@
FROM golang:1.22.0-bullseye
-LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship"
+LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship"
# Set up dependencies
ENV PACKAGES curl make bash jq sed
diff --git a/starship/docker/chains/Dockerfile.eth-validator b/starship/docker/chains/Dockerfile.eth-validator
index 266c69216..9137dd12f 100644
--- a/starship/docker/chains/Dockerfile.eth-validator
+++ b/starship/docker/chains/Dockerfile.eth-validator
@@ -1,6 +1,6 @@
FROM golang:1.22.0-bullseye
-LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship"
+LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship"
# Set up dependencies
ENV PACKAGES curl make bash jq sed
diff --git a/starship/docker/chains/Dockerfile.injective b/starship/docker/chains/Dockerfile.injective
index 757f9408f..c4dbeb8e6 100644
--- a/starship/docker/chains/Dockerfile.injective
+++ b/starship/docker/chains/Dockerfile.injective
@@ -4,7 +4,7 @@ FROM ${BASE_IMAGE}:${VERSION} AS source
FROM alpine:3.17
-LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship"
+LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship"
COPY --from=source /usr/local/bin/injectived /usr/bin
diff --git a/starship/docker/chains/Dockerfile.union b/starship/docker/chains/Dockerfile.union
index 9dedd63e9..5e7f0c0c2 100644
--- a/starship/docker/chains/Dockerfile.union
+++ b/starship/docker/chains/Dockerfile.union
@@ -4,7 +4,7 @@ FROM ${BASE_IMAGE}:${VERSION} AS source
FROM alpine:3.17
-LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship"
+LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship"
COPY --from=source /nix/store/*/bin/uniond /usr/bin
diff --git a/starship/docker/explorers/ping-pub/Dockerfile b/starship/docker/explorers/ping-pub/Dockerfile
index 4405f8ee9..f2df06d3e 100644
--- a/starship/docker/explorers/ping-pub/Dockerfile
+++ b/starship/docker/explorers/ping-pub/Dockerfile
@@ -3,7 +3,7 @@ ARG VERSION
FROM ${BASE_IMAGE}
-LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship"
+LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship"
ENV CODE_NAME="explorer"
ENV VERSION=${VERSION:-"refs/heads/master"}
diff --git a/starship/docker/faucet/cosmjs-faucet/Dockerfile b/starship/docker/faucet/cosmjs-faucet/Dockerfile
index c20320f58..def99bca4 100644
--- a/starship/docker/faucet/cosmjs-faucet/Dockerfile
+++ b/starship/docker/faucet/cosmjs-faucet/Dockerfile
@@ -6,7 +6,7 @@ ARG VERSION
ENV CODE_REF="https://github.com/cosmos/cosmjs/archive/refs/tags/${VERSION}.tar.gz"
-LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship"
+LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship"
WORKDIR /app
diff --git a/starship/docker/relayers/go-relayer/Dockerfile b/starship/docker/relayers/go-relayer/Dockerfile
index 3ae5c534d..676c9978f 100644
--- a/starship/docker/relayers/go-relayer/Dockerfile
+++ b/starship/docker/relayers/go-relayer/Dockerfile
@@ -4,7 +4,7 @@ FROM ${BASE_IMAGE}:${VERSION} as base
FROM alpine:3.17
-LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship"
+LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship"
# Set up dependencies
ENV PACKAGES --update ca-certificates curl make bash jq sed
diff --git a/starship/docker/relayers/hermes/Dockerfile b/starship/docker/relayers/hermes/Dockerfile
index 2a16cfb51..82bc012b5 100644
--- a/starship/docker/relayers/hermes/Dockerfile
+++ b/starship/docker/relayers/hermes/Dockerfile
@@ -2,7 +2,7 @@ ARG BASE_IMAGE
ARG VERSION
FROM ${BASE_IMAGE}:${VERSION}
-LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship"
+LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship"
USER root
diff --git a/starship/docker/relayers/neutron-query-relayer/Dockerfile b/starship/docker/relayers/neutron-query-relayer/Dockerfile
index 319a92147..acf7adb9b 100644
--- a/starship/docker/relayers/neutron-query-relayer/Dockerfile
+++ b/starship/docker/relayers/neutron-query-relayer/Dockerfile
@@ -2,7 +2,7 @@ ARG BASE_IMAGE
ARG VERSION
FROM ${BASE_IMAGE} as builder
-LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship"
+LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship"
USER root
diff --git a/starship/docker/relayers/ts-relayer/Dockerfile b/starship/docker/relayers/ts-relayer/Dockerfile
index 1afbe3ecd..c04d1e24c 100644
--- a/starship/docker/relayers/ts-relayer/Dockerfile
+++ b/starship/docker/relayers/ts-relayer/Dockerfile
@@ -2,7 +2,7 @@ ARG BASE_IMAGE
ARG VERSION
FROM ${BASE_IMAGE}
-LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship"
+LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship"
# Set up dependencies
ENV PACKAGES curl make bash jq sed
diff --git a/starship/docker/starship/base/Dockerfile b/starship/docker/starship/base/Dockerfile
index 401abb14b..c384ce165 100644
--- a/starship/docker/starship/base/Dockerfile
+++ b/starship/docker/starship/base/Dockerfile
@@ -1,6 +1,6 @@
FROM alpine:3.17
-LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship"
+LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship"
# Set up dependencies
ENV PACKAGES --update ca-certificates curl make bash jq sed
diff --git a/starship/docker/starship/base/Dockerfile.arm64 b/starship/docker/starship/base/Dockerfile.arm64
index 83453ce2f..0e4184831 100644
--- a/starship/docker/starship/base/Dockerfile.arm64
+++ b/starship/docker/starship/base/Dockerfile.arm64
@@ -1,6 +1,6 @@
FROM arm64v8/alpine:3.17
-LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship"
+LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship"
# Set up dependencies
ENV PACKAGES --update ca-certificates curl make bash jq sed
diff --git a/starship/docker/starship/builder/Dockerfile b/starship/docker/starship/builder/Dockerfile
index 7e71362a4..941cd6620 100644
--- a/starship/docker/starship/builder/Dockerfile
+++ b/starship/docker/starship/builder/Dockerfile
@@ -1,6 +1,6 @@
FROM golang:1.21-alpine3.17
-LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship"
+LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship"
# Set up dependencies
ENV PACKAGES curl unzip make git libusb-dev libc-dev bash gcc linux-headers eudev-dev python3 musl-dev
diff --git a/starship/docker/starship/runner/Dockerfile b/starship/docker/starship/runner/Dockerfile
index 1bcfad8af..05c851890 100644
--- a/starship/docker/starship/runner/Dockerfile
+++ b/starship/docker/starship/runner/Dockerfile
@@ -4,7 +4,7 @@ RUN go install github.com/cosmos/cosmos-sdk/cosmovisor/cmd/cosmovisor@v1.0.0
FROM alpine:3.17
-LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship"
+LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship"
COPY --from=go-builder /go/bin/cosmovisor /usr/bin/
diff --git a/starship/exposer/Dockerfile b/starship/exposer/Dockerfile
index 3c5a72481..f8618e050 100644
--- a/starship/exposer/Dockerfile
+++ b/starship/exposer/Dockerfile
@@ -1,6 +1,6 @@
FROM golang:1.21-alpine3.17 AS builder
-LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship"
+LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship"
WORKDIR /usr/local/app
diff --git a/starship/exposer/app.go b/starship/exposer/app.go
index 869be6211..9d3491797 100644
--- a/starship/exposer/app.go
+++ b/starship/exposer/app.go
@@ -20,7 +20,7 @@ import (
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
- pb "github.com/cosmology-tech/starship/exposer/exposer"
+ pb "github.com/hyperweb-io/starship/exposer/exposer"
)
type AppServer struct {
diff --git a/starship/exposer/go.mod b/starship/exposer/go.mod
index 3818c0f77..fe9fae2a5 100644
--- a/starship/exposer/go.mod
+++ b/starship/exposer/go.mod
@@ -1,4 +1,4 @@
-module github.com/cosmology-tech/starship/exposer
+module github.com/hyperweb-io/starship/exposer
go 1.21
diff --git a/starship/exposer/handler_chain.go b/starship/exposer/handler_chain.go
index b015f2f4e..bcaa7ab2e 100644
--- a/starship/exposer/handler_chain.go
+++ b/starship/exposer/handler_chain.go
@@ -14,7 +14,7 @@ import (
"google.golang.org/protobuf/types/known/emptypb"
"google.golang.org/protobuf/types/known/structpb"
- pb "github.com/cosmology-tech/starship/exposer/exposer"
+ pb "github.com/hyperweb-io/starship/exposer/exposer"
)
func fetchNodeStatus(url string) (*pb.Status, error) {
diff --git a/starship/exposer/handler_relayer.go b/starship/exposer/handler_relayer.go
index f8694d6af..802fca81b 100644
--- a/starship/exposer/handler_relayer.go
+++ b/starship/exposer/handler_relayer.go
@@ -5,7 +5,7 @@ import (
"fmt"
"go.uber.org/zap"
- pb "github.com/cosmology-tech/starship/exposer/exposer"
+ pb "github.com/hyperweb-io/starship/exposer/exposer"
)
// CreateChannel function runs the hermes command to create a channel between 2 given chains
diff --git a/starship/faucet/Dockerfile b/starship/faucet/Dockerfile
index 548d238fb..cf86d8f89 100644
--- a/starship/faucet/Dockerfile
+++ b/starship/faucet/Dockerfile
@@ -1,6 +1,6 @@
FROM golang:1.21-alpine3.17 AS builder
-LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship"
+LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship"
WORKDIR /usr/local/app
diff --git a/starship/faucet/app.go b/starship/faucet/app.go
index e621a050d..b0b264343 100644
--- a/starship/faucet/app.go
+++ b/starship/faucet/app.go
@@ -21,7 +21,7 @@ import (
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
- pb "github.com/cosmology-tech/starship/faucet/faucet"
+ pb "github.com/hyperweb-io/starship/faucet/faucet"
)
type AppServer struct {
diff --git a/starship/faucet/distributor.go b/starship/faucet/distributor.go
index 46cdc4b47..2799cb589 100644
--- a/starship/faucet/distributor.go
+++ b/starship/faucet/distributor.go
@@ -11,7 +11,7 @@ import (
"go.uber.org/zap"
- pb "github.com/cosmology-tech/starship/faucet/faucet"
+ pb "github.com/hyperweb-io/starship/faucet/faucet"
)
// Distributor holds all functions for performing various actions
diff --git a/starship/faucet/go.mod b/starship/faucet/go.mod
index c4a092b4e..11b9a63a0 100644
--- a/starship/faucet/go.mod
+++ b/starship/faucet/go.mod
@@ -1,4 +1,4 @@
-module github.com/cosmology-tech/starship/faucet
+module github.com/hyperweb-io/starship/faucet
go 1.21
diff --git a/starship/faucet/handler.go b/starship/faucet/handler.go
index 08bf0d678..37da037dc 100644
--- a/starship/faucet/handler.go
+++ b/starship/faucet/handler.go
@@ -5,7 +5,7 @@ import (
"google.golang.org/protobuf/types/known/emptypb"
- pb "github.com/cosmology-tech/starship/faucet/faucet"
+ pb "github.com/hyperweb-io/starship/faucet/faucet"
)
func (a *AppServer) Status(ctx context.Context, _ *emptypb.Empty) (*pb.State, error) {
diff --git a/starship/go.work.sum b/starship/go.work.sum
index fbee89dcf..9b1e3b9fb 100644
--- a/starship/go.work.sum
+++ b/starship/go.work.sum
@@ -1038,7 +1038,7 @@ github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e h1:Wf6HqHfScWJN9
github.com/coreos/go-systemd/v22 v22.5.0 h1:RrqgGjYQKalulkV8NGVIfkXQf6YYmOyiJKk8iXXhfZs=
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f h1:lBNOc5arjvs8E5mO2tbpBpLoyyu8B6e44T7hJy6potg=
-github.com/cosmology-tech/starship/clients/go/client v0.0.0-20230502162329-2a494ec17c92/go.mod h1:6xe98ICSf61ZpvXF9tWh0N9jDz+mY/JjUUoeiS0T7Z8=
+github.com/hyperweb-io/starship/clients/go/client v0.0.0-20230502162329-2a494ec17c92/go.mod h1:6xe98ICSf61ZpvXF9tWh0N9jDz+mY/JjUUoeiS0T7Z8=
github.com/cosmos/cosmos-db v0.0.0-20221226095112-f3c38ecb5e32 h1:zlCp9n3uwQieELltZWHRmwPmPaZ8+XoL2Sj+A2YJlr8=
github.com/cosmos/cosmos-db v0.0.0-20221226095112-f3c38ecb5e32/go.mod h1:kwMlEC4wWvB48zAShGKVqboJL6w4zCLesaNQ3YLU2BQ=
github.com/cosmos/cosmos-proto v1.0.0-beta.1/go.mod h1:8k2GNZghi5sDRFw/scPL8gMSowT1vDA+5ouxL8GjaUE=
diff --git a/starship/proto/buf.gen.yaml b/starship/proto/buf.gen.yaml
index 79ffff07d..cf8a53084 100644
--- a/starship/proto/buf.gen.yaml
+++ b/starship/proto/buf.gen.yaml
@@ -2,7 +2,7 @@ version: v1
managed:
enabled: true
go_package_prefix:
- default: github.com/cosmology-tech/starship
+ default: github.com/hyperweb-io/starship
except:
- buf.build/googleapis/googleapis
plugins:
diff --git a/starship/proto/exposer/mnemonic.proto b/starship/proto/exposer/mnemonic.proto
index d9fb44f13..d710e278c 100644
--- a/starship/proto/exposer/mnemonic.proto
+++ b/starship/proto/exposer/mnemonic.proto
@@ -1,7 +1,7 @@
syntax = "proto3";
package exposer;
-option go_package = "github.com/cosmology-tech/starship/exposer/exposer";
+option go_package = "github.com/hyperweb-io/starship/exposer/exposer";
message Mnemonic {
string name = 1;
diff --git a/starship/proto/exposer/node.proto b/starship/proto/exposer/node.proto
index d04472bc5..2b229e91c 100644
--- a/starship/proto/exposer/node.proto
+++ b/starship/proto/exposer/node.proto
@@ -1,7 +1,7 @@
syntax = "proto3";
package exposer;
-option go_package = "github.com/cosmology-tech/starship/exposer/exposer";
+option go_package = "github.com/hyperweb-io/starship/exposer/exposer";
message Status {
message Result {
diff --git a/starship/proto/exposer/service.proto b/starship/proto/exposer/service.proto
index 55ba7e0f9..61c95a85d 100644
--- a/starship/proto/exposer/service.proto
+++ b/starship/proto/exposer/service.proto
@@ -10,7 +10,7 @@ import "google/protobuf/descriptor.proto";
import "exposer/mnemonic.proto";
import "exposer/node.proto";
-option go_package = "github.com/cosmology-tech/starship/exposer/exposer";
+option go_package = "github.com/hyperweb-io/starship/exposer/exposer";
// Interface for service
service Exposer {
diff --git a/starship/proto/faucet/service.proto b/starship/proto/faucet/service.proto
index 282e158ed..e4917f9e2 100644
--- a/starship/proto/faucet/service.proto
+++ b/starship/proto/faucet/service.proto
@@ -7,7 +7,7 @@ import "google/protobuf/descriptor.proto";
import "faucet/status.proto";
-option go_package = "github.com/cosmology-tech/starship/faucet/faucet";
+option go_package = "github.com/hyperweb-io/starship/faucet/faucet";
// Interface for service
service Faucet {
diff --git a/starship/proto/faucet/status.proto b/starship/proto/faucet/status.proto
index a5d5d2074..9fa26c118 100644
--- a/starship/proto/faucet/status.proto
+++ b/starship/proto/faucet/status.proto
@@ -3,7 +3,7 @@ package faucet;
import "google/protobuf/descriptor.proto";
-option go_package = "github.com/cosmology-tech/starship/faucet/faucet";
+option go_package = "github.com/hyperweb-io/starship/faucet/faucet";
message Coin {
string denom = 1 [json_name = "denom"];
diff --git a/starship/proto/registry/chain.proto b/starship/proto/registry/chain.proto
index 7b202e948..63bc686c7 100644
--- a/starship/proto/registry/chain.proto
+++ b/starship/proto/registry/chain.proto
@@ -3,7 +3,7 @@ package registry;
import "google/protobuf/descriptor.proto";
-option go_package = "github.com/cosmology-tech/starship/registry/registry";
+option go_package = "github.com/hyperweb-io/starship/registry/registry";
message Fee_tokens {
string denom = 1 [json_name = "denom"];
diff --git a/starship/proto/registry/ibc.proto b/starship/proto/registry/ibc.proto
index 195691867..f016a21c8 100644
--- a/starship/proto/registry/ibc.proto
+++ b/starship/proto/registry/ibc.proto
@@ -3,7 +3,7 @@ package registry;
import "google/protobuf/descriptor.proto";
-option go_package = "github.com/cosmology-tech/starship/registry/registry";
+option go_package = "github.com/hyperweb-io/starship/registry/registry";
message IBCChain {
string chain_name = 1 [json_name = "chain_name"];
diff --git a/starship/proto/registry/mnemonic.proto b/starship/proto/registry/mnemonic.proto
index f6c01e570..3626fb2b8 100644
--- a/starship/proto/registry/mnemonic.proto
+++ b/starship/proto/registry/mnemonic.proto
@@ -1,7 +1,7 @@
syntax = "proto3";
package registry;
-option go_package = "github.com/cosmology-tech/starship/registry/registry";
+option go_package = "github.com/hyperweb-io/starship/registry/registry";
message Mnemonic {
string name = 1;
diff --git a/starship/proto/registry/service.proto b/starship/proto/registry/service.proto
index 6a2a7f6bf..9a882cca5 100644
--- a/starship/proto/registry/service.proto
+++ b/starship/proto/registry/service.proto
@@ -9,7 +9,7 @@ import "registry/chain.proto";
import "registry/ibc.proto";
import "registry/mnemonic.proto";
-option go_package = "github.com/cosmology-tech/starship/registry/registry";
+option go_package = "github.com/hyperweb-io/starship/registry/registry";
// Interface for service
service Registry {
diff --git a/starship/registry/Dockerfile b/starship/registry/Dockerfile
index d7afabf92..6f31f968c 100644
--- a/starship/registry/Dockerfile
+++ b/starship/registry/Dockerfile
@@ -1,6 +1,6 @@
FROM golang:1.21-alpine3.17 AS builder
-LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship"
+LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship"
WORKDIR /usr/local/app
diff --git a/starship/registry/app.go b/starship/registry/app.go
index 6c0808c71..0dae34d62 100644
--- a/starship/registry/app.go
+++ b/starship/registry/app.go
@@ -20,7 +20,7 @@ import (
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
- pb "github.com/cosmology-tech/starship/registry/registry"
+ pb "github.com/hyperweb-io/starship/registry/registry"
)
type AppServer struct {
diff --git a/starship/registry/chain.go b/starship/registry/chain.go
index 9341b432b..71e0263aa 100644
--- a/starship/registry/chain.go
+++ b/starship/registry/chain.go
@@ -8,7 +8,7 @@ import (
"strings"
"sync"
- pb "github.com/cosmology-tech/starship/registry/registry"
+ pb "github.com/hyperweb-io/starship/registry/registry"
clienttypes "github.com/cosmos/ibc-go/v7/modules/core/02-client/types"
"github.com/cosmos/ibc-go/v7/modules/core/exported"
ibctm "github.com/cosmos/ibc-go/v7/modules/light-clients/07-tendermint"
diff --git a/starship/registry/go.mod b/starship/registry/go.mod
index 4d7438812..0bc27d5bd 100644
--- a/starship/registry/go.mod
+++ b/starship/registry/go.mod
@@ -1,4 +1,4 @@
-module github.com/cosmology-tech/starship/registry
+module github.com/hyperweb-io/starship/registry
go 1.21
diff --git a/starship/registry/handler.go b/starship/registry/handler.go
index 19d0d9b5a..26e712037 100644
--- a/starship/registry/handler.go
+++ b/starship/registry/handler.go
@@ -14,7 +14,7 @@ import (
"github.com/golang/protobuf/proto"
"google.golang.org/protobuf/types/known/emptypb"
- pb "github.com/cosmology-tech/starship/registry/registry"
+ pb "github.com/hyperweb-io/starship/registry/registry"
)
func readJSONFile(file string) (map[string]interface{}, error) {
diff --git a/starship/registry/model.go b/starship/registry/model.go
index d7a5fce70..971ef2b0e 100644
--- a/starship/registry/model.go
+++ b/starship/registry/model.go
@@ -1,7 +1,7 @@
package main
import (
- pb "github.com/cosmology-tech/starship/registry/registry"
+ pb "github.com/hyperweb-io/starship/registry/registry"
"sort"
"strings"
)
diff --git a/starship/scripts/port-forward.sh b/starship/scripts/port-forward.sh
index 8630e678c..2983ed887 100755
--- a/starship/scripts/port-forward.sh
+++ b/starship/scripts/port-forward.sh
@@ -58,7 +58,7 @@ num_chains=$(yq -r ".chains | length - 1" ${CONFIGFILE})
if [[ $num_chains -gt -1 ]]; then
for i in $(seq 0 $num_chains); do
# derive chain pod name from chain id
- # https://github.com/cosmology-tech/starship/blob/main/charts/devnet/templates/_helpers.tpl#L56
+ # https://github.com/hyperweb-io/starship/blob/main/charts/devnet/templates/_helpers.tpl#L56
chain=$(yq -r ".chains[$i].id" ${CONFIGFILE} )
chain=${chain/_/"-"}
localrpc=$(yq -r ".chains[$i].ports.rpc" ${CONFIGFILE} )
@@ -91,7 +91,7 @@ num_relayers=$(yq -r ".relayers | length - 1" ${CONFIGFILE})
if [[ $num_relayers -gt -1 ]]; then
for i in $(seq 0 $num_relayers); do
# derive chain pod name from chain id
- # https://github.com/cosmology-tech/starship/blob/main/charts/devnet/templates/_helpers.tpl#L56
+ # https://github.com/hyperweb-io/starship/blob/main/charts/devnet/templates/_helpers.tpl#L56
relayer=$(yq -r ".relayers[$i].name" ${CONFIGFILE} )
relayer=$(yq -r ".relayers[$i].type" ${CONFIGFILE} )-${relayer/_/"-"}
localrest=$(yq -r ".relayers[$i].ports.rest" ${CONFIGFILE} )
diff --git a/starship/tests/e2e/e2e_test.go b/starship/tests/e2e/e2e_test.go
index 91e7e8f0f..f500e83cf 100644
--- a/starship/tests/e2e/e2e_test.go
+++ b/starship/tests/e2e/e2e_test.go
@@ -14,7 +14,7 @@ import (
"go.uber.org/zap"
"gopkg.in/yaml.v3"
- pb "github.com/cosmology-tech/starship/exposer/exposer"
+ pb "github.com/hyperweb-io/starship/exposer/exposer"
)
var configEnvKey = "TEST_CONFIG_FILE"
diff --git a/starship/tests/e2e/exposer_test.go b/starship/tests/e2e/exposer_test.go
index ddd2ef69a..d5a1aede8 100644
--- a/starship/tests/e2e/exposer_test.go
+++ b/starship/tests/e2e/exposer_test.go
@@ -10,7 +10,7 @@ import (
"net/http"
urlpkg "net/url"
- pb "github.com/cosmology-tech/starship/exposer/exposer"
+ pb "github.com/hyperweb-io/starship/exposer/exposer"
)
func (s *TestSuite) MakeExposerRequest(chain *Chain, req *http.Request, unmarshal proto.Message) {
diff --git a/starship/tests/e2e/faucet_test.go b/starship/tests/e2e/faucet_test.go
index cbe0738a7..7fc48ad7f 100644
--- a/starship/tests/e2e/faucet_test.go
+++ b/starship/tests/e2e/faucet_test.go
@@ -4,7 +4,7 @@ import (
"bytes"
"encoding/json"
"fmt"
- pb "github.com/cosmology-tech/starship/registry/registry"
+ pb "github.com/hyperweb-io/starship/registry/registry"
"net/http"
urlpkg "net/url"
"strconv"
diff --git a/starship/tests/e2e/go.mod b/starship/tests/e2e/go.mod
index c9da320fd..039530b1a 100644
--- a/starship/tests/e2e/go.mod
+++ b/starship/tests/e2e/go.mod
@@ -1,10 +1,10 @@
-module github.com/cosmology-tech/starship/tests/e2e
+module github.com/hyperweb-io/starship/tests/e2e
go 1.21
require (
- github.com/cosmology-tech/starship/exposer v0.0.0-20230413092908-7da9e8a24b31
- github.com/cosmology-tech/starship/registry v0.0.0-20230411094226-129001b2f52a
+ github.com/hyperweb-io/starship/exposer v0.0.0-20230413092908-7da9e8a24b31
+ github.com/hyperweb-io/starship/registry v0.0.0-20230411094226-129001b2f52a
github.com/golang/protobuf v1.5.4
github.com/stretchr/testify v1.8.4
go.uber.org/zap v1.26.0
@@ -26,6 +26,6 @@ require (
)
replace (
- github.com/cosmology-tech/starship/exposer => ../../exposer
- github.com/cosmology-tech/starship/registry => ../../registry
+ github.com/hyperweb-io/starship/exposer => ../../exposer
+ github.com/hyperweb-io/starship/registry => ../../registry
)
diff --git a/starship/tests/e2e/registry_test.go b/starship/tests/e2e/registry_test.go
index 690545af4..0208cdb31 100644
--- a/starship/tests/e2e/registry_test.go
+++ b/starship/tests/e2e/registry_test.go
@@ -9,7 +9,7 @@ import (
"github.com/golang/protobuf/jsonpb"
"github.com/golang/protobuf/proto"
- pb "github.com/cosmology-tech/starship/registry/registry"
+ pb "github.com/hyperweb-io/starship/registry/registry"
)
func (s *TestSuite) MakeRegistryRequest(req *http.Request, unmarshal proto.Message) {