Skip to content

Commit

Permalink
Merge pull request #364 from StakerSpace/master
Browse files Browse the repository at this point in the history
add gentx Staker Space
  • Loading branch information
liamsi authored Oct 24, 2023
2 parents 7c60976 + 8139600 commit 9b43d51
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
62 changes: 62 additions & 0 deletions celestia/gentx/staker-space.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "Staker Space",
"identity": "59850BC3A3C5F039",
"website": "https://staker.space",
"security_contact": "hello@staker.space or @gnossienli on telegram",
"details": "Independent node operator securing public blockchains"
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.100000000000000000",
"max_change_rate": "0.001000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "celestia1qdfdh8stxpkj4zz46x2n9ejyyy9h0c86s4kaya",
"validator_address": "celestiavaloper1qdfdh8stxpkj4zz46x2n9ejyyy9h0c86425yjm",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "Kw9ZMXqaRVALHVjVACA+WNIMFQ1hpxpWERzqs3ruuHs="
},
"value": {
"denom": "utia",
"amount": "67650000000"
}
}
],
"memo": "a41b4bc451b1b71d537aa1018226e08d7fa7e44e@192.168.1.78:26656",
"timeout_height": "0",
"extension_options": [],
"non_critical_extension_options": []
},
"auth_info": {
"signer_infos": [
{
"public_key": {
"@type": "/cosmos.crypto.secp256k1.PubKey",
"key": "AsGac0QSgWHVa7Qtpk4uPbdNGAMvBlSkasB35DDfBV1h"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "210000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"b8fFcqklCYIXcJbw7uK3hZVNwEIQUrP1KvV9272PfAtAGAesQdxilcv2U9twORh5fssq+rXPvOKU9lXvyoBkTg=="
]
}
1 change: 1 addition & 0 deletions celestia/peers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ acca7837e4eb5f9dc7f5a94ed1d82edda6931ff8@rpc-celestia.pops.one:26656
f5bce79feec9068154e7f50fe8db7a8191a58663@82.220.38.204:10056
629c36a551ee1a3c8bb3ecee6e00a9977a60e53e@65.108.46.248:56656
d0c530290267e1c539f27061c9446d5042eaf1ca@161.97.180.20:26656
a41b4bc451b1b71d537aa1018226e08d7fa7e44e@5.255.77.44:26656

0 comments on commit 9b43d51

Please sign in to comment.