Skip to content

Commit 5ec7664

Browse files
authored
Merge pull request #51 from Krewedk0/validator-gentx-citadelone
Add gentx and account for Citadel.one
2 parents 7d2a4a3 + 55b008a commit 5ec7664

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed
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": "Citadel.one",
8+
"identity": "EBB03EB4BB4CFCA7",
9+
"website": "https://citadel.one",
10+
"security_contact": "[email protected]",
11+
"details": "Citadel.one is a multi-asset non-custodial staking platform that lets anyone become a part of decentralized infrastructure and earn passive income. Stake with our nodes or any other validator across multiple networks in a few clicks"
12+
},
13+
"commission": {
14+
"rate": "0.050000000000000000",
15+
"max_rate": "0.200000000000000000",
16+
"max_change_rate": "0.030000000000000000"
17+
},
18+
"min_self_delegation": "1",
19+
"delegator_address": "",
20+
"validator_address": "lumeravaloper1mf7amw0gdaf5epk2fq6w03yvfy9nlnxzgs3qmx",
21+
"pubkey": {
22+
"@type": "/cosmos.crypto.ed25519.PubKey",
23+
"key": "BCxVAN5E4WlnYKVL6V2i+v0BCfiWCAMbO3TofwbQTi4="
24+
},
25+
"value": {
26+
"denom": "ulume",
27+
"amount": "1000000"
28+
}
29+
}
30+
],
31+
"memo": "[email protected]:26656",
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": "AxGR+GgYLkMt5QzTYgdLVHdY/s6VOE9NMem6TcLhVm9M"
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+
"mgnPyiQeJjAA2pAetm5f22UxkJC2RJOHxYmlg7v7qxZVd7n0k2bcoFC1crI+8o/qyNrFVW8CKe3nszVmzR+YKg=="
61+
]
62+
}

0 commit comments

Comments
 (0)