From 80496cc5b0da3d28a058c31b280028d90bb17f62 Mon Sep 17 00:00:00 2001 From: hashkid Date: Fri, 17 Jan 2025 23:55:16 +0800 Subject: [PATCH] Create test.json --- sidechain-1/gentxs/test.json | 62 ++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 sidechain-1/gentxs/test.json diff --git a/sidechain-1/gentxs/test.json b/sidechain-1/gentxs/test.json new file mode 100644 index 0000000..b2302fe --- /dev/null +++ b/sidechain-1/gentxs/test.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Ping Pub", + "identity": "", + "website": "", + "security_contact": "", + "details": "" + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "1.000000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "", + "validator_address": "sidevaloper1qqr3wzgzqvpqxycjzyr3kzcequxskxqxzydsjqgeqygq2xqxqgtpuaaajmf", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "GgPpbGXwmKmWjwgLnZvdkC5PKE0sErxvOBig6UC4aoY=" + }, + "value": { + "denom": "uside", + "amount": "1000000" + } + } + ], + "memo": "b2040cbc57aba4187b2a72aaca665ac831c770f8@172.31.34.206:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.segwit.PubKey", + "key": "Ah9PE8lhLLOai3Fng2+7Xqkam5krInbTvcXGiEIfN8tm" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "200000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "IJrwJ2Hj/vE81SQfOndCRic9hVWHb6GqsCShatFRtPxyEJuqmVBl0k3qD15dnPqx7U/oC/lpunQEPyS/my+oieo=" + ] +}