Skip to content

Commit cafe479

Browse files
committed
urls
1 parent ee8aa98 commit cafe479

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

README.md

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

6161
- ⚡️ Connect easily to 20+ wallets via [Cosmos Kit](https://github.com/hyperweb-io/cosmos-kit) — including Ledger, Keplr, Cosmostation, Leap, Trust Wallet, OKX, XDEFI, Exodus, Wallet Connect and more!
6262
- ⚛️ Sign and broadcast with [cosmjs](https://github.com/cosmos/cosmjs) stargate + cosmwasm signers
63-
- 🎨 Build awesome UI with [Interchain UI](https://hyperweb.io/products/interchain-ui) and [Explore Components](https://hyperweb.io/components)
63+
- 🎨 Build awesome UI with [Interchain UI](https://hyperweb.io/stack/interchain-ui) and [Explore Components](https://hyperweb.io/components)
6464
- 🛠 Render pages with [next.js](https://nextjs.org/) hybrid static & server rendering
6565
- 📝 Leverage [chain-registry](https://github.com/hyperweb-io/chain-registry) for Chain and Asset info for all Cosmos chains
6666

examples/spawn/config/products.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,56 +16,56 @@ export const products: Product[] = [
1616
name: 'Cosmos Kit',
1717
description:
1818
'A wallet adapter for react with mobile WalletConnect support for the Cosmos ecosystem.',
19-
link: 'https://hyperweb.io/products/cosmos-kit',
19+
link: 'https://hyperweb.io/stack/cosmos-kit',
2020
category: 'frontend',
2121
},
2222
{
2323
name: 'Telescope',
2424
description:
2525
'A TypeScript Transpiler for Cosmos Protobufs to generate libraries for Cosmos blockchains.',
26-
link: 'https://hyperweb.io/products/telescope',
26+
link: 'https://hyperweb.io/stack/telescope',
2727
category: 'cosmos-sdk',
2828
},
2929
{
3030
name: 'Interchain UI',
3131
description:
3232
'A simple, modular and cross-framework component library for Cosmos ecosystem.',
33-
link: 'https://hyperweb.io/products/interchain-ui',
33+
link: 'https://hyperweb.io/stack/interchain-ui',
3434
category: 'frontend',
3535
},
3636
{
3737
name: 'TS Codegen',
3838
description:
3939
'The quickest and easiest way to convert CosmWasm Contracts into dev-friendly TypeScript classes.',
40-
link: 'https://hyperweb.io/products/ts-codegen',
40+
link: 'https://hyperweb.io/stack/ts-codegen',
4141
category: 'cosmwasm',
4242
},
4343
{
4444
name: 'Chain Registry',
4545
description:
4646
'Get chain and asset list information from the npm package for the Official Cosmos chain registry.',
47-
link: 'https://hyperweb.io/products/chain-registry',
47+
link: 'https://hyperweb.io/stack/chain-registry',
4848
category: 'frontend',
4949
},
5050
{
5151
name: 'OsmoJS',
5252
description:
5353
'OsmosJS makes it easy to compose and broadcast Osmosis and Cosmos messages.',
54-
link: 'https://hyperweb.io/products/osmojs',
54+
link: 'https://hyperweb.io/stack/osmojs',
5555
category: 'frontend',
5656
},
5757
{
5858
name: 'Starship',
5959
description:
6060
'Starship makes it easy to build a universal interchain development environment in k8s.',
61-
link: 'https://hyperweb.io/products/starship',
61+
link: 'https://hyperweb.io/stack/starship',
6262
category: 'testing',
6363
},
6464
{
6565
name: 'Create Cosmos App',
6666
description:
6767
'One-Command Setup for Modern Cosmos dApps. Speed up your development and bootstrap new web3 dApps quickly.',
68-
link: 'https://hyperweb.io/products/create-cosmos-app',
68+
link: 'https://hyperweb.io/stack/create-cosmos-app',
6969
category: 'frontend',
7070
},
7171
{

packages/create-cosmos-app/README.md

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

6161
- ⚡️ Connect easily to 20+ wallets via [Cosmos Kit](https://github.com/hyperweb-io/cosmos-kit) — including Ledger, Keplr, Cosmostation, Leap, Trust Wallet, OKX, XDEFI, Exodus, Wallet Connect and more!
6262
- ⚛️ Sign and broadcast with [cosmjs](https://github.com/cosmos/cosmjs) stargate + cosmwasm signers
63-
- 🎨 Build awesome UI with [Interchain UI](https://hyperweb.io/products/interchain-ui) and [Explore Components](https://hyperweb.io/components)
63+
- 🎨 Build awesome UI with [Interchain UI](https://hyperweb.io/stack/interchain-ui) and [Explore Components](https://hyperweb.io/components)
6464
- 🛠 Render pages with [next.js](https://nextjs.org/) hybrid static & server rendering
6565
- 📝 Leverage [chain-registry](https://github.com/hyperweb-io/chain-registry) for Chain and Asset info for all Cosmos chains
6666

templates/chain-template/config/products.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,56 +16,56 @@ export const products: Product[] = [
1616
name: 'Cosmos Kit',
1717
description:
1818
'A wallet adapter for react with mobile WalletConnect support for the Cosmos ecosystem.',
19-
link: 'https://hyperweb.io/products/cosmos-kit',
19+
link: 'https://hyperweb.io/stack/cosmos-kit',
2020
category: 'frontend',
2121
},
2222
{
2323
name: 'Telescope',
2424
description:
2525
'A TypeScript Transpiler for Cosmos Protobufs to generate libraries for Cosmos blockchains.',
26-
link: 'https://hyperweb.io/products/telescope',
26+
link: 'https://hyperweb.io/stack/telescope',
2727
category: 'cosmos-sdk',
2828
},
2929
{
3030
name: 'Interchain UI',
3131
description:
3232
'A simple, modular and cross-framework component library for Cosmos ecosystem.',
33-
link: 'https://hyperweb.io/products/interchain-ui',
33+
link: 'https://hyperweb.io/stack/interchain-ui',
3434
category: 'frontend',
3535
},
3636
{
3737
name: 'TS Codegen',
3838
description:
3939
'The quickest and easiest way to convert CosmWasm Contracts into dev-friendly TypeScript classes.',
40-
link: 'https://hyperweb.io/products/ts-codegen',
40+
link: 'https://hyperweb.io/stack/ts-codegen',
4141
category: 'cosmwasm',
4242
},
4343
{
4444
name: 'Chain Registry',
4545
description:
4646
'Get chain and asset list information from the npm package for the Official Cosmos chain registry.',
47-
link: 'https://hyperweb.io/products/chain-registry',
47+
link: 'https://hyperweb.io/stack/chain-registry',
4848
category: 'frontend',
4949
},
5050
{
5151
name: 'OsmoJS',
5252
description:
5353
'OsmosJS makes it easy to compose and broadcast Osmosis and Cosmos messages.',
54-
link: 'https://hyperweb.io/products/osmojs',
54+
link: 'https://hyperweb.io/stack/osmojs',
5555
category: 'frontend',
5656
},
5757
{
5858
name: 'Starship',
5959
description:
6060
'Starship makes it easy to build a universal interchain development environment in k8s.',
61-
link: 'https://hyperweb.io/products/starship',
61+
link: 'https://hyperweb.io/stack/starship',
6262
category: 'testing',
6363
},
6464
{
6565
name: 'Create Cosmos App',
6666
description:
6767
'One-Command Setup for Modern Cosmos dApps. Speed up your development and bootstrap new web3 dApps quickly.',
68-
link: 'https://hyperweb.io/products/create-cosmos-app',
68+
link: 'https://hyperweb.io/stack/create-cosmos-app',
6969
category: 'frontend',
7070
},
7171
{

0 commit comments

Comments
 (0)