Skip to content

Commit

Permalink
Merge pull request #677 from okp4/feat/676-register-drunemeton-1
Browse files Browse the repository at this point in the history
⚖️ Register ` Lavender.Five Nodes 🐝` Validator
  • Loading branch information
amimart authored Jan 29, 2024
2 parents a4deba5 + 19ec7e7 commit afef940
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 1 deletion.
80 changes: 79 additions & 1 deletion chains/drunemeton-1/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@
"pub_key": null,
"account_number": "10",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "okp414qekdkj2nmmwea4ufg9n002a3pud23y8g79rdt",
"pub_key": null,
"account_number": "11",
"sequence": "0"
}
]
},
Expand Down Expand Up @@ -176,6 +183,15 @@
}
]
},
{
"address": "okp414qekdkj2nmmwea4ufg9n002a3pud23y8g79rdt",
"coins": [
{
"denom": "uknow",
"amount": "10000200000"
}
]
},
{
"address": "okp414pjwgekpxtuwfkpr0nvj8eek49llfy60szlh6d",
"coins": [
Expand Down Expand Up @@ -207,7 +223,7 @@
"supply": [
{
"denom": "uknow",
"amount": "200100002000000"
"amount": "200110002200000"
}
],
"denom_metadata": [],
Expand Down Expand Up @@ -881,6 +897,68 @@
"signatures": [
"osKEwvrSYZHNwcdC9Upw4rlfifrGWRenXQJeML0jcQZ0+lRFmBFFcIyYvr0D90oHmRxZ9fiJ+6z0J5d4u1IkdQ=="
]
},
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": " Lavender.Five Nodes 🐝",
"identity": "F87ADDB700C0CC94",
"website": "https://www.lavenderfive.com/",
"security_contact": "[email protected]",
"details": "Fortifying crypto networks with Horcrux security, slash insurance, and open source contributions. Connect with us at https://linktr.ee/lavenderfive."
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.100000000000000000",
"max_change_rate": "0.050000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "",
"validator_address": "okp4valoper14qekdkj2nmmwea4ufg9n002a3pud23y8ae42n2",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "Mg49rOSrXdgjZar0yCGO4O/MULZOk7tRLG3AMz3aPkE="
},
"value": {
"denom": "uknow",
"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": "AgDrjXJ1+/lwJdf+fekEXKwLpA30N7F/Z3ESi/Sn7Rw4"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"Dg6Oo9VD7oHh1d6HxL1cQ9D88oS6erfn0NHtuD88RLh8MvLBX7vrqoDA7gxKGDjTqLyWABN5tbSGEzp2rl3jnw=="
]
}
]
},
Expand Down
1 change: 1 addition & 0 deletions chains/drunemeton-1/gentx/gentx-676.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":" Lavender.Five Nodes 🐝","identity":"F87ADDB700C0CC94","website":"https://www.lavenderfive.com/","security_contact":"[email protected]","details":"Fortifying crypto networks with Horcrux security, slash insurance, and open source contributions. Connect with us at https://linktr.ee/lavenderfive."},"commission":{"rate":"0.050000000000000000","max_rate":"0.100000000000000000","max_change_rate":"0.050000000000000000"},"min_self_delegation":"1","delegator_address":"","validator_address":"okp4valoper14qekdkj2nmmwea4ufg9n002a3pud23y8ae42n2","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"Mg49rOSrXdgjZar0yCGO4O/MULZOk7tRLG3AMz3aPkE="},"value":{"denom":"uknow","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":"AgDrjXJ1+/lwJdf+fekEXKwLpA30N7F/Z3ESi/Sn7Rw4"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["Dg6Oo9VD7oHh1d6HxL1cQ9D88oS6erfn0NHtuD88RLh8MvLBX7vrqoDA7gxKGDjTqLyWABN5tbSGEzp2rl3jnw=="]}

0 comments on commit afef940

Please sign in to comment.