Skip to content

Commit b762524

Browse files
Add gentx and account for RHINO
1 parent 694b930 commit b762524

File tree

2 files changed

+79
-6
lines changed

2 files changed

+79
-6
lines changed

mainnet/genesis.json

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,15 @@
3737
"sig_verify_cost_ed25519": "590",
3838
"sig_verify_cost_secp256k1": "1000"
3939
},
40-
"accounts": []
40+
"accounts": [
41+
{
42+
"@type": "/cosmos.auth.v1beta1.BaseAccount",
43+
"address": "lumera1z6nr8ke4zam5dskcjceky4ps2h50tnhjxfdw6g",
44+
"pub_key": null,
45+
"account_number": "0",
46+
"sequence": "0"
47+
}
48+
]
4149
},
4250
"authz": {
4351
"authorization": []
@@ -47,8 +55,23 @@
4755
"send_enabled": [],
4856
"default_send_enabled": true
4957
},
50-
"balances": [],
51-
"supply": [],
58+
"balances": [
59+
{
60+
"address": "lumera1z6nr8ke4zam5dskcjceky4ps2h50tnhjxfdw6g",
61+
"coins": [
62+
{
63+
"denom": "ulume",
64+
"amount": "1000000"
65+
}
66+
]
67+
}
68+
],
69+
"supply": [
70+
{
71+
"denom": "ulume",
72+
"amount": "1000000"
73+
}
74+
],
5275
"denom_metadata": [
5376
{
5477
"description": "The native token of the lumera protocol",
@@ -128,7 +151,7 @@
128151
"validator_slash_events": []
129152
},
130153
"evidence": {
131-
"evidence": []
154+
"evidence": []
132155
},
133156
"feegrant": {
134157
"allowances": []
@@ -309,7 +332,7 @@
309332
"minimum_stake_for_sn": {
310333
"denom": "ulume",
311334
"amount": "25000000000"
312-
},
335+
},
313336
"inactivity_penalty_period": "86400s",
314337
"reporting_threshold": "10",
315338
"slashing_threshold": "5",
@@ -366,4 +389,4 @@
366389
}
367390
}
368391
}
369-
}
392+
}

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": "[email protected]",
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": "[email protected]: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)