From 0e12c69a573df20ccf24339f1bec3081a70e792e Mon Sep 17 00:00:00 2001 From: Mike Purvis Date: Wed, 13 Jul 2022 22:46:24 -0700 Subject: [PATCH 1/2] fix README link that breaks on npmjs's site --- packages/cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/README.md b/packages/cli/README.md index 34334629..79232918 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -259,7 +259,7 @@ play with contracts. ## Diving into Contracts -Check out the [mask documentation](./MASK.md) to view how to use some custom +Check out the [mask documentation](https://github.com/cosmos/cosmjs/blob/main/packages/cli/MASK.md) to view how to use some custom helpers to upload code and use non-trivial contracts with proper types. ## License From 32ceae75ec8e6183501ff58c43cd1b82cdc43a4f Mon Sep 17 00:00:00 2001 From: Mike Purvis Date: Wed, 13 Jul 2022 22:46:39 -0700 Subject: [PATCH 2/2] fix typos in "transferring" --- packages/cli/MASK.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cli/MASK.md b/packages/cli/MASK.md index 4c09d07f..2e9ac5e3 100644 --- a/packages/cli/MASK.md +++ b/packages/cli/MASK.md @@ -219,10 +219,10 @@ native messages to make this binding simpler, and also allow these to be triggered by internal contract logic (they cannot form opaque messages, but rather just relay opaque messages formed by the clients). -## Transfering Owner +## Transferring Owner Happy hacking using the mask contract. And to make this a bit more interesting, -note that you can transfer control of this mask. By transfering ownership, we +note that you can transfer control of this mask. By transferring ownership, we transfer control of our `ucosm` native , our `FOO` erc20 token, and our open staking position in one fell swoop, without the other modules/contracts being aware of the change.