Skip to content

Commit 4368c93

Browse files
committed
urls
1 parent e84e625 commit 4368c93

File tree

5 files changed

+21
-22
lines changed

5 files changed

+21
-22
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Everything is preconfigured, ready-to-go, so you can focus on your code!
6262

6363
- ⚡️ 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!
6464
- ⚛️ Sign and broadcast with [InterchainJS](https://github.com/hyperweb-io/interchainjs)
65-
- 🎨 Build awesome UI with [Interchain UI](https://hyperweb.io/products/interchain-ui) and [Explore Components](https://hyperweb.io/components)
65+
- 🎨 Build awesome UI with [Interchain UI](https://hyperweb.io/stack/interchain-ui) and [Explore Components](https://hyperweb.io/components)
6666
- 🛠 Render pages with [next.js](https://nextjs.org/) hybrid static & server rendering
6767
- 📝 Leverage [chain-registry](https://github.com/hyperweb-io/chain-registry) for Chain and Asset info for all IBC-connected chains
6868

examples/ibc-asset-list/config/features.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ export const products: Project[] = [
3939

4040
export const dependencies: Project[] = [
4141
{
42-
name: 'OsmoJS',
43-
desc: 'OsmosJS makes it easy to compose and broadcast Osmosis and Cosmos messages',
44-
link: 'https://github.com/osmosis-labs/osmojs',
42+
name: 'InterchainJS',
43+
desc: 'A single, universal signing interface for any network',
44+
link: 'https://github.com/hyperweb-io/interchainjs',
4545
},
4646
{
4747
name: 'Interchain UI',

packages/create-interchain-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Everything is preconfigured, ready-to-go, so you can focus on your code!
6262

6363
- ⚡️ 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!
6464
- ⚛️ Sign and broadcast with [InterchainJS](https://github.com/hyperweb-io/interchainjs)
65-
- 🎨 Build awesome UI with [Interchain UI](https://hyperweb.io/products/interchain-ui) and [Explore Components](https://hyperweb.io/components)
65+
- 🎨 Build awesome UI with [Interchain UI](https://hyperweb.io/stack/interchain-ui) and [Explore Components](https://hyperweb.io/components)
6666
- 🛠 Render pages with [next.js](https://nextjs.org/) hybrid static & server rendering
6767
- 📝 Leverage [chain-registry](https://github.com/hyperweb-io/chain-registry) for Chain and Asset info for all IBC-connected chains
6868

templates/chain-template/config/products.ts

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,56 +16,55 @@ export const products: Product[] = [
1616
name: 'Interchain Kit',
1717
description:
1818
'A wallet adapter for react with mobile WalletConnect support for the Cosmos ecosystem.',
19-
link: 'https://hyperweb.io/products/interchain-kit',
19+
link: 'https://hyperweb.io/stack/interchain-kit',
2020
category: 'frontend',
2121
},
22+
{
23+
name: 'InterchainJS',
24+
description: 'A single, universal signing interface for any network',
25+
link: 'https://hyperweb.io/stack/interchainjs',
26+
category: 'frontend'
27+
},
2228
{
2329
name: 'Telescope',
2430
description:
2531
'A TypeScript Transpiler for Cosmos Protobufs to generate libraries for Cosmos blockchains.',
26-
link: 'https://hyperweb.io/products/telescope',
32+
link: 'https://hyperweb.io/stack/telescope',
2733
category: 'cosmos-sdk',
2834
},
2935
{
3036
name: 'Interchain UI',
3137
description:
3238
'A simple, modular and cross-framework component library for Cosmos ecosystem.',
33-
link: 'https://hyperweb.io/products/interchain-ui',
39+
link: 'https://hyperweb.io/stack/interchain-ui',
3440
category: 'frontend',
3541
},
3642
{
3743
name: 'TS Codegen',
3844
description:
3945
'The quickest and easiest way to convert CosmWasm Contracts into dev-friendly TypeScript classes.',
40-
link: 'https://hyperweb.io/products/ts-codegen',
46+
link: 'https://hyperweb.io/stack/ts-codegen',
4147
category: 'cosmwasm',
4248
},
4349
{
4450
name: 'Chain Registry',
4551
description:
4652
'Get chain and asset list information from the npm package for the Official Cosmos chain registry.',
47-
link: 'https://hyperweb.io/products/chain-registry',
48-
category: 'frontend',
49-
},
50-
{
51-
name: 'OsmoJS',
52-
description:
53-
'OsmosJS makes it easy to compose and broadcast Osmosis and Cosmos messages.',
54-
link: 'https://hyperweb.io/products/osmojs',
53+
link: 'https://hyperweb.io/stack/chain-registry',
5554
category: 'frontend',
5655
},
5756
{
5857
name: 'Starship',
5958
description:
6059
'Starship makes it easy to build a universal interchain development environment in k8s.',
61-
link: 'https://hyperweb.io/products/starship',
60+
link: 'https://hyperweb.io/stack/starship',
6261
category: 'testing',
6362
},
6463
{
6564
name: 'Create Interchain App',
6665
description:
6766
'One-Command Setup for Modern Cosmos dApps. Speed up your development and bootstrap new web3 dApps quickly.',
68-
link: 'https://hyperweb.io/products/create-interchain-app',
67+
link: 'https://hyperweb.io/stack/create-interchain-app',
6968
category: 'frontend',
7069
},
7170
{

templates/connect-chain/config/projects.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ export const products: Project[] = [
3939

4040
export const dependencies: Project[] = [
4141
{
42-
name: 'OsmoJS',
43-
desc: 'OsmosJS makes it easy to compose and broadcast Osmosis and Cosmos messages',
44-
link: 'https://github.com/osmosis-labs/osmojs',
42+
name: 'InterchainJS',
43+
desc: 'A single, universal signing interface for any network',
44+
link: 'https://github.com/hyperweb-io/interchainjs',
4545
},
4646
{
4747
name: 'Interchain UI',

0 commit comments

Comments
 (0)