Skip to content

Commit

Permalink
add polkachu gentx (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
PolkachuIntern authored Apr 22, 2024
1 parent 8bb039d commit 671b314
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions mainnet/gentx/gentx-polkachu.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "polkachu.com",
"identity": "0A6AF02D1557E5B4",
"website": "https://polkachu.com",
"security_contact": "[email protected]",
"details": "Polkachu is the trusted staking service provider for blockchain projects. 100% refund for downtime slash. Contact us at [email protected]"
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.100000000000000000",
"max_change_rate": "0.050000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "",
"validator_address": "sedavaloper1e8rcfr6g483snjn0ce3cae4ppg4jqre6c5s5fv",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "/rp/DzTBC94JGamu1dRchUh1PKaGoLA1qaw7I+LmDq8="
},
"value": { "denom": "aseda", "amount": "5000000000000000000000" }
}
],
"memo": "[email protected]:26656",
"timeout_height": "0",
"extension_options": [],
"non_critical_extension_options": []
},
"auth_info": {
"signer_infos": [
{
"public_key": {
"@type": "/cosmos.crypto.secp256k1.PubKey",
"key": "A4ros7p+RuZeaN5l6loXBp0qUZnerogshQepjpl9wfQL"
},
"mode_info": { "single": { "mode": "SIGN_MODE_DIRECT" } },
"sequence": "0"
}
],
"fee": { "amount": [], "gas_limit": "200000", "payer": "", "granter": "" },
"tip": null
},
"signatures": [
"7rVTvumo5nyGHPB4tZJTlxRQdZNqskFwoh/FvB5TEzJwd1ExcHmlX2LjXRK9oVa7ii14mM4zcdtDiiVL03S2lA=="
]
}

0 comments on commit 671b314

Please sign in to comment.