Skip to content

Commit

Permalink
Merge branch 'master' into mainnet-gentx
Browse files Browse the repository at this point in the history
  • Loading branch information
liamsi authored Oct 24, 2023
2 parents 90287d1 + ad17c19 commit 4631f88
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions celestia/gentx/NodesGuru.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "Nodes.Guru",
"identity": "28B672FCE6BBD562",
"website": "https://stake.nodes.guru",
"security_contact": "[email protected]",
"details": "Guru of non-custodial staking. Professional node running, low fees, best uptime and 24/7 customer support."
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.050000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "celestia1hm2d8e6nd5ngtlte3hlded03vgj3rer9sne5de",
"validator_address": "celestiavaloper1hm2d8e6nd5ngtlte3hlded03vgj3rer94vmdml",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "YI3najh0I3cLeXbIuPhVNkGG3sq3/EVwjlPaHJi0yx8="
},
"value": {
"denom": "utia",
"amount": "56000000000"
}
}
],
"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": "AlhVLe8NzaLROd4Pz93hJnU17OVLmOWcN3lvKHw/7tj2"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "210000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"OHskATtnApufSqV/7UIgM42BjuVDMtCoktWxtup+fUxjtlQrVeXHJT42kjBUJ+wjkgYMGpj6fCJLe/0kb2NzPg=="
]
}

0 comments on commit 4631f88

Please sign in to comment.