Skip to content

Commit 75a77f5

Browse files
authored
Merge pull request #47 from kinrokinro/patch-1
Add gentx and account for Nodes.Guru
2 parents e1ed15e + e2893e2 commit 75a77f5

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

mainnet/gentx/gentx-nodesguru.json

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"body": {
3+
"messages": [
4+
{
5+
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
6+
"description": {
7+
"moniker": "Nodes.Guru",
8+
"identity": "28B672FCE6BBD562",
9+
"website": "https://nodes.guru",
10+
"security_contact": "security@nodes.guru",
11+
"details": "Guru of non-custodial staking. Professional node running, low fees, best uptime and 24/7 customer support."
12+
},
13+
"commission": {
14+
"rate": "0.050000000000000000",
15+
"max_rate": "0.200000000000000000",
16+
"max_change_rate": "0.050000000000000000"
17+
},
18+
"min_self_delegation": "1",
19+
"delegator_address": "",
20+
"validator_address": "lumeravaloper1x7td37sldrv4y90a47qhy9j6z6u6xd68nm4fjc",
21+
"pubkey": {
22+
"@type": "/cosmos.crypto.ed25519.PubKey",
23+
"key": "/D5nM3nAFL1NBIt8NPBUxJtQrzBWM5QeikhSssveYjk="
24+
},
25+
"value": {
26+
"denom": "ulume",
27+
"amount": "1000000"
28+
}
29+
}
30+
],
31+
"memo": "7ee9e539a8c6ddc8fe651768ec083ae8e765ed89@185.26.11.73:56416",
32+
"timeout_height": "0",
33+
"extension_options": [],
34+
"non_critical_extension_options": []
35+
},
36+
"auth_info": {
37+
"signer_infos": [
38+
{
39+
"public_key": {
40+
"@type": "/cosmos.crypto.secp256k1.PubKey",
41+
"key": "A/Q6yVHVUDpccLq08HnIblggicBJnFb7DGNL2CgW0Q4u"
42+
},
43+
"mode_info": {
44+
"single": {
45+
"mode": "SIGN_MODE_DIRECT"
46+
}
47+
},
48+
"sequence": "0"
49+
}
50+
],
51+
"fee": {
52+
"amount": [],
53+
"gas_limit": "200000",
54+
"payer": "",
55+
"granter": ""
56+
},
57+
"tip": null
58+
},
59+
"signatures": [
60+
"nQEA9oImOfONCVb39rj2talZ+KLHaBaS905dSiMSSDovM4XCMEwJOjGV/P2AfKg0H7JvFzC/qFFzVLzfwZXvOg=="
61+
]
62+
}

0 commit comments

Comments
 (0)