From 0fc6c490b52444e47fa602230151c2546d0f5807 Mon Sep 17 00:00:00 2001 From: Zetazzz Date: Mon, 27 Jan 2025 19:18:20 +0800 Subject: [PATCH] fixed rename --- examples/authz/README.md | 6 +++--- examples/authz/configs/features.ts | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/authz/README.md b/examples/authz/README.md index 55770b2a..2ea966b1 100644 --- a/examples/authz/README.md +++ b/examples/authz/README.md @@ -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 @@ -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. diff --git a/examples/authz/configs/features.ts b/examples/authz/configs/features.ts index 52858e23..4cee68af 100644 --- a/examples/authz/configs/features.ts +++ b/examples/authz/configs/features.ts @@ -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',