@@ -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 {
0 commit comments