From d70cae9fa889bcbcf6e5b5d995290481d5d0d518 Mon Sep 17 00:00:00 2001 From: Upnode <117493285+upnodedev@users.noreply.github.com> Date: Wed, 25 Oct 2023 18:03:17 +0700 Subject: [PATCH] Add Upnode gentx (#440) * Add Upnode gentx * Add Upnode peers * Fix gentx step 1 * Fix gentx * Fix peers --- celestia/Upnode.txt | 1 + celestia/gentx/Upnode.json | 62 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 celestia/Upnode.txt create mode 100644 celestia/gentx/Upnode.json diff --git a/celestia/Upnode.txt b/celestia/Upnode.txt new file mode 100644 index 00000000..4a0043e8 --- /dev/null +++ b/celestia/Upnode.txt @@ -0,0 +1 @@ +5b0d1b8cb6f893426168300f69a82750d4be8729@193.35.57.185:11656 \ No newline at end of file diff --git a/celestia/gentx/Upnode.json b/celestia/gentx/Upnode.json new file mode 100644 index 00000000..81934c0f --- /dev/null +++ b/celestia/gentx/Upnode.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Upnode | 0% Fee", + "identity": "", + "website": "", + "security_contact": "", + "details": "" + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.250000000000000000", + "max_change_rate": "0.050000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia133t4gpv4vhpqgfn9gr8l4u423zrglg8rnlm9h9", + "validator_address": "celestiavaloper133t4gpv4vhpqgfn9gr8l4u423zrglg8rkqeupr", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "nfJs6LqABJd1oDZLo1HuHdWtbgOWBmWmtwu95gg7180=" + }, + "value": { + "denom": "utia", + "amount": "9000000" + } + } + ], + "memo": "31ed748afff7f41677d7122448fb6ddfe9b10537@192.168.1.102:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "AoA05phFtVWokIR6LUODUAqMhlzoiVPvM/iDRMBJl8x+" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_LEGACY_AMINO_JSON" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "P3VRA7m/9hjqoABPTywmGGofe0xoX4dBCAeIC0YgzOs8CEeWTVK5Y6n6YHIo0ybx/21TdRGdTkRl1gMEnqd9+w==" + ] +}