Skip to content

Commit

Permalink
repo
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Jan 28, 2025
1 parent 4280349 commit 9801417
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Generate TypeScript SDKs for your CosmWasm smart contracts
<a href="https://github.com/CosmWasm/ts-codegen/actions/workflows/run-tests.yaml">
<img height="20" src="https://github.com/CosmWasm/ts-codegen/actions/workflows/run-tests.yaml/badge.svg" />
</a>
<a href="https://github.com/cosmology-tech/lib-count">
<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"/>
<a href="https://github.com/hyperweb-io/lib-count">
<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"/>
</a>
<a href="https://github.com/cosmology-tech/lib-count">
<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"/>
<a href="https://github.com/hyperweb-io/lib-count">
<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"/>
</a>
<br />
<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>
Expand Down Expand Up @@ -358,7 +358,7 @@ npm install @cosmwasm/ts-codegen
Clone your project and `cd` into your contracts folder

```sh
git clone https://github.com/cosmology-tech/launchpad.git
git clone https://github.com/hyperweb-io/launchpad.git
cd launchpad/contracts/whitelists/whitelist
```

Expand Down
10 changes: 5 additions & 5 deletions packages/ts-codegen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Generate TypeScript SDKs for your CosmWasm smart contracts
<a href="https://github.com/CosmWasm/ts-codegen/actions/workflows/run-tests.yaml">
<img height="20" src="https://github.com/CosmWasm/ts-codegen/actions/workflows/run-tests.yaml/badge.svg" />
</a>
<a href="https://github.com/cosmology-tech/lib-count">
<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"/>
<a href="https://github.com/hyperweb-io/lib-count">
<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"/>
</a>
<a href="https://github.com/cosmology-tech/lib-count">
<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"/>
<a href="https://github.com/hyperweb-io/lib-count">
<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"/>
</a>
<br />
<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>
Expand Down Expand Up @@ -358,7 +358,7 @@ npm install @cosmwasm/ts-codegen
Clone your project and `cd` into your contracts folder

```sh
git clone https://github.com/cosmology-tech/launchpad.git
git clone https://github.com/hyperweb-io/launchpad.git
cd launchpad/contracts/whitelists/whitelist
```

Expand Down
2 changes: 1 addition & 1 deletion packages/ts-codegen/src/commands/create-boilerplate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const glob = require('glob').sync;
const fs = require('fs');
const path = require('path');

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

0 comments on commit 9801417

Please sign in to comment.