Skip to content

Commit

Permalink
Add BlackBlocks gentx and peer (#490)
Browse files Browse the repository at this point in the history
* Add gentx BlackBlocks.json

* Add peer BlackBlocks.txt

* Reduce details gentx BlackBlocks.json

---------

Co-authored-by: Ismail Khoffi <Ismail.Khoffi@gmail.com>
  • Loading branch information
BlackBlocks-io and liamsi authored Oct 24, 2023
1 parent 536ab3e commit a7e4122
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
1 change: 1 addition & 0 deletions celestia/BlackBlocks.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c89507c926f41901784f54b26e1ccc49ac9ecfda@31.214.144.83:20056
62 changes: 62 additions & 0 deletions celestia/gentx/BlackBlocks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "BlackBlocks",
"identity": "2E0040A44894A00D",
"website": "https://blackblocks.io",
"security_contact": "security@blackblocks.io",
"details": "Collaborative validator featuring WayneWayner, a top-10 participant in the Blockspace Race (incentivized testnet), and winner of the light node challenge, along with BlackBlocks GmbH, a professional node infrastructure company. Our validator is housed at firstcolo FRA4, Germany."
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.070000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "celestia1knn88yl08ctsdrtxvfp39jywt7rph9ptfpkguz",
"validator_address": "celestiavaloper1knn88yl08ctsdrtxvfp39jywt7rph9ptv7532y",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "zPYTB+0OM56gFu6V03k1DIvyHP6IIEu2yNsTGRvkfu0="
},
"value": {
"denom": "utia",
"amount": "8000000"
}
}
],
"memo": "c89507c926f41901784f54b26e1ccc49ac9ecfda@31.214.144.83:26656",
"timeout_height": "0",
"extension_options": [],
"non_critical_extension_options": []
},
"auth_info": {
"signer_infos": [
{
"public_key": {
"@type": "/cosmos.crypto.secp256k1.PubKey",
"key": "A5Fp4EO5JreMTHmPii1doys4T3fBGqUtSgaW3hVGvf+X"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "210000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"YFNUBuV50Emy5+67IzeSqOzed4MumhoIlpY1s8XZUPZkutgEFio+HDgPvNTk7h0aufhGwwTjxunhmwptTBFRKQ=="
]
}

0 comments on commit a7e4122

Please sign in to comment.