Skip to content

Commit

Permalink
fixed rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Zetazzz committed Jan 27, 2025
1 parent adf7113 commit 0fc6c49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions examples/authz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ Checkout more videos for how to use various frontend tooling in the Cosmos!

* https://cosmology.zone/learn

### Cosmos Kit
### Interchain Kit

A wallet connector for the Cosmos ⚛️

* https://github.com/hyperweb-io/cosmos-kit
* https://github.com/hyperweb-io/interchain-kit

### Telescope

Expand Down Expand Up @@ -71,7 +71,7 @@ Checkout these related projects:
* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
* [chain-registry](https://github.com/hyperweb-io/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
* [cosmos-kit](https://github.com/hyperweb-io/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
* [interchain-kit](https://github.com/hyperweb-io/interchain-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
* [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command.
* [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
* [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.
Expand Down
4 changes: 2 additions & 2 deletions examples/authz/configs/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ export type Project = {

export const products: Project[] = [
{
name: 'Cosmos Kit',
name: 'Interchain Kit',
desc: 'A wallet adapter for react with mobile WalletConnect support for the Cosmos ecosystem.',
link: 'https://github.com/hyperweb-io/cosmos-kit',
link: 'https://github.com/hyperweb-io/interchain-kit',
},
{
name: 'Telescope',
Expand Down

0 comments on commit 0fc6c49

Please sign in to comment.