forked from terpnetwork/genesis-prelaunch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgentx-example.json
61 lines (61 loc) · 2.07 KB
/
gentx-example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "test1",
"identity": "",
"website": "",
"security_contact": "",
"details": ""
},
"commission": {
"rate": "0.100000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "terp133tsenp3k9cmh4e4mx22zeedqwqndgzve455u8",
"validator_address": "terpvaloper133tsenp3k9cmh4e4mx22zeedqwqndgzvg23quk",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "SyPIn5xrek9vJxo0R4mte4OMHoOM6cQioNAAQSl4brQ="
},
"value": {
"denom": "uterp",
"amount": "1000000"
}
}
],
"memo": "2ed9bc1c655848a3d0e3d063f60530bf9c5e8755@172.31.223.49:26656",
"timeout_height": "0",
"extension_options": [],
"non_critical_extension_options": []
},
"auth_info": {
"signer_infos": [
{
"public_key": {
"@type": "/cosmos.crypto.secp256k1.PubKey",
"key": "AtPbutFZ3lsaENtWuGFaArY4s3pZd4M+t+cm2Q8du/40"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
}
},
"signatures": [
"882NIzB3Ex+4QT0tpAD73XYMBoA1vgrF1q7tyfIwZXkdipgKnT04aALTlOk5ntMMBN/Wz0+Py+LzuqCPZevCEA=="
]
}