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
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
358358Clone 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
362362cd launchpad/contracts/whitelists/whitelist
363363```
364364
Original file line number Diff line number Diff 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
358358Clone 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
362362cd launchpad/contracts/whitelists/whitelist
363363```
364364
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const glob = require('glob').sync;
88const fs = require ( 'fs' ) ;
99const 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' ;
1212export default async ( argv : MinimistArgs ) => {
1313 if ( ! shell . which ( 'git' ) ) {
1414 shell . echo ( 'Sorry, this script requires git' ) ;
You can’t perform that action at this time.
0 commit comments