File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ Generate TypeScript SDKs for your CosmWasm smart contracts
10
10
<a href =" https://github.com/CosmWasm/ts-codegen/actions/workflows/run-tests.yaml " >
11
11
<img height="20" src="https://github.com/CosmWasm/ts-codegen/actions/workflows/run-tests.yaml/badge.svg" />
12
12
</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 " />
15
15
</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 " />
18
18
</a >
19
19
<br />
20
20
<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
358
358
Clone your project and ` cd ` into your contracts folder
359
359
360
360
``` sh
361
- git clone https://github.com/cosmology-tech /launchpad.git
361
+ git clone https://github.com/hyperweb-io /launchpad.git
362
362
cd launchpad/contracts/whitelists/whitelist
363
363
```
364
364
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ Generate TypeScript SDKs for your CosmWasm smart contracts
10
10
<a href =" https://github.com/CosmWasm/ts-codegen/actions/workflows/run-tests.yaml " >
11
11
<img height="20" src="https://github.com/CosmWasm/ts-codegen/actions/workflows/run-tests.yaml/badge.svg" />
12
12
</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 " />
15
15
</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 " />
18
18
</a >
19
19
<br />
20
20
<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
358
358
Clone your project and ` cd ` into your contracts folder
359
359
360
360
``` sh
361
- git clone https://github.com/cosmology-tech /launchpad.git
361
+ git clone https://github.com/hyperweb-io /launchpad.git
362
362
cd launchpad/contracts/whitelists/whitelist
363
363
```
364
364
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const glob = require('glob').sync;
8
8
const fs = require ( 'fs' ) ;
9
9
const path = require ( 'path' ) ;
10
10
11
- const repo = 'https://github.com/cosmology-tech /ts-codegen-module-boilerplate' ;
11
+ const repo = 'https://github.com/hyperweb-io /ts-codegen-module-boilerplate' ;
12
12
export default async ( argv : MinimistArgs ) => {
13
13
if ( ! shell . which ( 'git' ) ) {
14
14
shell . echo ( 'Sorry, this script requires git' ) ;
You can’t perform that action at this time.
0 commit comments