Skip to content

Commit

Permalink
Merge pull request #655 from okp4/feat/654-register-drunemeton-1
Browse files Browse the repository at this point in the history
⚖️ Register `StakeLab` Validator
  • Loading branch information
amimart committed Jan 29, 2024
2 parents a3b6d42 + 363e434 commit 86bcaf2
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 @@ -36,6 +36,13 @@
"pub_key": null,
"account_number": "2",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "okp41qyze9a6vnqamtn309z5yy9lg0k5lu2l7n63tsw",
"pub_key": null,
"account_number": "3",
"sequence": "0"
}
]
},
Expand All @@ -48,6 +55,15 @@
"default_send_enabled": true
},
"balances": [
{
"address": "okp41qyze9a6vnqamtn309z5yy9lg0k5lu2l7n63tsw",
"coins": [
{
"denom": "uknow",
"amount": "10000200000"
}
]
},
{
"address": "okp419qqqhuz7uae06ghp7sldpaf44pvllkj9fu7z0c",
"coins": [
Expand Down Expand Up @@ -79,7 +95,7 @@
"supply": [
{
"denom": "uknow",
"amount": "200020000400000"
"amount": "200030000600000"
}
],
"denom_metadata": [],
Expand Down Expand Up @@ -257,6 +273,68 @@
"signatures": [
"pMtsQEvhJpuxv+1BP9OKcgA//v15LtjhNGxSfQ51owFSnjvj/h7PwRQfmE0e2pKnZCdecUoPRFDE7Lk1mnPPKA=="
]
},
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "StakeLab",
"identity": "F12B081334CBE0C6",
"website": "https://www.stakelab.zone",
"security_contact": "[email protected]",
"details": "Grow your assets - Staking \u0026 Relaying Hub for Cosmos ecosystem"
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "",
"validator_address": "okp4valoper1qyze9a6vnqamtn309z5yy9lg0k5lu2l7xapzw0",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "bznmlhRgOGS55bC1ICxEl3BCcwXJJpSpsVMOCjgms40="
},
"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": "AzzRfZhJTZ0AiGrE7BQGn3ljH8GumksUI9rGPgFHjaV6"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"n7h8/juLHtnyGLRLcwsvwlDSU59I4Sk55/aNurksTTYQRTGC63MuDkZLLaaSTzXFdPHkFSTu3sraxdgQAL+oow=="
]
}
]
},
Expand Down
1 change: 1 addition & 0 deletions chains/drunemeton-1/gentx/gentx-654.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"StakeLab","identity":"F12B081334CBE0C6","website":"https://www.stakelab.zone","security_contact":"[email protected]","details":"Grow your assets - Staking & Relaying Hub for Cosmos ecosystem"},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"","validator_address":"okp4valoper1qyze9a6vnqamtn309z5yy9lg0k5lu2l7xapzw0","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"bznmlhRgOGS55bC1ICxEl3BCcwXJJpSpsVMOCjgms40="},"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":"AzzRfZhJTZ0AiGrE7BQGn3ljH8GumksUI9rGPgFHjaV6"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["n7h8/juLHtnyGLRLcwsvwlDSU59I4Sk55/aNurksTTYQRTGC63MuDkZLLaaSTzXFdPHkFSTu3sraxdgQAL+oow=="]}

0 comments on commit 86bcaf2

Please sign in to comment.