Skip to content

Commit e5e5282

Browse files
committed
feat(networks): add bonlulu gentx for testnet 8
1 parent 7315f69 commit e5e5282

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed
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": "bonlulu",
8+
"identity": "",
9+
"website": "",
10+
"security_contact": "",
11+
"details": ""
12+
},
13+
"commission": {
14+
"rate": "0.100000000000000000",
15+
"max_rate": "0.200000000000000000",
16+
"max_change_rate": "0.010000000000000000"
17+
},
18+
"min_self_delegation": "1",
19+
"delegator_address": "",
20+
"validator_address": "unionvaloper1v39zvpn9ff7quu9lxsawdwpg60lyfpz8s49u5d",
21+
"pubkey": {
22+
"@type": "/cosmos.crypto.bn254.PubKey",
23+
"key": "3RV5+KMiihaJgnJ99kwA+e14rYW4bqDP4Vkqd7OBQIg="
24+
},
25+
"value": { "denom": "muno", "amount": "1000000000000" }
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": "A9v4EiCzKQluwJJjGUNw9ygxzh+77D24d1LdigmF0ok6"
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+
"sszSGJyRVc1XQvxRo8pvLWGwncpbgQJFg4YmFrjGCDs7uwHraMwSrADTqMnZPgRkhn0r2a0hnIrmrLdKDtwk2w=="
49+
]
50+
}

0 commit comments

Comments
 (0)