From ef0729d8d4e6e675d44ed175c77f206e9c8b1b9e Mon Sep 17 00:00:00 2001 From: Eason Smith Date: Mon, 27 Jan 2025 20:07:21 +0800 Subject: [PATCH] cosmology.zone -> hyperweb.io @cosmology -> @hyperweb create-cosmos-app -> create-interchain-app Cosmos Kit -> Interchain Kit asset-list -> ibc-asset-list Cosmology -> Hyperweb --- boilerplates/website/package.json | 4 ++-- examples/authz/README.md | 12 ++++++------ examples/authz/components/common/Footer.tsx | 2 +- examples/authz/components/common/Header.tsx | 2 +- examples/authz/configs/features.ts | 4 ++-- examples/authz/package.json | 4 ++-- templates/chain-template/package.json | 4 ++-- templates/connect-chain/package.json | 4 ++-- templates/connect-multi-chain/package.json | 4 ++-- 9 files changed, 20 insertions(+), 20 deletions(-) diff --git a/boilerplates/website/package.json b/boilerplates/website/package.json index 7a2d19f2..965a5509 100644 --- a/boilerplates/website/package.json +++ b/boilerplates/website/package.json @@ -1,5 +1,5 @@ { - "name": "@cosmology/website", + "name": "@hyperweb/website", "version": "1.0.0", "private": true, "scripts": { @@ -36,4 +36,4 @@ "generate-lockfile": "0.0.12", "typescript": "^5.1.6" } -} +} \ No newline at end of file diff --git a/examples/authz/README.md b/examples/authz/README.md index 2ea966b1..5a663689 100644 --- a/examples/authz/README.md +++ b/examples/authz/README.md @@ -1,4 +1,4 @@ -This is a Cosmos App project bootstrapped with [`create-cosmos-app`](https://github.com/hyperweb-io/create-cosmos-app). +This is a Cosmos App project bootstrapped with [`create-interchain-app`](https://github.com/hyperweb-io/create-interchain-app). ## Getting Started @@ -20,11 +20,11 @@ The npm package for the Official Cosmos chain registry. Get chain and token data * https://github.com/hyperweb-io/chain-registry -### Cosmology Videos +### Hyperweb Videos Checkout more videos for how to use various frontend tooling in the Cosmos! -* https://cosmology.zone/learn +* https://hyperweb.io/learn ### Interchain Kit @@ -68,17 +68,17 @@ Check out our [Next.js deployment documentation](https://nextjs.org/docs/deploym Checkout these related projects: -* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. +* [@hyperweb/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. * [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. +* [create-interchain-app](https://github.com/hyperweb-io/create-interchain-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. ## Credits -🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.zone/validator) +🛠 Built by Hyperweb — if you like our tools, please consider delegating to [our validator ⚛️](https://hyperweb.io/validator) ## Disclaimer diff --git a/examples/authz/components/common/Footer.tsx b/examples/authz/components/common/Footer.tsx index a1d352e1..1c904c66 100644 --- a/examples/authz/components/common/Footer.tsx +++ b/examples/authz/components/common/Footer.tsx @@ -160,7 +160,7 @@ export function Footer() { }} > Built with - + Cosmology diff --git a/examples/authz/components/common/Header.tsx b/examples/authz/components/common/Header.tsx index 326a5c95..50c8bab0 100644 --- a/examples/authz/components/common/Header.tsx +++ b/examples/authz/components/common/Header.tsx @@ -10,7 +10,7 @@ import { useColorModeValue, } from '@interchain-ui/react'; -const stacks = ['Cosmos Kit', 'Next.js']; +const stacks = ['Interchain Kit', 'Next.js']; export function Header() { const { theme, setTheme } = useTheme(); diff --git a/examples/authz/configs/features.ts b/examples/authz/configs/features.ts index 4cee68af..7e657dfe 100644 --- a/examples/authz/configs/features.ts +++ b/examples/authz/configs/features.ts @@ -32,8 +32,8 @@ export const products: Project[] = [ }, { name: 'Videos', - desc: 'How-to videos from the official Cosmology website, with learning resources for building in Cosmos.', - link: 'https://cosmology.zone/learn', + desc: 'How-to videos from the official Hyperweb website, with learning resources for building in Cosmos.', + link: 'https://hyperweb.io/learn', }, ]; diff --git a/examples/authz/package.json b/examples/authz/package.json index 3b0e1813..ddda6d6a 100644 --- a/examples/authz/package.json +++ b/examples/authz/package.json @@ -1,5 +1,5 @@ { - "name": "@cosmology/authz", + "name": "@hyperweb/authz", "version": "1.1.0", "private": true, "scripts": { @@ -87,4 +87,4 @@ "typescript": "^5.1.6" }, "packageManager": "yarn@4.3.0" -} +} \ No newline at end of file diff --git a/templates/chain-template/package.json b/templates/chain-template/package.json index a8c31b7b..090e07cd 100644 --- a/templates/chain-template/package.json +++ b/templates/chain-template/package.json @@ -1,5 +1,5 @@ { - "name": "@cosmology/chain-template", + "name": "@hyperweb/chain-template", "version": "1.1.1", "private": true, "scripts": { @@ -60,4 +60,4 @@ "typescript": "4.9.3", "yaml-loader": "^0.8.1" } -} +} \ No newline at end of file diff --git a/templates/connect-chain/package.json b/templates/connect-chain/package.json index 89d8368b..94ff3e16 100644 --- a/templates/connect-chain/package.json +++ b/templates/connect-chain/package.json @@ -1,5 +1,5 @@ { - "name": "@cosmology/connect-chain", + "name": "@hyperweb/connect-chain", "version": "1.1.1", "private": true, "scripts": { @@ -45,4 +45,4 @@ "typescript": "^5.1.6" }, "packageManager": "yarn@4.3.0" -} +} \ No newline at end of file diff --git a/templates/connect-multi-chain/package.json b/templates/connect-multi-chain/package.json index 04ac0c99..7101bd5d 100644 --- a/templates/connect-multi-chain/package.json +++ b/templates/connect-multi-chain/package.json @@ -1,5 +1,5 @@ { - "name": "@cosmology/connect-multi-chain", + "name": "@hyperweb/connect-multi-chain", "version": "1.1.1", "private": true, "scripts": { @@ -45,4 +45,4 @@ "typescript": "^5.1.6" }, "packageManager": "yarn@4.3.0" -} +} \ No newline at end of file