From 35f3f2e2eff0cdcf8a914539bfd1430dea1821e7 Mon Sep 17 00:00:00 2001
From: Dan Lynch
Date: Fri, 31 Jan 2025 14:03:48 -0800
Subject: [PATCH] cosmology -> hyperweb
---
INTEGRATING-WALLETS.md | 4 +-
README.md | 6 +-
packages/cosmos-kit/README.md | 6 +-
packages/docs/config/site.js | 14 +-
packages/docs/pages/advanced.md | 2 +-
packages/docs/pages/hooks/use-manager.mdx | 4 +-
packages/docs/pages/hooks/use-modal-theme.mdx | 2 +-
.../docs/pages/hooks/use-wallet-client.mdx | 2 +-
packages/docs/pages/hooks/use-wallet.mdx | 2 +-
packages/docs/pages/index.mdx | 4 +-
packages/docs/theme.config.tsx | 2 +-
packages/example/config/site.js | 14 +-
packages/react-lite/README.md | 6 +-
packages/react/README.md | 6 +-
wallets/galaxy-station-extension/CHANGELOG.md | 226 ++++++------
wallets/galaxy-station-extension/LICENSE | 2 +-
wallets/galaxy-station-extension/README.md | 34 +-
wallets/galaxy-station-extension/package.json | 6 +-
wallets/galaxy-station/CHANGELOG.md | 330 +++++++++---------
wallets/galaxy-station/README.md | 34 +-
wallets/galaxy-station/package.json | 6 +-
21 files changed, 360 insertions(+), 352 deletions(-)
diff --git a/INTEGRATING-WALLETS.md b/INTEGRATING-WALLETS.md
index c7117fe84..b7538657f 100644
--- a/INTEGRATING-WALLETS.md
+++ b/INTEGRATING-WALLETS.md
@@ -1,5 +1,5 @@
# Integrating Wallets
-[supported wallets](https://docs.cosmology.zone/cosmos-kit/integrating-wallets#supported-wallets)
+[supported wallets](https://docs.hyperweb.io/cosmos-kit/integrating-wallets#supported-wallets)
-[How to integrate new wallets into CosmosKit](https://docs.cosmology.zone/cosmos-kit/integrating-wallets/adding-new-wallets)
+[How to integrate new wallets into CosmosKit](https://docs.hyperweb.io/cosmos-kit/integrating-wallets/adding-new-wallets)
diff --git a/README.md b/README.md
index 32f82ce74..637f3296e 100644
--- a/README.md
+++ b/README.md
@@ -27,11 +27,11 @@ Get started quickly by using [create-cosmos-app](https://github.com/hyperweb-io/
## βοΈ Configuration
-Check out [our docs here](https://docs.cosmology.zone/cosmos-kit/get-started) to configure CosmosKit.
+Check out [our docs here](https://docs.hyperweb.io/cosmos-kit/get-started) to configure CosmosKit.
## βοΈ CosmJS Signers
-If you want to get a cosmjs stargate or cosmwasm signer, [here are docs for our hooks](https://docs.cosmology.zone/cosmos-kit/hooks)
+If you want to get a cosmjs stargate or cosmwasm signer, [here are docs for our hooks](https://docs.hyperweb.io/cosmos-kit/hooks)
## π¦ Packages
@@ -105,7 +105,7 @@ Explore the range of wallet adapters available in our [wallets directory](https:
## π Integrating Wallets
-See our docs on [integrating your wallet](https://docs.cosmology.zone/cosmos-kit/integrating-wallets)
+See our docs on [integrating your wallet](https://docs.hyperweb.io/cosmos-kit/integrating-wallets)
### π Running Example
diff --git a/packages/cosmos-kit/README.md b/packages/cosmos-kit/README.md
index 8980beb21..65e1959ea 100644
--- a/packages/cosmos-kit/README.md
+++ b/packages/cosmos-kit/README.md
@@ -27,11 +27,11 @@ Get started quickly by using [create-cosmos-app](https://github.com/hyperweb-io/
## βοΈ Configuration
-Check out [our docs here](https://docs.cosmology.zone/cosmos-kit/get-started) to configure CosmosKit.
+Check out [our docs here](https://docs.hyperweb.io/cosmos-kit/get-started) to configure CosmosKit.
## βοΈ CosmJS Signers
-If you want to get a cosmjs stargate or cosmwasm signer, [here are docs for our hooks](https://docs.cosmology.zone/cosmos-kit/hooks)
+If you want to get a cosmjs stargate or cosmwasm signer, [here are docs for our hooks](https://docs.hyperweb.io/cosmos-kit/hooks)
## π¦ Packages
@@ -105,7 +105,7 @@ Explore the range of wallet adapters available in our [wallets directory](https:
## π Integrating Wallets
-See our docs on [integrating your wallet](https://docs.cosmology.zone/cosmos-kit/integrating-wallets)
+See our docs on [integrating your wallet](https://docs.hyperweb.io/cosmos-kit/integrating-wallets)
### π Running Example
diff --git a/packages/docs/config/site.js b/packages/docs/config/site.js
index 0fa2ead5d..a54531185 100644
--- a/packages/docs/config/site.js
+++ b/packages/docs/config/site.js
@@ -16,12 +16,12 @@ module.exports = {
host: siteAddress.host
},
emails: {
- hello: 'hello@cosmology.zone',
- support: 'support@cosmology.zone',
- abuse: 'abuse@cosmology.zone',
- privacy: 'privacy@cosmology.zone',
- legal: 'legal@cosmology.zone',
- copyright: 'copyright@cosmology.zone',
- arbitrationOptOut: 'arbitration-opt-out@cosmology.zone'
+ hello: 'hello@hyperweb.io',
+ support: 'support@hyperweb.io',
+ abuse: 'abuse@hyperweb.io',
+ privacy: 'privacy@hyperweb.io',
+ legal: 'legal@hyperweb.io',
+ copyright: 'copyright@hyperweb.io',
+ arbitrationOptOut: 'arbitration-opt-out@hyperweb.io'
}
};
diff --git a/packages/docs/pages/advanced.md b/packages/docs/pages/advanced.md
index a66f89561..a55e9d723 100644
--- a/packages/docs/pages/advanced.md
+++ b/packages/docs/pages/advanced.md
@@ -79,4 +79,4 @@ We have a class `MainWalletBase` with wallet specified to manage all chain walle
In essence, these two classes offer different ways of organizing and accessing chain wallets, based on what the primary point of interest is (wallet name or chain name).
-So far `WalletRepo` is only used in [`WalletModal`](https://docs.cosmology.zone/cosmos-kit/provider/chain-provider#walletmodal) properties.
+So far `WalletRepo` is only used in [`WalletModal`](https://docs.hyperweb.io/cosmos-kit/provider/chain-provider#walletmodal) properties.
diff --git a/packages/docs/pages/hooks/use-manager.mdx b/packages/docs/pages/hooks/use-manager.mdx
index b5314d92a..161247531 100644
--- a/packages/docs/pages/hooks/use-manager.mdx
+++ b/packages/docs/pages/hooks/use-manager.mdx
@@ -1,6 +1,6 @@
## Hook - useManager
-- required provider: [**ChainProvider**](https://docs.cosmology.zone/cosmos-kit/chain-provider) from either `@cosmos-kit/react` or `@cosmos-kit/react-lite`
+- required provider: [**ChainProvider**](https://docs.hyperweb.io/cosmos-kit/chain-provider) from either `@cosmos-kit/react` or `@cosmos-kit/react-lite`
- return type: [**ManagerContext**](#type-managercontext)
@@ -32,7 +32,7 @@
### refresh_connection
-Every time the registered events `connectEventNamesOnWindow` and `connectEventNamesOnClient` (see [wallet registry](https://docs.cosmology.zone/cosmos-kit/integrating-wallets/adding-new-wallets#optional-properties)) are triggered, and the dapp has been connected to the corresponding wallet, the `refresh_connection` event will also be triggered.
+Every time the registered events `connectEventNamesOnWindow` and `connectEventNamesOnClient` (see [wallet registry](https://docs.hyperweb.io/cosmos-kit/integrating-wallets/adding-new-wallets#optional-properties)) are triggered, and the dapp has been connected to the corresponding wallet, the `refresh_connection` event will also be triggered.
## Examples
diff --git a/packages/docs/pages/hooks/use-modal-theme.mdx b/packages/docs/pages/hooks/use-modal-theme.mdx
index c55a6b4f6..a56a9e40c 100644
--- a/packages/docs/pages/hooks/use-modal-theme.mdx
+++ b/packages/docs/pages/hooks/use-modal-theme.mdx
@@ -2,7 +2,7 @@
If you're using default modal provided by CosmosKit, you might need this hook to get and set modal theme.
-- required provider: [**ChainProvider**](https://docs.cosmology.zone/cosmos-kit/chain-provider) from `@cosmos-kit/react`
+- required provider: [**ChainProvider**](https://docs.hyperweb.io/cosmos-kit/chain-provider) from `@cosmos-kit/react`
## Return Type - useModalTheme
diff --git a/packages/docs/pages/hooks/use-wallet-client.mdx b/packages/docs/pages/hooks/use-wallet-client.mdx
index 5d8508e6a..9d19f0616 100644
--- a/packages/docs/pages/hooks/use-wallet-client.mdx
+++ b/packages/docs/pages/hooks/use-wallet-client.mdx
@@ -1,6 +1,6 @@
## Hook - useWalletClient
-- required provider: [**ChainProvider**](https://docs.cosmology.zone/cosmos-kit/chain-provider) from either `@cosmos-kit/react` or `@cosmos-kit/react-lite`
+- required provider: [**ChainProvider**](https://docs.hyperweb.io/cosmos-kit/chain-provider) from either `@cosmos-kit/react` or `@cosmos-kit/react-lite`
- parameters:
- **walletName?**: `WalletName` ( = `string` );
diff --git a/packages/docs/pages/hooks/use-wallet.mdx b/packages/docs/pages/hooks/use-wallet.mdx
index 4f7b9e3fc..e09b639d2 100644
--- a/packages/docs/pages/hooks/use-wallet.mdx
+++ b/packages/docs/pages/hooks/use-wallet.mdx
@@ -1,6 +1,6 @@
## Hook - useWallet
-- required provider: [**ChainProvider**](https://docs.cosmology.zone/cosmos-kit/chain-provider) from either `@cosmos-kit/react` or `@cosmos-kit/react-lite`
+- required provider: [**ChainProvider**](https://docs.hyperweb.io/cosmos-kit/chain-provider) from either `@cosmos-kit/react` or `@cosmos-kit/react-lite`
- parameters:
- **walletName?**: `WalletName` ( = `string` );
diff --git a/packages/docs/pages/index.mdx b/packages/docs/pages/index.mdx
index 8165a24a8..046e8aed6 100644
--- a/packages/docs/pages/index.mdx
+++ b/packages/docs/pages/index.mdx
@@ -52,7 +52,7 @@ Cosmos Kit is a universal wallet adapter for developers to build apps that quick
## Get Started
-β‘οΈ [How to use CosmosKit](https://docs.cosmology.zone/cosmos-kit/get-started)
+β‘οΈ [How to use CosmosKit](https://docs.hyperweb.io/cosmos-kit/get-started)
## Try It Out!
@@ -60,7 +60,7 @@ Cosmos Kit is a universal wallet adapter for developers to build apps that quick
## Wallet Developers
-π [How to integrate new wallets into CosmosKit](https://docs.cosmology.zone/cosmos-kit/integrating-wallets/adding-new-wallets)
+π [How to integrate new wallets into CosmosKit](https://docs.hyperweb.io/cosmos-kit/integrating-wallets/adding-new-wallets)
## Packages
diff --git a/packages/docs/theme.config.tsx b/packages/docs/theme.config.tsx
index dcac956da..4d837d10c 100644
--- a/packages/docs/theme.config.tsx
+++ b/packages/docs/theme.config.tsx
@@ -58,7 +58,7 @@ const config: DocsThemeConfig = {
π Built by Cosmology βΒ if you like our tools, please consider delegating
to{" "}
+Copyright (c) 2024 Interweb, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/wallets/galaxy-station-extension/README.md b/wallets/galaxy-station-extension/README.md
index 1eea43b77..f007f2326 100644
--- a/wallets/galaxy-station-extension/README.md
+++ b/wallets/galaxy-station-extension/README.md
@@ -5,36 +5,40 @@
-
-
+
+
-
-
+
+
Cosmos Kit is a universal wallet adapter for developers to build apps that quickly and easily interact with Cosmos blockchains and wallets.
@cosmos-kit/galaxy-station-extension is the Galaxy Station integration for CosmosKit.
-## Related
+## Interchain JavaScript Stack
-Checkout these related projects:
+A unified toolkit for building applications and smart contracts in the Interchain ecosystem βοΈ
-* [@cosmology/telescope](https://github.com/cosmology-tech/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.
+| Category | Tools | Description |
+|----------------------|------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|
+| **Chain Information** | [**Chain Registry**](https://github.com/hyperweb-io/chain-registry), [**Utils**](https://www.npmjs.com/package/@chain-registry/utils), [**Client**](https://www.npmjs.com/package/@chain-registry/client) | Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application. |
+| **Wallet Connectors**| [**Interchain Kit**](https://github.com/hyperweb-io/interchain-kit)beta, [**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. |
+| **Signing Clients** | [**InterchainJS**](https://github.com/hyperweb-io/interchainjs)beta, [**CosmJS**](https://github.com/cosmos/cosmjs) | A single, universal signing interface for any network |
+| **SDK Clients** | [**Telescope**](https://github.com/hyperweb-io/telescope) | Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. |
+| **Starter Kits** | [**Create Interchain App**](https://github.com/hyperweb-io/create-interchain-app)beta, [**Create Cosmos App**](https://github.com/hyperweb-io/create-cosmos-app) | Set up a modern Interchain app by running one command. |
+| **UI Kits** | [**Interchain UI**](https://github.com/hyperweb-io/interchain-ui) | The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit. |
+| **Testing Frameworks** | [**Starship**](https://github.com/hyperweb-io/starship) | Unified Testing and Development for the Interchain. |
+| **TypeScript Smart Contracts** | [**Create Hyperweb App**](https://github.com/hyperweb-io/create-hyperweb-app) | Build and deploy full-stack blockchain applications with TypeScript |
+| **CosmWasm Contracts** | [**CosmWasm TS Codegen**](https://github.com/CosmWasm/ts-codegen) | Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. |
## 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
AS DESCRIBED IN THE LICENSES, THE SOFTWARE IS PROVIDED βAS ISβ, AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND.
No developer or entity involved in creating this software will be liable for any claims or damages whatsoever associated with your use, inability to use, or your interaction with other users of the code, including any direct, indirect, incidental, special, exemplary, punitive or consequential damages, or loss of profits, cryptocurrencies, tokens, or anything else of value.
+
diff --git a/wallets/galaxy-station-extension/package.json b/wallets/galaxy-station-extension/package.json
index 3dd1bc1c4..e00379aed 100644
--- a/wallets/galaxy-station-extension/package.json
+++ b/wallets/galaxy-station-extension/package.json
@@ -3,7 +3,7 @@
"version": "2.13.6",
"description": "@cosmos-kit/galaxy-station-extension is the Galaxy Station integration for CosmosKit",
"author": "Hexxagon",
- "homepage": "https://github.com/cosmology-tech/cosmos-kit#readme",
+ "homepage": "https://github.com/hyperweb-io/cosmos-kit#readme",
"license": "SEE LICENSE IN LICENSE",
"main": "cjs/index.js",
"module": "esm/index.js",
@@ -37,7 +37,7 @@
},
"repository": {
"type": "git",
- "url": "https://github.com/cosmology-tech/cosmos-kit"
+ "url": "https://github.com/hyperweb-io/cosmos-kit"
},
"keywords": [
"cosmos-kit",
@@ -47,7 +47,7 @@
"wallet"
],
"bugs": {
- "url": "https://github.com/cosmology-tech/cosmos-kit/issues"
+ "url": "https://github.com/hyperweb-io/cosmos-kit/issues"
},
"jest": {
"testPathIgnorePatterns": [
diff --git a/wallets/galaxy-station/CHANGELOG.md b/wallets/galaxy-station/CHANGELOG.md
index 8d0a7974e..e9449667e 100644
--- a/wallets/galaxy-station/CHANGELOG.md
+++ b/wallets/galaxy-station/CHANGELOG.md
@@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
-## [2.12.1](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/galaxy-station@2.12.0...@cosmos-kit/galaxy-station@2.12.1) (2024-12-16)
+## [2.12.1](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/galaxy-station@2.12.0...@cosmos-kit/galaxy-station@2.12.1) (2024-12-16)
**Note:** Version bump only for package @cosmos-kit/galaxy-station
@@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
-# [2.12.0](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/galaxy-station@2.11.0...@cosmos-kit/galaxy-station@2.12.0) (2024-10-09)
+# [2.12.0](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/galaxy-station@2.11.0...@cosmos-kit/galaxy-station@2.12.0) (2024-10-09)
**Note:** Version bump only for package @cosmos-kit/galaxy-station
@@ -19,7 +19,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
-# [2.11.0](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/galaxy-station@2.10.2...@cosmos-kit/galaxy-station@2.11.0) (2024-10-09)
+# [2.11.0](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/galaxy-station@2.10.2...@cosmos-kit/galaxy-station@2.11.0) (2024-10-09)
**Note:** Version bump only for package @cosmos-kit/galaxy-station
@@ -27,7 +27,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
-## [2.10.2](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/galaxy-station@2.10.1...@cosmos-kit/galaxy-station@2.10.2) (2024-06-28)
+## [2.10.2](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/galaxy-station@2.10.1...@cosmos-kit/galaxy-station@2.10.2) (2024-06-28)
**Note:** Version bump only for package @cosmos-kit/galaxy-station
@@ -35,7 +35,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
-## [2.10.1](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/galaxy-station@2.10.0...@cosmos-kit/galaxy-station@2.10.1) (2024-06-26)
+## [2.10.1](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/galaxy-station@2.10.0...@cosmos-kit/galaxy-station@2.10.1) (2024-06-26)
**Note:** Version bump only for package @cosmos-kit/galaxy-station
@@ -43,7 +43,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
-# [2.10.0](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/galaxy-station@2.9.0...@cosmos-kit/galaxy-station@2.10.0) (2024-06-18)
+# [2.10.0](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/galaxy-station@2.9.0...@cosmos-kit/galaxy-station@2.10.0) (2024-06-18)
**Note:** Version bump only for package @cosmos-kit/galaxy-station
@@ -51,7 +51,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
-# [2.9.0](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/galaxy-station@2.8.0...@cosmos-kit/galaxy-station@2.9.0) (2024-05-28)
+# [2.9.0](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/galaxy-station@2.8.0...@cosmos-kit/galaxy-station@2.9.0) (2024-05-28)
**Note:** Version bump only for package @cosmos-kit/galaxy-station
@@ -59,7 +59,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
-# [2.8.0](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/galaxy-station@2.7.0...@cosmos-kit/galaxy-station@2.8.0) (2024-05-22)
+# [2.8.0](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/galaxy-station@2.7.0...@cosmos-kit/galaxy-station@2.8.0) (2024-05-22)
**Note:** Version bump only for package @cosmos-kit/galaxy-station
@@ -75,405 +75,405 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
-## [2.6.2](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.6.1...@cosmos-kit/station@2.6.2) (2024-04-28)
+## [2.6.2](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.6.1...@cosmos-kit/station@2.6.2) (2024-04-28)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.6.1](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.6.0...@cosmos-kit/station@2.6.1) (2024-04-27)
+## [2.6.1](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.6.0...@cosmos-kit/station@2.6.1) (2024-04-27)
**Note:** Version bump only for package @cosmos-kit/station
-# [2.6.0](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.5.10...@cosmos-kit/station@2.6.0) (2024-04-20)
+# [2.6.0](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.5.10...@cosmos-kit/station@2.6.0) (2024-04-20)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.5.10](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.5.9...@cosmos-kit/station@2.5.10) (2024-04-02)
+## [2.5.10](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.5.9...@cosmos-kit/station@2.5.10) (2024-04-02)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.5.9](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.5.8...@cosmos-kit/station@2.5.9) (2024-01-31)
+## [2.5.9](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.5.8...@cosmos-kit/station@2.5.9) (2024-01-31)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.5.8](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.5.7...@cosmos-kit/station@2.5.8) (2024-01-25)
+## [2.5.8](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.5.7...@cosmos-kit/station@2.5.8) (2024-01-25)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.5.7](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.5.6...@cosmos-kit/station@2.5.7) (2024-01-23)
+## [2.5.7](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.5.6...@cosmos-kit/station@2.5.7) (2024-01-23)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.5.6](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.5.5...@cosmos-kit/station@2.5.6) (2024-01-22)
+## [2.5.6](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.5.5...@cosmos-kit/station@2.5.6) (2024-01-22)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.5.5](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.5.4...@cosmos-kit/station@2.5.5) (2024-01-19)
+## [2.5.5](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.5.4...@cosmos-kit/station@2.5.5) (2024-01-19)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.5.4](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.5.3...@cosmos-kit/station@2.5.4) (2024-01-19)
+## [2.5.4](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.5.3...@cosmos-kit/station@2.5.4) (2024-01-19)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.5.3](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.5.2...@cosmos-kit/station@2.5.3) (2024-01-19)
+## [2.5.3](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.5.2...@cosmos-kit/station@2.5.3) (2024-01-19)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.5.2](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.5.1...@cosmos-kit/station@2.5.2) (2024-01-15)
+## [2.5.2](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.5.1...@cosmos-kit/station@2.5.2) (2024-01-15)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.5.1](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.5.0...@cosmos-kit/station@2.5.1) (2024-01-08)
+## [2.5.1](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.5.0...@cosmos-kit/station@2.5.1) (2024-01-08)
**Note:** Version bump only for package @cosmos-kit/station
-# [2.5.0](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.4.14...@cosmos-kit/station@2.5.0) (2024-01-07)
+# [2.5.0](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.4.14...@cosmos-kit/station@2.5.0) (2024-01-07)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.4.14](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.4.13...@cosmos-kit/station@2.4.14) (2023-12-26)
+## [2.4.14](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.4.13...@cosmos-kit/station@2.4.14) (2023-12-26)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.4.13](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.4.12...@cosmos-kit/station@2.4.13) (2023-12-25)
+## [2.4.13](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.4.12...@cosmos-kit/station@2.4.13) (2023-12-25)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.4.12](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.4.11...@cosmos-kit/station@2.4.12) (2023-12-22)
+## [2.4.12](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.4.11...@cosmos-kit/station@2.4.12) (2023-12-22)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.4.11](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.4.10...@cosmos-kit/station@2.4.11) (2023-12-18)
+## [2.4.11](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.4.10...@cosmos-kit/station@2.4.11) (2023-12-18)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.4.10](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.4.9...@cosmos-kit/station@2.4.10) (2023-12-14)
+## [2.4.10](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.4.9...@cosmos-kit/station@2.4.10) (2023-12-14)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.4.9](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.4.8...@cosmos-kit/station@2.4.9) (2023-12-14)
+## [2.4.9](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.4.8...@cosmos-kit/station@2.4.9) (2023-12-14)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.4.8](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.4.7...@cosmos-kit/station@2.4.8) (2023-12-07)
+## [2.4.8](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.4.7...@cosmos-kit/station@2.4.8) (2023-12-07)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.4.7](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.4.6...@cosmos-kit/station@2.4.7) (2023-11-08)
+## [2.4.7](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.4.6...@cosmos-kit/station@2.4.7) (2023-11-08)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.4.6](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.4.5...@cosmos-kit/station@2.4.6) (2023-11-06)
+## [2.4.6](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.4.5...@cosmos-kit/station@2.4.6) (2023-11-06)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.4.5](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.4.4...@cosmos-kit/station@2.4.5) (2023-11-06)
+## [2.4.5](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.4.4...@cosmos-kit/station@2.4.5) (2023-11-06)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.4.4](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.4.3...@cosmos-kit/station@2.4.4) (2023-10-31)
+## [2.4.4](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.4.3...@cosmos-kit/station@2.4.4) (2023-10-31)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.4.3](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.4.2...@cosmos-kit/station@2.4.3) (2023-10-31)
+## [2.4.3](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.4.2...@cosmos-kit/station@2.4.3) (2023-10-31)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.4.2](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.4.1...@cosmos-kit/station@2.4.2) (2023-10-19)
+## [2.4.2](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.4.1...@cosmos-kit/station@2.4.2) (2023-10-19)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.4.1](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.4.0...@cosmos-kit/station@2.4.1) (2023-10-19)
+## [2.4.1](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.4.0...@cosmos-kit/station@2.4.1) (2023-10-19)
**Note:** Version bump only for package @cosmos-kit/station
-# [2.4.0](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.3.13...@cosmos-kit/station@2.4.0) (2023-10-07)
+# [2.4.0](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.3.13...@cosmos-kit/station@2.4.0) (2023-10-07)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.3.13](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.3.12...@cosmos-kit/station@2.3.13) (2023-10-05)
+## [2.3.13](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.3.12...@cosmos-kit/station@2.3.13) (2023-10-05)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.3.12](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.3.11...@cosmos-kit/station@2.3.12) (2023-10-04)
+## [2.3.12](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.3.11...@cosmos-kit/station@2.3.12) (2023-10-04)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.3.11](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.3.10...@cosmos-kit/station@2.3.11) (2023-09-26)
+## [2.3.11](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.3.10...@cosmos-kit/station@2.3.11) (2023-09-26)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.3.10](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.3.9...@cosmos-kit/station@2.3.10) (2023-09-22)
+## [2.3.10](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.3.9...@cosmos-kit/station@2.3.10) (2023-09-22)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.3.9](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.3.8...@cosmos-kit/station@2.3.9) (2023-09-18)
+## [2.3.9](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.3.8...@cosmos-kit/station@2.3.9) (2023-09-18)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.3.8](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.3.7...@cosmos-kit/station@2.3.8) (2023-09-15)
+## [2.3.8](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.3.7...@cosmos-kit/station@2.3.8) (2023-09-15)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.3.7](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.3.6...@cosmos-kit/station@2.3.7) (2023-09-12)
+## [2.3.7](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.3.6...@cosmos-kit/station@2.3.7) (2023-09-12)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.3.6](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.3.5...@cosmos-kit/station@2.3.6) (2023-09-07)
+## [2.3.6](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.3.5...@cosmos-kit/station@2.3.6) (2023-09-07)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.3.5](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.3.4...@cosmos-kit/station@2.3.5) (2023-09-07)
+## [2.3.5](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.3.4...@cosmos-kit/station@2.3.5) (2023-09-07)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.3.4](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.3.3...@cosmos-kit/station@2.3.4) (2023-09-02)
+## [2.3.4](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.3.3...@cosmos-kit/station@2.3.4) (2023-09-02)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.3.3](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.3.2...@cosmos-kit/station@2.3.3) (2023-08-24)
+## [2.3.3](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.3.2...@cosmos-kit/station@2.3.3) (2023-08-24)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.3.2](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.3.1...@cosmos-kit/station@2.3.2) (2023-08-24)
+## [2.3.2](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.3.1...@cosmos-kit/station@2.3.2) (2023-08-24)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.3.1](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.3.0...@cosmos-kit/station@2.3.1) (2023-08-21)
+## [2.3.1](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.3.0...@cosmos-kit/station@2.3.1) (2023-08-21)
**Note:** Version bump only for package @cosmos-kit/station
-# [2.3.0](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.2.1...@cosmos-kit/station@2.3.0) (2023-08-17)
+# [2.3.0](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.2.1...@cosmos-kit/station@2.3.0) (2023-08-17)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.2.1](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.2.0...@cosmos-kit/station@2.2.1) (2023-08-17)
+## [2.2.1](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.2.0...@cosmos-kit/station@2.2.1) (2023-08-17)
**Note:** Version bump only for package @cosmos-kit/station
-# [2.2.0](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.1.12...@cosmos-kit/station@2.2.0) (2023-08-17)
+# [2.2.0](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.1.12...@cosmos-kit/station@2.2.0) (2023-08-17)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.1.12](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.1.11...@cosmos-kit/station@2.1.12) (2023-08-17)
+## [2.1.12](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.1.11...@cosmos-kit/station@2.1.12) (2023-08-17)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.1.11](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.1.10...@cosmos-kit/station@2.1.11) (2023-08-17)
+## [2.1.11](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.1.10...@cosmos-kit/station@2.1.11) (2023-08-17)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.1.10](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.1.9...@cosmos-kit/station@2.1.10) (2023-08-17)
+## [2.1.10](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.1.9...@cosmos-kit/station@2.1.10) (2023-08-17)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.1.9](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.1.8...@cosmos-kit/station@2.1.9) (2023-08-17)
+## [2.1.9](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.1.8...@cosmos-kit/station@2.1.9) (2023-08-17)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.1.8](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.1.7...@cosmos-kit/station@2.1.8) (2023-08-17)
+## [2.1.8](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.1.7...@cosmos-kit/station@2.1.8) (2023-08-17)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.1.7](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.1.6...@cosmos-kit/station@2.1.7) (2023-08-09)
+## [2.1.7](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.1.6...@cosmos-kit/station@2.1.7) (2023-08-09)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.1.6](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.1.5...@cosmos-kit/station@2.1.6) (2023-08-07)
+## [2.1.6](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.1.5...@cosmos-kit/station@2.1.6) (2023-08-07)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.1.5](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.1.4...@cosmos-kit/station@2.1.5) (2023-08-03)
+## [2.1.5](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.1.4...@cosmos-kit/station@2.1.5) (2023-08-03)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.1.4](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.1.3...@cosmos-kit/station@2.1.4) (2023-08-03)
+## [2.1.4](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.1.3...@cosmos-kit/station@2.1.4) (2023-08-03)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.1.3](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.1.2...@cosmos-kit/station@2.1.3) (2023-08-01)
+## [2.1.3](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.1.2...@cosmos-kit/station@2.1.3) (2023-08-01)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.1.2](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.1.1...@cosmos-kit/station@2.1.2) (2023-07-31)
+## [2.1.2](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.1.1...@cosmos-kit/station@2.1.2) (2023-07-31)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.1.1](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.1.0...@cosmos-kit/station@2.1.1) (2023-07-30)
+## [2.1.1](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.1.0...@cosmos-kit/station@2.1.1) (2023-07-30)
**Note:** Version bump only for package @cosmos-kit/station
-# [2.1.0](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.0.5...@cosmos-kit/station@2.1.0) (2023-07-28)
+# [2.1.0](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.0.5...@cosmos-kit/station@2.1.0) (2023-07-28)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.0.5](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.0.4...@cosmos-kit/station@2.0.5) (2023-07-28)
+## [2.0.5](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.0.4...@cosmos-kit/station@2.0.5) (2023-07-28)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.0.4](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.0.3...@cosmos-kit/station@2.0.4) (2023-07-27)
+## [2.0.4](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.0.3...@cosmos-kit/station@2.0.4) (2023-07-27)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.0.3](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.0.2...@cosmos-kit/station@2.0.3) (2023-07-24)
+## [2.0.3](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.0.2...@cosmos-kit/station@2.0.3) (2023-07-24)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.0.2](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.0.1...@cosmos-kit/station@2.0.2) (2023-07-21)
+## [2.0.2](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.0.1...@cosmos-kit/station@2.0.2) (2023-07-21)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.0.1](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.0.1-beta.6...@cosmos-kit/station@2.0.1) (2023-07-21)
+## [2.0.1](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.0.1-beta.6...@cosmos-kit/station@2.0.1) (2023-07-21)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.0.1-beta.6](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.0.1-beta.5...@cosmos-kit/station@2.0.1-beta.6) (2023-07-19)
+## [2.0.1-beta.6](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.0.1-beta.5...@cosmos-kit/station@2.0.1-beta.6) (2023-07-19)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.0.1-beta.5](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.0.1-beta.4...@cosmos-kit/station@2.0.1-beta.5) (2023-07-18)
+## [2.0.1-beta.5](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.0.1-beta.4...@cosmos-kit/station@2.0.1-beta.5) (2023-07-18)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.0.1-beta.4](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.0.1-beta.3...@cosmos-kit/station@2.0.1-beta.4) (2023-07-18)
+## [2.0.1-beta.4](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.0.1-beta.3...@cosmos-kit/station@2.0.1-beta.4) (2023-07-18)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.0.1-beta.3](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.0.1-beta.2...@cosmos-kit/station@2.0.1-beta.3) (2023-07-18)
+## [2.0.1-beta.3](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.0.1-beta.2...@cosmos-kit/station@2.0.1-beta.3) (2023-07-18)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.0.1-beta.2](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.0.1-beta.1...@cosmos-kit/station@2.0.1-beta.2) (2023-07-12)
+## [2.0.1-beta.2](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.0.1-beta.1...@cosmos-kit/station@2.0.1-beta.2) (2023-07-12)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.0.1-beta.1](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@2.0.1-beta.0...@cosmos-kit/station@2.0.1-beta.1) (2023-07-11)
+## [2.0.1-beta.1](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@2.0.1-beta.0...@cosmos-kit/station@2.0.1-beta.1) (2023-07-11)
**Note:** Version bump only for package @cosmos-kit/station
-## [2.0.1-beta.0](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@1.0.0...@cosmos-kit/station@2.0.1-beta.0) (2023-07-11)
+## [2.0.1-beta.0](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@1.0.0...@cosmos-kit/station@2.0.1-beta.0) (2023-07-11)
**Note:** Version bump only for package @cosmos-kit/station
-# [1.0.0](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.7.15-beta.6...@cosmos-kit/station@1.0.0) (2023-07-05)
+# [1.0.0](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.7.15-beta.6...@cosmos-kit/station@1.0.0) (2023-07-05)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.7.15-beta.6](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.7.15-beta.5...@cosmos-kit/station@0.7.15-beta.6) (2023-06-30)
+## [0.7.15-beta.6](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.7.15-beta.5...@cosmos-kit/station@0.7.15-beta.6) (2023-06-30)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.7.15-beta.5](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.7.15-beta.4...@cosmos-kit/station@0.7.15-beta.5) (2023-06-30)
+## [0.7.15-beta.5](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.7.15-beta.4...@cosmos-kit/station@0.7.15-beta.5) (2023-06-30)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.7.15-beta.4](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.7.15-beta.3...@cosmos-kit/station@0.7.15-beta.4) (2023-06-30)
+## [0.7.15-beta.4](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.7.15-beta.3...@cosmos-kit/station@0.7.15-beta.4) (2023-06-30)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.7.15-beta.3](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.7.15...@cosmos-kit/station@0.7.15-beta.3) (2023-06-30)
+## [0.7.15-beta.3](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.7.15...@cosmos-kit/station@0.7.15-beta.3) (2023-06-30)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.7.15](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.7.14...@cosmos-kit/station@0.7.15) (2023-06-30)
+## [0.7.15](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.7.14...@cosmos-kit/station@0.7.15) (2023-06-30)
-## [0.7.15-beta.2](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.7.15-beta.1...@cosmos-kit/station@0.7.15-beta.2) (2023-06-28)
+## [0.7.15-beta.2](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.7.15-beta.1...@cosmos-kit/station@0.7.15-beta.2) (2023-06-28)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.7.15-beta.1](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.7.15-beta.0...@cosmos-kit/station@0.7.15-beta.1) (2023-06-28)
+## [0.7.15-beta.1](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.7.15-beta.0...@cosmos-kit/station@0.7.15-beta.1) (2023-06-28)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.7.15-beta.0](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.7.14...@cosmos-kit/station@0.7.15-beta.0) (2023-06-28)
+## [0.7.15-beta.0](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.7.14...@cosmos-kit/station@0.7.15-beta.0) (2023-06-28)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.7.14](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.7.13...@cosmos-kit/station@0.7.14) (2023-06-27)
+## [0.7.14](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.7.13...@cosmos-kit/station@0.7.14) (2023-06-27)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.7.13](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.7.12...@cosmos-kit/station@0.7.13) (2023-06-13)
+## [0.7.13](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.7.12...@cosmos-kit/station@0.7.13) (2023-06-13)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.7.12](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.7.11...@cosmos-kit/station@0.7.12) (2023-06-09)
+## [0.7.12](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.7.11...@cosmos-kit/station@0.7.12) (2023-06-09)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.7.11](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.7.10...@cosmos-kit/station@0.7.11) (2023-06-09)
+## [0.7.11](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.7.10...@cosmos-kit/station@0.7.11) (2023-06-09)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.7.10](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.7.9...@cosmos-kit/station@0.7.10) (2023-06-08)
+## [0.7.10](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.7.9...@cosmos-kit/station@0.7.10) (2023-06-08)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.7.9](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.7.8...@cosmos-kit/station@0.7.9) (2023-06-08)
+## [0.7.9](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.7.8...@cosmos-kit/station@0.7.9) (2023-06-08)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.7.8](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.7.7...@cosmos-kit/station@0.7.8) (2023-06-05)
+## [0.7.8](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.7.7...@cosmos-kit/station@0.7.8) (2023-06-05)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.7.7](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.7.6...@cosmos-kit/station@0.7.7) (2023-06-02)
+## [0.7.7](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.7.6...@cosmos-kit/station@0.7.7) (2023-06-02)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.7.6](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.7.5...@cosmos-kit/station@0.7.6) (2023-06-01)
+## [0.7.6](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.7.5...@cosmos-kit/station@0.7.6) (2023-06-01)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.7.5](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.7.4...@cosmos-kit/station@0.7.5) (2023-05-30)
+## [0.7.5](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.7.4...@cosmos-kit/station@0.7.5) (2023-05-30)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.7.4](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.7.3...@cosmos-kit/station@0.7.4) (2023-05-17)
+## [0.7.4](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.7.3...@cosmos-kit/station@0.7.4) (2023-05-17)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.7.3](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.7.2...@cosmos-kit/station@0.7.3) (2023-05-16)
+## [0.7.3](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.7.2...@cosmos-kit/station@0.7.3) (2023-05-16)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.7.2](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.7.1...@cosmos-kit/station@0.7.2) (2023-05-15)
+## [0.7.2](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.7.1...@cosmos-kit/station@0.7.2) (2023-05-15)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.7.1](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.7.0...@cosmos-kit/station@0.7.1) (2023-05-04)
+## [0.7.1](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.7.0...@cosmos-kit/station@0.7.1) (2023-05-04)
**Note:** Version bump only for package @cosmos-kit/station
-# [0.7.0](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.6.2...@cosmos-kit/station@0.7.0) (2023-05-02)
+# [0.7.0](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.6.2...@cosmos-kit/station@0.7.0) (2023-05-02)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.6.2](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.6.1...@cosmos-kit/station@0.6.2) (2023-04-28)
+## [0.6.2](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.6.1...@cosmos-kit/station@0.6.2) (2023-04-28)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.6.1](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.6.0...@cosmos-kit/station@0.6.1) (2023-04-25)
+## [0.6.1](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.6.0...@cosmos-kit/station@0.6.1) (2023-04-25)
**Note:** Version bump only for package @cosmos-kit/station
-# [0.6.0](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.5.1...@cosmos-kit/station@0.6.0) (2023-04-25)
+# [0.6.0](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.5.1...@cosmos-kit/station@0.6.0) (2023-04-25)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.5.1](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.5.0...@cosmos-kit/station@0.5.1) (2023-04-24)
+## [0.5.1](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.5.0...@cosmos-kit/station@0.5.1) (2023-04-24)
**Note:** Version bump only for package @cosmos-kit/station
-# [0.5.0](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.4.0...@cosmos-kit/station@0.5.0) (2023-04-24)
+# [0.5.0](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.4.0...@cosmos-kit/station@0.5.0) (2023-04-24)
**Note:** Version bump only for package @cosmos-kit/station
-# [0.4.0](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.3.0...@cosmos-kit/station@0.4.0) (2023-04-24)
+# [0.4.0](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.3.0...@cosmos-kit/station@0.4.0) (2023-04-24)
**Note:** Version bump only for package @cosmos-kit/station
-# [0.3.0](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.2.0...@cosmos-kit/station@0.3.0) (2023-04-24)
+# [0.3.0](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.2.0...@cosmos-kit/station@0.3.0) (2023-04-24)
**Note:** Version bump only for package @cosmos-kit/station
@@ -481,27 +481,27 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
**Note:** Version bump only for package @cosmos-kit/station
-## [0.1.7](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/terrastation@0.1.6...@cosmos-kit/terrastation@0.1.7) (2023-04-24)
+## [0.1.7](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/terrastation@0.1.6...@cosmos-kit/terrastation@0.1.7) (2023-04-24)
**Note:** Version bump only for package @cosmos-kit/terrastation
-## [0.1.6](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/terrastation@0.1.5...@cosmos-kit/terrastation@0.1.6) (2023-04-20)
+## [0.1.6](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/terrastation@0.1.5...@cosmos-kit/terrastation@0.1.6) (2023-04-20)
**Note:** Version bump only for package @cosmos-kit/terrastation
-## [0.1.5](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/terrastation@0.1.4...@cosmos-kit/terrastation@0.1.5) (2023-04-20)
+## [0.1.5](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/terrastation@0.1.4...@cosmos-kit/terrastation@0.1.5) (2023-04-20)
**Note:** Version bump only for package @cosmos-kit/terrastation
-## [0.1.4](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/terrastation@0.1.3...@cosmos-kit/terrastation@0.1.4) (2023-04-14)
+## [0.1.4](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/terrastation@0.1.3...@cosmos-kit/terrastation@0.1.4) (2023-04-14)
**Note:** Version bump only for package @cosmos-kit/terrastation
-## [0.1.3](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/terrastation@0.1.2...@cosmos-kit/terrastation@0.1.3) (2023-04-07)
+## [0.1.3](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/terrastation@0.1.2...@cosmos-kit/terrastation@0.1.3) (2023-04-07)
**Note:** Version bump only for package @cosmos-kit/terrastation
-## [0.1.2](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/terrastation@0.1.1...@cosmos-kit/terrastation@0.1.2) (2023-03-31)
+## [0.1.2](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/terrastation@0.1.1...@cosmos-kit/terrastation@0.1.2) (2023-03-31)
**Note:** Version bump only for package @cosmos-kit/terrastation
@@ -509,197 +509,197 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
**Note:** Version bump only for package @cosmos-kit/terrastation
-## [0.15.12](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.15.11...@cosmos-kit/station@0.15.12) (2023-03-17)
+## [0.15.12](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.15.11...@cosmos-kit/station@0.15.12) (2023-03-17)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.15.11](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.15.10...@cosmos-kit/station@0.15.11) (2023-03-15)
+## [0.15.11](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.15.10...@cosmos-kit/station@0.15.11) (2023-03-15)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.15.10](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.15.9...@cosmos-kit/station@0.15.10) (2023-03-15)
+## [0.15.10](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.15.9...@cosmos-kit/station@0.15.10) (2023-03-15)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.15.9](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.15.8...@cosmos-kit/station@0.15.9) (2023-03-15)
+## [0.15.9](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.15.8...@cosmos-kit/station@0.15.9) (2023-03-15)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.15.8](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.15.7...@cosmos-kit/station@0.15.8) (2023-03-14)
+## [0.15.8](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.15.7...@cosmos-kit/station@0.15.8) (2023-03-14)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.15.7](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.15.6...@cosmos-kit/station@0.15.7) (2023-03-14)
+## [0.15.7](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.15.6...@cosmos-kit/station@0.15.7) (2023-03-14)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.15.6](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.15.5...@cosmos-kit/station@0.15.6) (2023-03-13)
+## [0.15.6](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.15.5...@cosmos-kit/station@0.15.6) (2023-03-13)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.15.5](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.15.4...@cosmos-kit/station@0.15.5) (2023-03-09)
+## [0.15.5](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.15.4...@cosmos-kit/station@0.15.5) (2023-03-09)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.15.4](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.15.3...@cosmos-kit/station@0.15.4) (2023-03-03)
+## [0.15.4](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.15.3...@cosmos-kit/station@0.15.4) (2023-03-03)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.15.3](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.15.2...@cosmos-kit/station@0.15.3) (2023-02-28)
+## [0.15.3](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.15.2...@cosmos-kit/station@0.15.3) (2023-02-28)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.15.2](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.15.1...@cosmos-kit/station@0.15.2) (2023-02-28)
+## [0.15.2](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.15.1...@cosmos-kit/station@0.15.2) (2023-02-28)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.15.1](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.15.0...@cosmos-kit/station@0.15.1) (2023-02-27)
+## [0.15.1](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.15.0...@cosmos-kit/station@0.15.1) (2023-02-27)
**Note:** Version bump only for package @cosmos-kit/station
-# [0.15.0](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.14.33...@cosmos-kit/station@0.15.0) (2023-02-27)
+# [0.15.0](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.14.33...@cosmos-kit/station@0.15.0) (2023-02-27)
### Features
-- leap account change and debug ([9006aac](https://github.com/cosmology-tech/cosmos-kit/commit/9006aac6c453262e9ac890c34616622b50dc5766))
+- leap account change and debug ([9006aac](https://github.com/hyperweb-io/cosmos-kit/commit/9006aac6c453262e9ac890c34616622b50dc5766))
-## [0.14.33](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.14.32...@cosmos-kit/station@0.14.33) (2023-02-24)
+## [0.14.33](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.14.32...@cosmos-kit/station@0.14.33) (2023-02-24)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.14.32](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.14.31...@cosmos-kit/station@0.14.32) (2023-02-24)
+## [0.14.32](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.14.31...@cosmos-kit/station@0.14.32) (2023-02-24)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.14.31](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.14.30...@cosmos-kit/station@0.14.31) (2023-02-24)
+## [0.14.31](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.14.30...@cosmos-kit/station@0.14.31) (2023-02-24)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.14.30](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.14.29...@cosmos-kit/station@0.14.30) (2023-02-23)
+## [0.14.30](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.14.29...@cosmos-kit/station@0.14.30) (2023-02-23)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.14.29](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.14.28...@cosmos-kit/station@0.14.29) (2023-02-23)
+## [0.14.29](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.14.28...@cosmos-kit/station@0.14.29) (2023-02-23)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.14.28](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.14.27...@cosmos-kit/station@0.14.28) (2023-02-23)
+## [0.14.28](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.14.27...@cosmos-kit/station@0.14.28) (2023-02-23)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.14.27](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.14.26...@cosmos-kit/station@0.14.27) (2023-02-21)
+## [0.14.27](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.14.26...@cosmos-kit/station@0.14.27) (2023-02-21)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.14.26](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.14.25...@cosmos-kit/station@0.14.26) (2023-02-20)
+## [0.14.26](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.14.25...@cosmos-kit/station@0.14.26) (2023-02-20)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.14.25](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.14.24...@cosmos-kit/station@0.14.25) (2023-02-19)
+## [0.14.25](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.14.24...@cosmos-kit/station@0.14.25) (2023-02-19)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.14.24](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.14.23...@cosmos-kit/station@0.14.24) (2023-02-17)
+## [0.14.24](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.14.23...@cosmos-kit/station@0.14.24) (2023-02-17)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.14.23](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.14.21...@cosmos-kit/station@0.14.23) (2023-02-16)
+## [0.14.23](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.14.21...@cosmos-kit/station@0.14.23) (2023-02-16)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.14.21](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.14.20...@cosmos-kit/station@0.14.21) (2023-01-16)
+## [0.14.21](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.14.20...@cosmos-kit/station@0.14.21) (2023-01-16)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.14.20](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.14.19...@cosmos-kit/station@0.14.20) (2023-01-14)
+## [0.14.20](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.14.19...@cosmos-kit/station@0.14.20) (2023-01-14)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.14.19](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.14.18...@cosmos-kit/station@0.14.19) (2023-01-13)
+## [0.14.19](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.14.18...@cosmos-kit/station@0.14.19) (2023-01-13)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.14.18](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.14.17...@cosmos-kit/station@0.14.18) (2023-01-12)
+## [0.14.18](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.14.17...@cosmos-kit/station@0.14.18) (2023-01-12)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.14.17](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.14.16...@cosmos-kit/station@0.14.17) (2023-01-11)
+## [0.14.17](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.14.16...@cosmos-kit/station@0.14.17) (2023-01-11)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.14.16](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.14.15...@cosmos-kit/station@0.14.16) (2023-01-11)
+## [0.14.16](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.14.15...@cosmos-kit/station@0.14.16) (2023-01-11)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.14.15](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.14.14...@cosmos-kit/station@0.14.15) (2023-01-06)
+## [0.14.15](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.14.14...@cosmos-kit/station@0.14.15) (2023-01-06)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.14.14](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.14.13...@cosmos-kit/station@0.14.14) (2022-12-16)
+## [0.14.14](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.14.13...@cosmos-kit/station@0.14.14) (2022-12-16)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.14.13](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.14.12...@cosmos-kit/station@0.14.13) (2022-12-15)
+## [0.14.13](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.14.12...@cosmos-kit/station@0.14.13) (2022-12-15)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.14.12](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.14.11...@cosmos-kit/station@0.14.12) (2022-12-15)
+## [0.14.12](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.14.11...@cosmos-kit/station@0.14.12) (2022-12-15)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.14.11](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.14.10...@cosmos-kit/station@0.14.11) (2022-12-14)
+## [0.14.11](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.14.10...@cosmos-kit/station@0.14.11) (2022-12-14)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.14.10](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.14.9...@cosmos-kit/station@0.14.10) (2022-12-11)
+## [0.14.10](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.14.9...@cosmos-kit/station@0.14.10) (2022-12-11)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.14.9](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.14.8...@cosmos-kit/station@0.14.9) (2022-12-11)
+## [0.14.9](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.14.8...@cosmos-kit/station@0.14.9) (2022-12-11)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.14.8](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.14.7...@cosmos-kit/station@0.14.8) (2022-12-08)
+## [0.14.8](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.14.7...@cosmos-kit/station@0.14.8) (2022-12-08)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.14.7](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.14.6...@cosmos-kit/station@0.14.7) (2022-12-05)
+## [0.14.7](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.14.6...@cosmos-kit/station@0.14.7) (2022-12-05)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.14.6](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.14.5...@cosmos-kit/station@0.14.6) (2022-12-05)
+## [0.14.6](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.14.5...@cosmos-kit/station@0.14.6) (2022-12-05)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.14.5](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.14.4...@cosmos-kit/station@0.14.5) (2022-12-05)
+## [0.14.5](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.14.4...@cosmos-kit/station@0.14.5) (2022-12-05)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.14.4](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.14.3...@cosmos-kit/station@0.14.4) (2022-12-05)
+## [0.14.4](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.14.3...@cosmos-kit/station@0.14.4) (2022-12-05)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.14.3](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.14.2...@cosmos-kit/station@0.14.3) (2022-12-05)
+## [0.14.3](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.14.2...@cosmos-kit/station@0.14.3) (2022-12-05)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.14.2](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.14.1...@cosmos-kit/station@0.14.2) (2022-12-05)
+## [0.14.2](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.14.1...@cosmos-kit/station@0.14.2) (2022-12-05)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.14.1](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.14.0...@cosmos-kit/station@0.14.1) (2022-12-02)
+## [0.14.1](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.14.0...@cosmos-kit/station@0.14.1) (2022-12-02)
**Note:** Version bump only for package @cosmos-kit/station
-# [0.14.0](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.13.0...@cosmos-kit/station@0.14.0) (2022-12-02)
+# [0.14.0](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.13.0...@cosmos-kit/station@0.14.0) (2022-12-02)
**Note:** Version bump only for package @cosmos-kit/station
-# [0.13.0](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.12.1...@cosmos-kit/station@0.13.0) (2022-12-01)
+# [0.13.0](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.12.1...@cosmos-kit/station@0.13.0) (2022-12-01)
**Note:** Version bump only for package @cosmos-kit/station
-## [0.12.1](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/station@0.12.0...@cosmos-kit/station@0.12.1) (2022-11-30)
+## [0.12.1](https://github.com/hyperweb-io/cosmos-kit/compare/@cosmos-kit/station@0.12.0...@cosmos-kit/station@0.12.1) (2022-11-30)
**Note:** Version bump only for package @cosmos-kit/station
@@ -707,4 +707,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
### Features
-- station wallet integration ([471b656](https://github.com/cosmology-tech/cosmos-kit/commit/471b65678d2df1a074a6d91e9899df5e86454cb2))
+- station wallet integration ([471b656](https://github.com/hyperweb-io/cosmos-kit/commit/471b65678d2df1a074a6d91e9899df5e86454cb2))
diff --git a/wallets/galaxy-station/README.md b/wallets/galaxy-station/README.md
index ed1d60c31..1dd568145 100644
--- a/wallets/galaxy-station/README.md
+++ b/wallets/galaxy-station/README.md
@@ -5,36 +5,40 @@
-
-
+
+
-
-
+
+
Cosmos Kit is a universal wallet adapter for developers to build apps that quickly and easily interact with Cosmos blockchains and wallets.
@cosmos-kit/galaxy-station is the Galaxy Station integration for CosmosKit.
-## Related
+## Interchain JavaScript Stack
-Checkout these related projects:
+A unified toolkit for building applications and smart contracts in the Interchain ecosystem βοΈ
-* [@cosmology/telescope](https://github.com/cosmology-tech/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.
+| Category | Tools | Description |
+|----------------------|------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|
+| **Chain Information** | [**Chain Registry**](https://github.com/hyperweb-io/chain-registry), [**Utils**](https://www.npmjs.com/package/@chain-registry/utils), [**Client**](https://www.npmjs.com/package/@chain-registry/client) | Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application. |
+| **Wallet Connectors**| [**Interchain Kit**](https://github.com/hyperweb-io/interchain-kit)beta, [**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. |
+| **Signing Clients** | [**InterchainJS**](https://github.com/hyperweb-io/interchainjs)beta, [**CosmJS**](https://github.com/cosmos/cosmjs) | A single, universal signing interface for any network |
+| **SDK Clients** | [**Telescope**](https://github.com/hyperweb-io/telescope) | Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. |
+| **Starter Kits** | [**Create Interchain App**](https://github.com/hyperweb-io/create-interchain-app)beta, [**Create Cosmos App**](https://github.com/hyperweb-io/create-cosmos-app) | Set up a modern Interchain app by running one command. |
+| **UI Kits** | [**Interchain UI**](https://github.com/hyperweb-io/interchain-ui) | The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit. |
+| **Testing Frameworks** | [**Starship**](https://github.com/hyperweb-io/starship) | Unified Testing and Development for the Interchain. |
+| **TypeScript Smart Contracts** | [**Create Hyperweb App**](https://github.com/hyperweb-io/create-hyperweb-app) | Build and deploy full-stack blockchain applications with TypeScript |
+| **CosmWasm Contracts** | [**CosmWasm TS Codegen**](https://github.com/CosmWasm/ts-codegen) | Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. |
## 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
AS DESCRIBED IN THE LICENSES, THE SOFTWARE IS PROVIDED βAS ISβ, AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND.
No developer or entity involved in creating this software will be liable for any claims or damages whatsoever associated with your use, inability to use, or your interaction with other users of the code, including any direct, indirect, incidental, special, exemplary, punitive or consequential damages, or loss of profits, cryptocurrencies, tokens, or anything else of value.
+
diff --git a/wallets/galaxy-station/package.json b/wallets/galaxy-station/package.json
index 8e6f6a1f6..323ce56d2 100644
--- a/wallets/galaxy-station/package.json
+++ b/wallets/galaxy-station/package.json
@@ -3,7 +3,7 @@
"version": "2.13.6",
"description": "@cosmos-kit/station is the Galaxy Station integration for CosmosKit",
"author": "Hexxagon",
- "homepage": "https://github.com/cosmology-tech/cosmos-kit#readme",
+ "homepage": "https://github.com/hyperweb-io/cosmos-kit#readme",
"license": "SEE LICENSE IN LICENSE",
"main": "cjs/index.js",
"module": "esm/index.js",
@@ -36,7 +36,7 @@
},
"repository": {
"type": "git",
- "url": "https://github.com/cosmology-tech/cosmos-kit"
+ "url": "https://github.com/hyperweb-io/cosmos-kit"
},
"keywords": [
"cosmos-kit",
@@ -45,7 +45,7 @@
"wallet"
],
"bugs": {
- "url": "https://github.com/cosmology-tech/cosmos-kit/issues"
+ "url": "https://github.com/hyperweb-io/cosmos-kit/issues"
},
"dependencies": {
"@cosmos-kit/galaxy-station-extension": "^2.13.6",