From 95f42c2704c719df6103066d6e6b9401ff802455 Mon Sep 17 00:00:00 2001 From: Jeff Thompson Date: Fri, 22 Dec 2023 10:47:36 +0100 Subject: [PATCH 1/2] chore: In the 01_getting_started tutorial, clarify how to use gnokey add (#207) Signed-off-by: Jeff Thompson --- tutorial/01_getting_started/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tutorial/01_getting_started/README.md b/tutorial/01_getting_started/README.md index 0886f4e..3ee26df 100644 --- a/tutorial/01_getting_started/README.md +++ b/tutorial/01_getting_started/README.md @@ -189,10 +189,13 @@ block" to contain 10^13 ugnot. > _ugnot_ is to $GNOT what [satoshi](https://www.investopedia.com/terms/s/satoshi.asp) > is to bitcoin; the smallest, indivisible denomination of the token. -Execute the following command, and input the mnemonic below: +Execute the following command, a passphrase to use the key, the passphrase repeated, and input the mnemonic below: ```console gnokey add test1 --recover +# Enter a passphrase to encrypt your key to disk: +# Repeat the passphrase: +# Enter your bip39 mnemonic ``` ``` From 9aa813fbb86fec377a85fc4528411d652fc780ff Mon Sep 17 00:00:00 2001 From: Reza Rahemtola Date: Fri, 22 Dec 2023 10:49:43 +0100 Subject: [PATCH 2/2] fix(ci): Useless env var removed and useful one used (#208) --- .github/workflows/deploy-realm.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy-realm.yml b/.github/workflows/deploy-realm.yml index a68c0ad..1eb662c 100644 --- a/.github/workflows/deploy-realm.yml +++ b/.github/workflows/deploy-realm.yml @@ -10,7 +10,6 @@ on: env: GNOKEY: "go run github.com/gnolang/gno/gno.land/cmd/gnokey" GNOCHESS_REALM: gno.land/r/demo/chess_${GITHUB_SHA} - GNOLAND_REMOTE_CHAIN: "https://rpc.gnochess.com:443" MNEMONIC: "source bonus chronic canvas draft south burst lottery vacant surface solve popular case indicate oppose farm nothing bullet exhibit title speed wink action roast" jobs: @@ -29,7 +28,7 @@ jobs: echo "" | $GNOKEY maketx addpkg \ --gas-wanted 50000000 \ --gas-fee 1ugnot \ - --pkgpath gno.land/r/demo/chess_${GITHUB_SHA} \ + --pkgpath $GNOCHESS_REALM \ --pkgdir . \ --insecure-password-stdin \ --remote \