Skip to content

Commit b0f2c00

Browse files
authored
Merge pull request #10 from hyperweb-io/rename
rename after authz
2 parents 9060b73 + ef0729d commit b0f2c00

File tree

9 files changed

+20
-20
lines changed

9 files changed

+20
-20
lines changed

boilerplates/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@cosmology/website",
2+
"name": "@hyperweb/website",
33
"version": "1.0.0",
44
"private": true,
55
"scripts": {
@@ -36,4 +36,4 @@
3636
"generate-lockfile": "0.0.12",
3737
"typescript": "^5.1.6"
3838
}
39-
}
39+
}

examples/authz/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is a Cosmos App project bootstrapped with [`create-cosmos-app`](https://github.com/hyperweb-io/create-cosmos-app).
1+
This is a Cosmos App project bootstrapped with [`create-interchain-app`](https://github.com/hyperweb-io/create-interchain-app).
22

33
## Getting Started
44

@@ -20,11 +20,11 @@ The npm package for the Official Cosmos chain registry. Get chain and token data
2020

2121
* https://github.com/hyperweb-io/chain-registry
2222

23-
### Cosmology Videos
23+
### Hyperweb Videos
2424

2525
Checkout more videos for how to use various frontend tooling in the Cosmos!
2626

27-
* https://cosmology.zone/learn
27+
* https://hyperweb.io/learn
2828

2929
### Interchain Kit
3030

@@ -68,17 +68,17 @@ Check out our [Next.js deployment documentation](https://nextjs.org/docs/deploym
6868

6969
Checkout these related projects:
7070

71-
* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
71+
* [@hyperweb/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.
7474
* [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.
75-
* [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command.
75+
* [create-interchain-app](https://github.com/hyperweb-io/create-interchain-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.
7878

7979
## Credits
8080

81-
🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.zone/validator)
81+
🛠 Built by Hyperweb — if you like our tools, please consider delegating to [our validator ⚛️](https://hyperweb.io/validator)
8282

8383

8484
## Disclaimer

examples/authz/components/common/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export function Footer() {
160160
}}
161161
>
162162
<Text>Built with</Text>
163-
<Link href="https://cosmology.zone/" target="_blank">
163+
<Link href="https://hyperweb.io/" target="_blank">
164164
Cosmology
165165
</Link>
166166
</Stack>

examples/authz/components/common/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
useColorModeValue,
1111
} from '@interchain-ui/react';
1212

13-
const stacks = ['Cosmos Kit', 'Next.js'];
13+
const stacks = ['Interchain Kit', 'Next.js'];
1414

1515
export function Header() {
1616
const { theme, setTheme } = useTheme();

examples/authz/configs/features.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ export const products: Project[] = [
3232
},
3333
{
3434
name: 'Videos',
35-
desc: 'How-to videos from the official Cosmology website, with learning resources for building in Cosmos.',
36-
link: 'https://cosmology.zone/learn',
35+
desc: 'How-to videos from the official Hyperweb website, with learning resources for building in Cosmos.',
36+
link: 'https://hyperweb.io/learn',
3737
},
3838
];
3939

examples/authz/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@cosmology/authz",
2+
"name": "@hyperweb/authz",
33
"version": "1.1.0",
44
"private": true,
55
"scripts": {
@@ -87,4 +87,4 @@
8787
"typescript": "^5.1.6"
8888
},
8989
"packageManager": "[email protected]"
90-
}
90+
}

templates/chain-template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@cosmology/chain-template",
2+
"name": "@hyperweb/chain-template",
33
"version": "1.1.1",
44
"private": true,
55
"scripts": {
@@ -60,4 +60,4 @@
6060
"typescript": "4.9.3",
6161
"yaml-loader": "^0.8.1"
6262
}
63-
}
63+
}

templates/connect-chain/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@cosmology/connect-chain",
2+
"name": "@hyperweb/connect-chain",
33
"version": "1.1.1",
44
"private": true,
55
"scripts": {
@@ -45,4 +45,4 @@
4545
"typescript": "^5.1.6"
4646
},
4747
"packageManager": "[email protected]"
48-
}
48+
}

templates/connect-multi-chain/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@cosmology/connect-multi-chain",
2+
"name": "@hyperweb/connect-multi-chain",
33
"version": "1.1.1",
44
"private": true,
55
"scripts": {
@@ -45,4 +45,4 @@
4545
"typescript": "^5.1.6"
4646
},
4747
"packageManager": "[email protected]"
48-
}
48+
}

0 commit comments

Comments
 (0)