From 7722b1c5dd97cabc77eb7838e357c347050176d0 Mon Sep 17 00:00:00 2001 From: Albert Andrejev Date: Mon, 16 Jan 2023 20:21:27 +0200 Subject: [PATCH] Create gentx-val-test.json --- gentx/gentx-val-test.json | 61 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 gentx/gentx-val-test.json diff --git a/gentx/gentx-val-test.json b/gentx/gentx-val-test.json new file mode 100644 index 0000000..aa793b2 --- /dev/null +++ b/gentx/gentx-val-test.json @@ -0,0 +1,61 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Validator School", + "identity": "", + "website": "", + "security_contact": "", + "details": "" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "cosmos1ndmxkmwh9cnzcj6qpcs0r20pvw04q0umyl4twv", + "validator_address": "cosmosvaloper1ndmxkmwh9cnzcj6qpcs0r20pvw04q0umptp7zl", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "Z/69S3hoUEMH4FQRN9Vx0k50oXnhWKL6gPHDaBWyvf8=" + }, + "value": { + "denom": "uatom", + "amount": "12500000000000" + } + } + ], + "memo": "a8e50dd0e26820d8de0bdb71de793e36fa85652d@192.168.3.18:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "Ak+5kJ/rRN8IZNwAWvoh7gCZCPPOF3RTJM7IMLuE8GSu" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "200000", + "payer": "", + "granter": "" + } + }, + "signatures": [ + "A6X4Ifo1JS+evz1dmtVBObhZGqHaCbZLdeR3KcWHXaJWVrURPpiO/k2YzB3+HQ8hYBEs2sOPpUSOYHhp/eGp+g==" + ] +}