Skip to content
This repository was archived by the owner on Feb 15, 2022. It is now read-only.

Commit 96a0a21

Browse files
authored
ADD Mercury gentx (#28)
* Create Mercury.json * Update mercury gentx: change max_rate to 0.1
1 parent 41ae761 commit 96a0a21

File tree

1 file changed

+67
-0
lines changed

1 file changed

+67
-0
lines changed

gentxs/Mercury.json

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"body": {
3+
"messages": [
4+
{
5+
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
6+
"description": {
7+
"moniker": "☉ Mercury",
8+
"identity": "48CE867E6AB5ED72",
9+
"website": "https://mercury-nodes.net",
10+
"security_contact": "https://t.me/MercuryPlanetes",
11+
"details": "Professional validators on baremetal servers. May the stake be with you!"
12+
},
13+
"commission": {
14+
"rate": "0.100000000000000000",
15+
"max_rate": "0.100000000000000000",
16+
"max_change_rate": "0.050000000000000000"
17+
},
18+
"min_self_delegation": "1",
19+
"delegator_address": "umee1xgqr7pn80g6w398wzdmye3lu6wsgk32swqcrul",
20+
"validator_address": "umeevaloper1xgqr7pn80g6w398wzdmye3lu6wsgk32swylvd4",
21+
"pubkey": {
22+
"@type": "/cosmos.crypto.ed25519.PubKey",
23+
"key": "rC95XE9grkLrVP9VOH183r0bXuT+km38wvu11wNR7GM="
24+
},
25+
"value": {
26+
"denom": "uumee",
27+
"amount": "30000000000"
28+
}
29+
},
30+
{
31+
"@type": "/gravity.v1.MsgSetOrchestratorAddress",
32+
"validator": "umeevaloper1xgqr7pn80g6w398wzdmye3lu6wsgk32swylvd4",
33+
"orchestrator": "umee1v4mt5vr85ag8muhamecv8sjkans8qg6myj83pf",
34+
"eth_address": "0x2023Dee3ae77C7C31B0d24545753B4ab8F89F96b"
35+
}
36+
],
37+
"memo": "e8d22a41155ac83582ff7c4bfc0f42f690e97029@5.9.141.82:26656",
38+
"timeout_height": "0",
39+
"extension_options": [],
40+
"non_critical_extension_options": []
41+
},
42+
"auth_info": {
43+
"signer_infos": [
44+
{
45+
"public_key": {
46+
"@type": "/cosmos.crypto.secp256k1.PubKey",
47+
"key": "AuIJox+vqforQd46OQ9takdvIqhaUOwu30hPriUC+Rax"
48+
},
49+
"mode_info": {
50+
"single": {
51+
"mode": "SIGN_MODE_DIRECT"
52+
}
53+
},
54+
"sequence": "0"
55+
}
56+
],
57+
"fee": {
58+
"amount": [],
59+
"gas_limit": "200000",
60+
"payer": "",
61+
"granter": ""
62+
}
63+
},
64+
"signatures": [
65+
"2OXpViJposhAeCBE5Hft6jWv0xSxoMY53b5HUhrtJSYCbXqDLUrb0GaPsTqrrLeQrJjARouIkHvKBqQN+WbZ5w=="
66+
]
67+
}

0 commit comments

Comments
 (0)