From d5793a55775a65d6d3e6fbd946512c26da2c77c8 Mon Sep 17 00:00:00 2001 From: Calin Tatar Date: Wed, 25 Oct 2023 02:15:42 +0300 Subject: [PATCH] Add Moonlet gentx and peers (#491) Co-authored-by: Calin Tatar --- celestia/Moonlet.txt | 1 + celestia/gentx/Moonlet.json | 62 +++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 celestia/Moonlet.txt create mode 100644 celestia/gentx/Moonlet.json diff --git a/celestia/Moonlet.txt b/celestia/Moonlet.txt new file mode 100644 index 00000000..6b21ccdd --- /dev/null +++ b/celestia/Moonlet.txt @@ -0,0 +1 @@ +6a50a814bece6ee873467299c9d6d6339055697@162.55.245.228:16656 diff --git a/celestia/gentx/Moonlet.json b/celestia/gentx/Moonlet.json new file mode 100644 index 00000000..9e0c5b08 --- /dev/null +++ b/celestia/gentx/Moonlet.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Moonlet", + "identity": "9A2BCB95983B1B73", + "website": "https://moonlet.io", + "security_contact": "contact@moonlet.io", + "details": "We operate nodes for next-generation blockchain networks and we are committed to support the decentralisation movement forward" + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.020000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1q8teur40emyun60et4wh5z6yj5669stg8cyfzr", + "validator_address": "celestiavaloper1q8teur40emyun60et4wh5z6yj5669stgz8xs59", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "DUjLobSYVLIGTJaUHx7dpExRTnh/E5FhktNDVq18Zv0=" + }, + "value": { + "denom": "utia", + "amount": "75000000000" + } + } + ], + "memo": "b9d80602f39f644380258592766f924efecf692b@192.168.1.200:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A9wy/tPya7kfXNsnRVbEn2PxzxD8nS2Qap8r4yrk84FJ" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_LEGACY_AMINO_JSON" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "/vp+4fwe9t0XQFQJ7EWLutAMC3Ug2wsN5Nre54fFgoME4Md/wZLrgy5otzszK1h1QyyIAMQBQ/+c/ao3gSDPCQ==" + ] +}