From b7625243995759d4dc01036a7aca716753d109eb Mon Sep 17 00:00:00 2001 From: Eric Carlson Date: Mon, 2 Jun 2025 13:55:35 -0400 Subject: [PATCH 1/2] Add gentx and account for RHINO --- mainnet/genesis.json | 35 ++++++++++++++++++++---- mainnet/gentx/gentx-rhino.json | 50 ++++++++++++++++++++++++++++++++++ 2 files changed, 79 insertions(+), 6 deletions(-) create mode 100644 mainnet/gentx/gentx-rhino.json diff --git a/mainnet/genesis.json b/mainnet/genesis.json index 5b90572..0f8e83a 100644 --- a/mainnet/genesis.json +++ b/mainnet/genesis.json @@ -37,7 +37,15 @@ "sig_verify_cost_ed25519": "590", "sig_verify_cost_secp256k1": "1000" }, - "accounts": [] + "accounts": [ + { + "@type": "/cosmos.auth.v1beta1.BaseAccount", + "address": "lumera1z6nr8ke4zam5dskcjceky4ps2h50tnhjxfdw6g", + "pub_key": null, + "account_number": "0", + "sequence": "0" + } + ] }, "authz": { "authorization": [] @@ -47,8 +55,23 @@ "send_enabled": [], "default_send_enabled": true }, - "balances": [], - "supply": [], + "balances": [ + { + "address": "lumera1z6nr8ke4zam5dskcjceky4ps2h50tnhjxfdw6g", + "coins": [ + { + "denom": "ulume", + "amount": "1000000" + } + ] + } + ], + "supply": [ + { + "denom": "ulume", + "amount": "1000000" + } + ], "denom_metadata": [ { "description": "The native token of the lumera protocol", @@ -128,7 +151,7 @@ "validator_slash_events": [] }, "evidence": { - "evidence": [] + "evidence": [] }, "feegrant": { "allowances": [] @@ -309,7 +332,7 @@ "minimum_stake_for_sn": { "denom": "ulume", "amount": "25000000000" - }, + }, "inactivity_penalty_period": "86400s", "reporting_threshold": "10", "slashing_threshold": "5", @@ -366,4 +389,4 @@ } } } -} +} \ No newline at end of file diff --git a/mainnet/gentx/gentx-rhino.json b/mainnet/gentx/gentx-rhino.json new file mode 100644 index 0000000..fd1e865 --- /dev/null +++ b/mainnet/gentx/gentx-rhino.json @@ -0,0 +1,50 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "RHINO 🦏", + "identity": "59C635D1CD02FEEC", + "website": "https://rhinostake.com", + "security_contact": "support@rhinostake.com", + "details": "Blockchain infrastructure at institutional standards. Multi-region reliability, enterprise SLAs, and slash protection insurance. We build trust into every block." + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.250000000000000000", + "max_change_rate": "0.050000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "", + "validator_address": "lumeravaloper1z6nr8ke4zam5dskcjceky4ps2h50tnhjfn7jut", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "bQuoKwMjagfO0ukuFeNdm0MggT2q4xTy7GXn/UFW6zA=" + }, + "value": { "denom": "ulume", "amount": "1000000" } + } + ], + "memo": "6ad969bc8030de562d0e84124312a24d038c4117@142.4.52.98:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A9U/MHJQPiyEmnDxQgMrdfAJM/cVkjP7lAOBIdnS2zW1" + }, + "mode_info": { "single": { "mode": "SIGN_MODE_DIRECT" } }, + "sequence": "0" + } + ], + "fee": { "amount": [], "gas_limit": "200000", "payer": "", "granter": "" }, + "tip": null + }, + "signatures": [ + "GGi13OwOiXDolSiIjnmGFpxMk2foFWx4WutID9mF9sN+AX/GeZUjm8qEBFwHlygIzF70zuHKAIz+UdSY0oztdA==" + ] +} From e5ffa8b26bee58a0da8f90e1845c6d94bc2e9dfc Mon Sep 17 00:00:00 2001 From: Eric Carlson Date: Mon, 2 Jun 2025 14:02:41 -0400 Subject: [PATCH 2/2] Revert genesis.json update --- mainnet/genesis.json | 35 ++++++----------------------------- 1 file changed, 6 insertions(+), 29 deletions(-) diff --git a/mainnet/genesis.json b/mainnet/genesis.json index 0f8e83a..5b90572 100644 --- a/mainnet/genesis.json +++ b/mainnet/genesis.json @@ -37,15 +37,7 @@ "sig_verify_cost_ed25519": "590", "sig_verify_cost_secp256k1": "1000" }, - "accounts": [ - { - "@type": "/cosmos.auth.v1beta1.BaseAccount", - "address": "lumera1z6nr8ke4zam5dskcjceky4ps2h50tnhjxfdw6g", - "pub_key": null, - "account_number": "0", - "sequence": "0" - } - ] + "accounts": [] }, "authz": { "authorization": [] @@ -55,23 +47,8 @@ "send_enabled": [], "default_send_enabled": true }, - "balances": [ - { - "address": "lumera1z6nr8ke4zam5dskcjceky4ps2h50tnhjxfdw6g", - "coins": [ - { - "denom": "ulume", - "amount": "1000000" - } - ] - } - ], - "supply": [ - { - "denom": "ulume", - "amount": "1000000" - } - ], + "balances": [], + "supply": [], "denom_metadata": [ { "description": "The native token of the lumera protocol", @@ -151,7 +128,7 @@ "validator_slash_events": [] }, "evidence": { - "evidence": [] + "evidence": [] }, "feegrant": { "allowances": [] @@ -332,7 +309,7 @@ "minimum_stake_for_sn": { "denom": "ulume", "amount": "25000000000" - }, + }, "inactivity_penalty_period": "86400s", "reporting_threshold": "10", "slashing_threshold": "5", @@ -389,4 +366,4 @@ } } } -} \ No newline at end of file +}