diff --git a/README.md b/README.md index 8b8e7cea..3cecb498 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Everything is preconfigured, ready-to-go, so you can focus on your code! - ⚡️ Connect easily to 20+ wallets via [Interchain Kit](https://github.com/hyperweb-io/interchain-kit) — including Ledger, Keplr, Cosmostation, Leap, Trust Wallet, OKX, XDEFI, Exodus, Wallet Connect and more! - ⚛️ Sign and broadcast with [InterchainJS](https://github.com/hyperweb-io/interchainjs) -- 🎨 Build awesome UI with [Interchain UI](https://hyperweb.io/products/interchain-ui) and [Explore Components](https://hyperweb.io/components) +- 🎨 Build awesome UI with [Interchain UI](https://hyperweb.io/stack/interchain-ui) and [Explore Components](https://hyperweb.io/components) - 🛠 Render pages with [next.js](https://nextjs.org/) hybrid static & server rendering - 📝 Leverage [chain-registry](https://github.com/hyperweb-io/chain-registry) for Chain and Asset info for all IBC-connected chains diff --git a/examples/ibc-asset-list/config/features.ts b/examples/ibc-asset-list/config/features.ts index 02a04d7f..8c00142e 100644 --- a/examples/ibc-asset-list/config/features.ts +++ b/examples/ibc-asset-list/config/features.ts @@ -39,9 +39,9 @@ export const products: Project[] = [ export const dependencies: Project[] = [ { - name: 'OsmoJS', - desc: 'OsmosJS makes it easy to compose and broadcast Osmosis and Cosmos messages', - link: 'https://github.com/osmosis-labs/osmojs', + name: 'InterchainJS', + desc: 'A single, universal signing interface for any network', + link: 'https://github.com/hyperweb-io/interchainjs', }, { name: 'Interchain UI', diff --git a/packages/create-interchain-app/README.md b/packages/create-interchain-app/README.md index b6384f57..b9aa83d7 100644 --- a/packages/create-interchain-app/README.md +++ b/packages/create-interchain-app/README.md @@ -62,7 +62,7 @@ Everything is preconfigured, ready-to-go, so you can focus on your code! - ⚡️ Connect easily to 20+ wallets via [Interchain Kit](https://github.com/hyperweb-io/interchain-kit) — including Ledger, Keplr, Cosmostation, Leap, Trust Wallet, OKX, XDEFI, Exodus, Wallet Connect and more! - ⚛️ Sign and broadcast with [InterchainJS](https://github.com/hyperweb-io/interchainjs) -- 🎨 Build awesome UI with [Interchain UI](https://hyperweb.io/products/interchain-ui) and [Explore Components](https://hyperweb.io/components) +- 🎨 Build awesome UI with [Interchain UI](https://hyperweb.io/stack/interchain-ui) and [Explore Components](https://hyperweb.io/components) - 🛠 Render pages with [next.js](https://nextjs.org/) hybrid static & server rendering - 📝 Leverage [chain-registry](https://github.com/hyperweb-io/chain-registry) for Chain and Asset info for all IBC-connected chains diff --git a/templates/chain-template/config/products.ts b/templates/chain-template/config/products.ts index 8d755d20..b8cbd8fc 100644 --- a/templates/chain-template/config/products.ts +++ b/templates/chain-template/config/products.ts @@ -16,56 +16,55 @@ export const products: Product[] = [ name: 'Interchain Kit', description: 'A wallet adapter for react with mobile WalletConnect support for the Cosmos ecosystem.', - link: 'https://hyperweb.io/products/interchain-kit', + link: 'https://hyperweb.io/stack/interchain-kit', category: 'frontend', }, + { + name: 'InterchainJS', + description: 'A single, universal signing interface for any network', + link: 'https://hyperweb.io/stack/interchainjs', + category: 'frontend' + }, { name: 'Telescope', description: 'A TypeScript Transpiler for Cosmos Protobufs to generate libraries for Cosmos blockchains.', - link: 'https://hyperweb.io/products/telescope', + link: 'https://hyperweb.io/stack/telescope', category: 'cosmos-sdk', }, { name: 'Interchain UI', description: 'A simple, modular and cross-framework component library for Cosmos ecosystem.', - link: 'https://hyperweb.io/products/interchain-ui', + link: 'https://hyperweb.io/stack/interchain-ui', category: 'frontend', }, { name: 'TS Codegen', description: 'The quickest and easiest way to convert CosmWasm Contracts into dev-friendly TypeScript classes.', - link: 'https://hyperweb.io/products/ts-codegen', + link: 'https://hyperweb.io/stack/ts-codegen', category: 'cosmwasm', }, { name: 'Chain Registry', description: 'Get chain and asset list information from the npm package for the Official Cosmos chain registry.', - link: 'https://hyperweb.io/products/chain-registry', - category: 'frontend', - }, - { - name: 'OsmoJS', - description: - 'OsmosJS makes it easy to compose and broadcast Osmosis and Cosmos messages.', - link: 'https://hyperweb.io/products/osmojs', + link: 'https://hyperweb.io/stack/chain-registry', category: 'frontend', }, { name: 'Starship', description: 'Starship makes it easy to build a universal interchain development environment in k8s.', - link: 'https://hyperweb.io/products/starship', + link: 'https://hyperweb.io/stack/starship', category: 'testing', }, { name: 'Create Interchain App', description: 'One-Command Setup for Modern Cosmos dApps. Speed up your development and bootstrap new web3 dApps quickly.', - link: 'https://hyperweb.io/products/create-interchain-app', + link: 'https://hyperweb.io/stack/create-interchain-app', category: 'frontend', }, { diff --git a/templates/connect-chain/config/projects.ts b/templates/connect-chain/config/projects.ts index 01bc3673..4758375f 100644 --- a/templates/connect-chain/config/projects.ts +++ b/templates/connect-chain/config/projects.ts @@ -39,9 +39,9 @@ export const products: Project[] = [ export const dependencies: Project[] = [ { - name: 'OsmoJS', - desc: 'OsmosJS makes it easy to compose and broadcast Osmosis and Cosmos messages', - link: 'https://github.com/osmosis-labs/osmojs', + name: 'InterchainJS', + desc: 'A single, universal signing interface for any network', + link: 'https://github.com/hyperweb-io/interchainjs', }, { name: 'Interchain UI',