Skip to content

Commit

Permalink
Merge pull request sideprotocol#4 from sideprotocol/test-submit-gentx
Browse files Browse the repository at this point in the history
add gentx for pingpub
  • Loading branch information
lazyluis authored Jan 17, 2025
2 parents 57a4014 + fab1ace commit 71cfb04
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions sidechain-1/gentxs/gentx-pingpub.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "Ping Pub",
"identity": "",
"website": "",
"security_contact": "",
"details": ""
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "1.000000000000000000",
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "",
"validator_address": "sidevaloper1qqr3wzgzqvpqxycjzyr3kzcequxskxqxzydsjqgeqygq2xqxqgtpuaaajmf",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "GgPpbGXwmKmWjwgLnZvdkC5PKE0sErxvOBig6UC4aoY="
},
"value": {
"denom": "uside",
"amount": "1000000"
}
}
],
"memo": "[email protected]:26656",
"timeout_height": "0",
"extension_options": [],
"non_critical_extension_options": []
},
"auth_info": {
"signer_infos": [
{
"public_key": {
"@type": "/cosmos.crypto.segwit.PubKey",
"key": "Ah9PE8lhLLOai3Fng2+7Xqkam5krInbTvcXGiEIfN8tm"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"IJrwJ2Hj/vE81SQfOndCRic9hVWHb6GqsCShatFRtPxyEJuqmVBl0k3qD15dnPqx7U/oC/lpunQEPyS/my+oieo="
]
}

0 comments on commit 71cfb04

Please sign in to comment.