Skip to content

Commit

Permalink
Change branch name to main
Browse files Browse the repository at this point in the history
  • Loading branch information
findolor committed Dec 10, 2021
1 parent 98963de commit 7ba0598
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import path from "path";
/*
* This base-helper is here to use with different helper files in contracts
*
* Usage: npx @cosmjs/cli@^0.26 --init https://raw.githubusercontent.com/InterWasm/cw-plus-helpers/master/base.ts
* Usage: npx @cosmjs/cli@^0.26 --init https://raw.githubusercontent.com/InterWasm/cw-plus-helpers/main/base.ts
*
* Create a client:
* const [addr, client] = await useOptions(pebblenetOptions).setup('password');
Expand Down
4 changes: 2 additions & 2 deletions cw1-subkeys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import { calculateFee } from "@cosmjs/stargate"

/*
* This is a set of helpers meant for use with @cosmjs/cli
* Look at https://raw.githubusercontent.com/InterWasm/cw-plus-helpers/master/base.ts on how to setup a wallet
* Look at https://raw.githubusercontent.com/InterWasm/cw-plus-helpers/main/base.ts on how to setup a wallet
* With these you can easily use the cw1 contract without worrying about forming messages and parsing queries.
*
* Usage: npx @cosmjs/cli@^0.26 --init https://raw.githubusercontent.com/InterWasm/cw-plus-helpers/master/base.ts --init https://raw.githubusercontent.com/InterWasm/cw-plus-helpers/master/cw1-subkeys.ts
* Usage: npx @cosmjs/cli@^0.26 --init https://raw.githubusercontent.com/InterWasm/cw-plus-helpers/main/base.ts --init https://raw.githubusercontent.com/InterWasm/cw-plus-helpers/main/cw1-subkeys.ts
*
* Create a client:
* const [addr, client] = await useOptions(uniOptions).setup('password');
Expand Down
4 changes: 2 additions & 2 deletions cw20-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import { calculateFee } from "@cosmjs/stargate"

/*
* This is a set of helpers meant for use with @cosmjs/cli
* Look at https://raw.githubusercontent.com/InterWasm/cw-plus-helpers/master/base.ts on how to setup a wallet
* Look at https://raw.githubusercontent.com/InterWasm/cw-plus-helpers/main/base.ts on how to setup a wallet
* With these you can easily use the cw20 contract without worrying about forming messages and parsing queries.
*
* Usage: npx @cosmjs/cli@^0.26 --init https://raw.githubusercontent.com/InterWasm/cw-plus-helpers/master/base.ts --init https://raw.githubusercontent.com/InterWasm/cw-plus-helpers/master/cw20-base.ts
* Usage: npx @cosmjs/cli@^0.26 --init https://raw.githubusercontent.com/InterWasm/cw-plus-helpers/main/base.ts --init https://raw.githubusercontent.com/InterWasm/cw-plus-helpers/main/cw20-base.ts
*
* Create a client:
* const [addr, client] = await useOptions(uniOptions).setup('password');
Expand Down
4 changes: 2 additions & 2 deletions cw3-flex-multisig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import { Coin } from "@cosmjs/amino"
import { calculateFee } from "@cosmjs/stargate"
/*
* This is a set of helpers meant for use with @cosmjs/cli
* Look at https://raw.githubusercontent.com/InterWasm/cw-plus-helpers/master/base.ts on how to setup a wallet
* Look at https://raw.githubusercontent.com/InterWasm/cw-plus-helpers/main/base.ts on how to setup a wallet
* With these you can easily use the cw3 contract without worrying about forming messages and parsing queries.
*
* Usage: npx @cosmjs/cli@^0.26 --init https://raw.githubusercontent.com/InterWasm/cw-plus-helpers/master/base.ts --init https://raw.githubusercontent.com/InterWasm/cw-plus-helpers/master/cw3-flex-multisig.ts
* Usage: npx @cosmjs/cli@^0.26 --init https://raw.githubusercontent.com/InterWasm/cw-plus-helpers/main/base.ts --init https://raw.githubusercontent.com/InterWasm/cw-plus-helpers/main/cw3-flex-multisig.ts
*
* Create a client:
* const [addr, client] = await useOptions(uniOptions).setup('password');
Expand Down
4 changes: 2 additions & 2 deletions cw4-group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import { calculateFee } from "@cosmjs/stargate"

/*
* This is a set of helpers meant for use with @cosmjs/cli
* Look at https://raw.githubusercontent.com/InterWasm/cw-plus-helpers/master/contracts/base.ts on how to setup a wallet
* Look at https://raw.githubusercontent.com/InterWasm/cw-plus-helpers/main/contracts/base.ts on how to setup a wallet
* With these you can easily use the cw20 contract without worrying about forming messages and parsing queries.
*
* Usage: npx @cosmjs/cli@^0.26 --init https://raw.githubusercontent.com/InterWasm/cw-plus-helpers/master/base.ts --init https://raw.githubusercontent.com/InterWasm/cw-plus-helpers/master/cw4-group.ts
* Usage: npx @cosmjs/cli@^0.26 --init https://raw.githubusercontent.com/InterWasm/cw-plus-helpers/main/base.ts --init https://raw.githubusercontent.com/InterWasm/cw-plus-helpers/main/cw4-group.ts
*
* Create a client:
* const [addr, client] = await useOptions(uniOptions).setup('password');
Expand Down
4 changes: 2 additions & 2 deletions cw721-base.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { calculateFee } from "@cosmjs/stargate"
/*
* This is a set of helpers meant for use with @cosmjs/cli
* Look at https://raw.githubusercontent.com/InterWasm/cw-plus-helpers/master/base.ts on how to setup a wallet
* Look at https://raw.githubusercontent.com/InterWasm/cw-plus-helpers/main/base.ts on how to setup a wallet
* With these you can easily use the cw1 contract without worrying about forming messages and parsing queries.
*
* Usage: npx @cosmjs/cli@^0.26 --init https://raw.githubusercontent.com/InterWasm/cw-plus-helpers/master/base.ts --init https://raw.githubusercontent.com/InterWasm/cw-plus-helpers/master/cw1-subkeys.ts
* Usage: npx @cosmjs/cli@^0.26 --init https://raw.githubusercontent.com/InterWasm/cw-plus-helpers/main/base.ts --init https://raw.githubusercontent.com/InterWasm/cw-plus-helpers/main/cw1-subkeys.ts
*
* Create a client:
* const [addr, client] = await useOptions(uniOptions).setup('password');
Expand Down

0 comments on commit 7ba0598

Please sign in to comment.