Skip to content

Commit cefdc0e

Browse files
authored
Merge pull request #60 from RhinoStake/validator-gentx-RHINO
Add gentx and account for RHINO
2 parents bb588c4 + e5ffa8b commit cefdc0e

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

mainnet/gentx/gentx-rhino.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"body": {
3+
"messages": [
4+
{
5+
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
6+
"description": {
7+
"moniker": "RHINO 🦏",
8+
"identity": "59C635D1CD02FEEC",
9+
"website": "https://rhinostake.com",
10+
"security_contact": "support@rhinostake.com",
11+
"details": "Blockchain infrastructure at institutional standards. Multi-region reliability, enterprise SLAs, and slash protection insurance. We build trust into every block."
12+
},
13+
"commission": {
14+
"rate": "0.100000000000000000",
15+
"max_rate": "0.250000000000000000",
16+
"max_change_rate": "0.050000000000000000"
17+
},
18+
"min_self_delegation": "1",
19+
"delegator_address": "",
20+
"validator_address": "lumeravaloper1z6nr8ke4zam5dskcjceky4ps2h50tnhjfn7jut",
21+
"pubkey": {
22+
"@type": "/cosmos.crypto.ed25519.PubKey",
23+
"key": "bQuoKwMjagfO0ukuFeNdm0MggT2q4xTy7GXn/UFW6zA="
24+
},
25+
"value": { "denom": "ulume", "amount": "1000000" }
26+
}
27+
],
28+
"memo": "6ad969bc8030de562d0e84124312a24d038c4117@142.4.52.98:26656",
29+
"timeout_height": "0",
30+
"extension_options": [],
31+
"non_critical_extension_options": []
32+
},
33+
"auth_info": {
34+
"signer_infos": [
35+
{
36+
"public_key": {
37+
"@type": "/cosmos.crypto.secp256k1.PubKey",
38+
"key": "A9U/MHJQPiyEmnDxQgMrdfAJM/cVkjP7lAOBIdnS2zW1"
39+
},
40+
"mode_info": { "single": { "mode": "SIGN_MODE_DIRECT" } },
41+
"sequence": "0"
42+
}
43+
],
44+
"fee": { "amount": [], "gas_limit": "200000", "payer": "", "granter": "" },
45+
"tip": null
46+
},
47+
"signatures": [
48+
"GGi13OwOiXDolSiIjnmGFpxMk2foFWx4WutID9mF9sN+AX/GeZUjm8qEBFwHlygIzF70zuHKAIz+UdSY0oztdA=="
49+
]
50+
}

0 commit comments

Comments
 (0)