From 3c9c8412c5b151dffa711e7ff269dd398501e85b Mon Sep 17 00:00:00 2001 From: Thruststation <141832090+Thruststation@users.noreply.github.com> Date: Wed, 9 Aug 2023 13:34:02 +0200 Subject: [PATCH 1/2] Add files via upload --- omniflixhub-1/gentxs/Thruststation-gentx.json | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 omniflixhub-1/gentxs/Thruststation-gentx.json diff --git a/omniflixhub-1/gentxs/Thruststation-gentx.json b/omniflixhub-1/gentxs/Thruststation-gentx.json new file mode 100644 index 0000000..c4d755b --- /dev/null +++ b/omniflixhub-1/gentxs/Thruststation-gentx.json @@ -0,0 +1,61 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Thruststation", + "identity": "", + "website": "https://yourweb.site", + "security_contact": "", + "details": "New validator that aims at establishing trust and good service for omniflix community" + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "omniflix1n9wlf5d6j6k2hp0pyn2aqhp26n7zwy894xzsu2", + "validator_address": "omniflixvaloper1n9wlf5d6j6k2hp0pyn2aqhp26n7zwy89c5s3az", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "setnBjMTYm+WUiikvfAI0xNtowhrH6IWQmwx03Qtm1w=" + }, + "value": { + "denom": "uflix", + "amount": "10000000" + } + } + ], + "memo": "25a0af1eee954207a3dcb4f896e436390734ba74@172.30.98.104:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "AuZDHWqCoe3SoGxR5YL3dHRb2P/XO8/k3ziAVOyfA1ok" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "200000", + "payer": "", + "granter": "" + } + }, + "signatures": [ + "nsOH9GYuxzYLHfGaRsfJX6EB3T7G38blZ3GeQPnyP2UtfgO2ApLyUOuaPH8DjFT4TPQScZMW293dvUojWbFagQ==" + ] +} \ No newline at end of file From 545912b255778740766d6fc1ffde9ba0ac8c409f Mon Sep 17 00:00:00 2001 From: Thruststation <141832090+Thruststation@users.noreply.github.com> Date: Wed, 9 Aug 2023 13:40:17 +0200 Subject: [PATCH 2/2] added website --- omniflixhub-1/gentxs/Thruststation-gentx.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/omniflixhub-1/gentxs/Thruststation-gentx.json b/omniflixhub-1/gentxs/Thruststation-gentx.json index c4d755b..885f7b5 100644 --- a/omniflixhub-1/gentxs/Thruststation-gentx.json +++ b/omniflixhub-1/gentxs/Thruststation-gentx.json @@ -6,7 +6,7 @@ "description": { "moniker": "Thruststation", "identity": "", - "website": "https://yourweb.site", + "website": "https://github.com/Thruststation", "security_contact": "", "details": "New validator that aims at establishing trust and good service for omniflix community" }, @@ -58,4 +58,4 @@ "signatures": [ "nsOH9GYuxzYLHfGaRsfJX6EB3T7G38blZ3GeQPnyP2UtfgO2ApLyUOuaPH8DjFT4TPQScZMW293dvUojWbFagQ==" ] -} \ No newline at end of file +}