From ff5f572d5021ec852fa2916db061fdbad486af51 Mon Sep 17 00:00:00 2001 From: alekh_w <65398578+asverty@users.noreply.github.com> Date: Mon, 8 Aug 2022 22:58:46 +0300 Subject: [PATCH 1/2] Add anode.json Add anode.json for Passage 3D genesis launch --- passage-1/gentxs/anode.json | 55 +++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 passage-1/gentxs/anode.json diff --git a/passage-1/gentxs/anode.json b/passage-1/gentxs/anode.json new file mode 100644 index 0000000..f3bc9e1 --- /dev/null +++ b/passage-1/gentxs/anode.json @@ -0,0 +1,55 @@ +{ + "body": { + "messages": [{ + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "anode", + "identity": "B408D693B9E27CB2", + "website": "https://twitter.com/alekh_w", + "security_contact": "virtualxgrape@gmail.com", + "details": "Cosmos lover ⚛ Ethereum beginner 🔰 Validation, coding and creative with fun and responsibilities 🙌 " + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "pasg1kf49w0zgdevy7yr3yx7pekqjzse655ye4j5lf3", + "validator_address": "pasgvaloper1kf49w0zgdevy7yr3yx7pekqjzse655yexw7hgd", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "htDqeiwuvHPEW+YrQLhuAMxk17d8t/GLb6qmlVxXDbA=" + }, + "value": { + "denom": "upasg", + "amount": "9000000" + } + }], + "memo": "b81446517cb846611057585cf33c48eae353e709@216.238.68.154:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [{ + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A3gnGi2D+Z7v0hrtB5P8UVAfvrbwwAZ81XirodBZZGMN" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + }], + "fee": { + "amount": [], + "gas_limit": "200000", + "payer": "", + "granter": "" + } + }, + "signatures": ["n/GXJlLLWVtTQdF3nJ/TGBgdFwi4pVOXB7fisrlrhfwyJTMH85w46lNIRNAO8O7S0i8Ku5mOmxPHgE5ZwcC+XQ=="] +} From 08ec966a545ba073a1072b242dbbb99f32307a76 Mon Sep 17 00:00:00 2001 From: alekh_w <65398578+asverty@users.noreply.github.com> Date: Fri, 28 Jul 2023 01:33:13 +0300 Subject: [PATCH 2/2] Update README.md Delete ` in checksum --- passage-2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passage-2/README.md b/passage-2/README.md index 43504ec..c084423 100644 --- a/passage-2/README.md +++ b/passage-2/README.md @@ -79,7 +79,7 @@ passage tendermint unsafe-reset-all --home ~/.passage #### Verify genesis ```sh -jq -S -c -M '' ~/.passage/config/genesis.json | shasum -a 256``` +jq -S -c -M '' ~/.passage/config/genesis.json | shasum -a 256`` It should be equal to the contents in [checksum](checksum.txt) ```