From 98014174b9776ac32ffbab64e62bb88fb5e815d1 Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Mon, 27 Jan 2025 17:03:00 -0800 Subject: [PATCH] repo --- README.md | 10 +++++----- packages/ts-codegen/README.md | 10 +++++----- packages/ts-codegen/src/commands/create-boilerplate.ts | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index d024d36..b152da6 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ Generate TypeScript SDKs for your CosmWasm smart contracts - - + + - - + +
@@ -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 ``` diff --git a/packages/ts-codegen/README.md b/packages/ts-codegen/README.md index d024d36..b152da6 100644 --- a/packages/ts-codegen/README.md +++ b/packages/ts-codegen/README.md @@ -10,11 +10,11 @@ Generate TypeScript SDKs for your CosmWasm smart contracts - - + + - - + +
@@ -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 ``` diff --git a/packages/ts-codegen/src/commands/create-boilerplate.ts b/packages/ts-codegen/src/commands/create-boilerplate.ts index 25aee8c..c9a23b2 100644 --- a/packages/ts-codegen/src/commands/create-boilerplate.ts +++ b/packages/ts-codegen/src/commands/create-boilerplate.ts @@ -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');