Skip to content

Commit

Permalink
Merge pull request #129 from wesraph/add-gentx-projectblanc
Browse files Browse the repository at this point in the history
Add projectblanc validator
  • Loading branch information
p0p3yee authored Mar 6, 2024
2 parents 0a73639 + 3d6b48c commit 222bae1
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "projectblanc",
"identity": "project blanc",
"website": "https://projectblanc.ch",
"security_contact": "[email protected]",
"details": "project blanc is an advanced crypto-native research firm working on novel networks to streamline liquidity"
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "fairy1x0u867tnh00yemxmxf974z56h08tddluz5cv4y",
"validator_address": "fairyvaloper1x0u867tnh00yemxmxf974z56h08tddlue07e3q",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "mJRtX/4aVUX23cVtsRuwdPgz/mpzZ/4Muh9YynyV80w="
},
"value": {
"denom": "ufairy",
"amount": "10000000000"
}
}
],
"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": "Aymr5QGad9GqV6bQVVjQ+zRl86LMz0MO6cPrG/YLDsA8"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"zXCW9EZCtX+/em7AWgZ1hr+VHSifwSYXyknuG8WdGelmeNIh5P4Mf5JedajZ5rw89BKaonrGF/sBKl55AdQDrA=="
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"node_id": "99b3d5ec3a9f14b027e5c8ef7879b4fc5f1b5fb4",
"public_ip": "162.19.70.182",
"port": "26656"
}

0 comments on commit 222bae1

Please sign in to comment.