Skip to content

Commit 9801417

Browse files
committed
repo
1 parent 4280349 commit 9801417

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Generate TypeScript SDKs for your CosmWasm smart contracts
1010
<a href="https://github.com/CosmWasm/ts-codegen/actions/workflows/run-tests.yaml">
1111
<img height="20" src="https://github.com/CosmWasm/ts-codegen/actions/workflows/run-tests.yaml/badge.svg" />
1212
</a>
13-
<a href="https://github.com/cosmology-tech/lib-count">
14-
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fcosmology-tech%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fcosmwasm%2Ftotal.json"/>
13+
<a href="https://github.com/hyperweb-io/lib-count">
14+
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhyperweb-io%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fcosmwasm%2Ftotal.json"/>
1515
</a>
16-
<a href="https://github.com/cosmology-tech/lib-count">
17-
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fcosmology-tech%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fcosmwasm%2Fmonthly.json"/>
16+
<a href="https://github.com/hyperweb-io/lib-count">
17+
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhyperweb-io%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fcosmwasm%2Fmonthly.json"/>
1818
</a>
1919
<br />
2020
<a href="https://github.com/CosmWasm/ts-codegen/blob/main/LICENSE-MIT"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
@@ -358,7 +358,7 @@ npm install @cosmwasm/ts-codegen
358358
Clone your project and `cd` into your contracts folder
359359

360360
```sh
361-
git clone https://github.com/cosmology-tech/launchpad.git
361+
git clone https://github.com/hyperweb-io/launchpad.git
362362
cd launchpad/contracts/whitelists/whitelist
363363
```
364364

packages/ts-codegen/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Generate TypeScript SDKs for your CosmWasm smart contracts
1010
<a href="https://github.com/CosmWasm/ts-codegen/actions/workflows/run-tests.yaml">
1111
<img height="20" src="https://github.com/CosmWasm/ts-codegen/actions/workflows/run-tests.yaml/badge.svg" />
1212
</a>
13-
<a href="https://github.com/cosmology-tech/lib-count">
14-
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fcosmology-tech%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fcosmwasm%2Ftotal.json"/>
13+
<a href="https://github.com/hyperweb-io/lib-count">
14+
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhyperweb-io%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fcosmwasm%2Ftotal.json"/>
1515
</a>
16-
<a href="https://github.com/cosmology-tech/lib-count">
17-
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fcosmology-tech%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fcosmwasm%2Fmonthly.json"/>
16+
<a href="https://github.com/hyperweb-io/lib-count">
17+
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhyperweb-io%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fcosmwasm%2Fmonthly.json"/>
1818
</a>
1919
<br />
2020
<a href="https://github.com/CosmWasm/ts-codegen/blob/main/LICENSE-MIT"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
@@ -358,7 +358,7 @@ npm install @cosmwasm/ts-codegen
358358
Clone your project and `cd` into your contracts folder
359359

360360
```sh
361-
git clone https://github.com/cosmology-tech/launchpad.git
361+
git clone https://github.com/hyperweb-io/launchpad.git
362362
cd launchpad/contracts/whitelists/whitelist
363363
```
364364

packages/ts-codegen/src/commands/create-boilerplate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const glob = require('glob').sync;
88
const fs = require('fs');
99
const path = require('path');
1010

11-
const repo = 'https://github.com/cosmology-tech/ts-codegen-module-boilerplate';
11+
const repo = 'https://github.com/hyperweb-io/ts-codegen-module-boilerplate';
1212
export default async (argv: MinimistArgs) => {
1313
if (!shell.which('git')) {
1414
shell.echo('Sorry, this script requires git');

0 commit comments

Comments
 (0)