Skip to content

Commit

Permalink
cosmology -> hyperweb
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Jan 31, 2025
1 parent 4b7962b commit 35f3f2e
Show file tree
Hide file tree
Showing 21 changed files with 360 additions and 352 deletions.
4 changes: 2 additions & 2 deletions INTEGRATING-WALLETS.md
Original file line number Diff line number Diff line change
@@ -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)
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions packages/cosmos-kit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
14 changes: 7 additions & 7 deletions packages/docs/config/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
};
2 changes: 1 addition & 1 deletion packages/docs/pages/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions packages/docs/pages/hooks/use-manager.mdx
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/hooks/use-modal-theme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/hooks/use-wallet-client.mdx
Original file line number Diff line number Diff line change
@@ -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` );
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/hooks/use-wallet.mdx
Original file line number Diff line number Diff line change
@@ -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` );
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ 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!

<WalletSection />

## 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

Expand Down
2 changes: 1 addition & 1 deletion packages/docs/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const config: DocsThemeConfig = {
🛠 Built by Cosmology — if you like our tools, please consider delegating
to{" "}
<a
href="https://cosmology.zone/validator"
href="https://hyperweb.io/validator"
target="_blank"
rel="noreferrer"
aria-selected="false"
Expand Down
14 changes: 7 additions & 7 deletions packages/example/config/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ module.exports = {
canonical
},
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'
}
};
6 changes: 3 additions & 3 deletions packages/react-lite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Cosmos Kit is a universal wallet adapter for developers to build apps that quick

## Documentation

[docs.cosmology.zone/cosmos-kit](https://docs.cosmology.zone/cosmos-kit)
[docs.hyperweb.io/cosmos-kit](https://docs.hyperweb.io/cosmos-kit)

## Installation

Expand All @@ -31,11 +31,11 @@ yarn add @cosmos-kit/react @cosmos-kit/core @cosmos-kit/keplr chain-registry

## Provider

- [ChainProvider](https://docs.cosmology.zone/cosmos-kit/provider/chain-provider)
- [ChainProvider](https://docs.hyperweb.io/cosmos-kit/provider/chain-provider)

## Hooks

- [useChain](https://docs.cosmology.zone/cosmos-kit/hooks/use-chain)
- [useChain](https://docs.hyperweb.io/cosmos-kit/hooks/use-chain)

## Interchain JavaScript Stack

Expand Down
6 changes: 3 additions & 3 deletions packages/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Cosmos Kit is a universal wallet adapter for developers to build apps that quick

## Documentation

[docs.cosmology.zone/cosmos-kit](https://docs.cosmology.zone/cosmos-kit)
[docs.hyperweb.io/cosmos-kit](https://docs.hyperweb.io/cosmos-kit)

## Installation

Expand All @@ -31,11 +31,11 @@ yarn add @cosmos-kit/react @cosmos-kit/core @cosmos-kit/keplr chain-registry

## Provider

- [ChainProvider](https://docs.cosmology.zone/cosmos-kit/provider/chain-provider)
- [ChainProvider](https://docs.hyperweb.io/cosmos-kit/provider/chain-provider)

## Hooks

- [useChain](https://docs.cosmology.zone/cosmos-kit/hooks/use-chain)
- [useChain](https://docs.hyperweb.io/cosmos-kit/hooks/use-chain)

## Interchain JavaScript Stack

Expand Down
Loading

0 comments on commit 35f3f2e

Please sign in to comment.