Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename after authz #10

Merged
merged 1 commit into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions boilerplates/website/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@cosmology/website",
"name": "@hyperweb/website",
"version": "1.0.0",
"private": true,
"scripts": {
Expand Down Expand Up @@ -36,4 +36,4 @@
"generate-lockfile": "0.0.12",
"typescript": "^5.1.6"
}
}
}
12 changes: 6 additions & 6 deletions examples/authz/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/authz/components/common/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export function Footer() {
}}
>
<Text>Built with</Text>
<Link href="https://cosmology.zone/" target="_blank">
<Link href="https://hyperweb.io/" target="_blank">
Cosmology
</Link>
</Stack>
Expand Down
2 changes: 1 addition & 1 deletion examples/authz/components/common/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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();
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 @@ -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',
},
];

Expand Down
4 changes: 2 additions & 2 deletions examples/authz/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@cosmology/authz",
"name": "@hyperweb/authz",
"version": "1.1.0",
"private": true,
"scripts": {
Expand Down Expand Up @@ -87,4 +87,4 @@
"typescript": "^5.1.6"
},
"packageManager": "[email protected]"
}
}
4 changes: 2 additions & 2 deletions templates/chain-template/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@cosmology/chain-template",
"name": "@hyperweb/chain-template",
"version": "1.1.1",
"private": true,
"scripts": {
Expand Down Expand Up @@ -60,4 +60,4 @@
"typescript": "4.9.3",
"yaml-loader": "^0.8.1"
}
}
}
4 changes: 2 additions & 2 deletions templates/connect-chain/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@cosmology/connect-chain",
"name": "@hyperweb/connect-chain",
"version": "1.1.1",
"private": true,
"scripts": {
Expand Down Expand Up @@ -45,4 +45,4 @@
"typescript": "^5.1.6"
},
"packageManager": "[email protected]"
}
}
4 changes: 2 additions & 2 deletions templates/connect-multi-chain/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@cosmology/connect-multi-chain",
"name": "@hyperweb/connect-multi-chain",
"version": "1.1.1",
"private": true,
"scripts": {
Expand Down Expand Up @@ -45,4 +45,4 @@
"typescript": "^5.1.6"
},
"packageManager": "[email protected]"
}
}
Loading