Skip to content

Commit 0fc6c49

Browse files
committed
fixed rename
1 parent adf7113 commit 0fc6c49

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/authz/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ Checkout more videos for how to use various frontend tooling in the Cosmos!
2626

2727
* https://cosmology.zone/learn
2828

29-
### Cosmos Kit
29+
### Interchain Kit
3030

3131
A wallet connector for the Cosmos ⚛️
3232

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

3535
### Telescope
3636

@@ -71,7 +71,7 @@ Checkout these related projects:
7171
* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
7272
* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
7373
* [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.
74-
* [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.
74+
* [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.
7575
* [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command.
7676
* [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
7777
* [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.

examples/authz/configs/features.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ export type Project = {
66

77
export const products: Project[] = [
88
{
9-
name: 'Cosmos Kit',
9+
name: 'Interchain Kit',
1010
desc: 'A wallet adapter for react with mobile WalletConnect support for the Cosmos ecosystem.',
11-
link: 'https://github.com/hyperweb-io/cosmos-kit',
11+
link: 'https://github.com/hyperweb-io/interchain-kit',
1212
},
1313
{
1414
name: 'Telescope',

0 commit comments

Comments
 (0)