Skip to content

Commit

Permalink
Merge pull request #659 from okp4/feat/658-register-drunemeton-1
Browse files Browse the repository at this point in the history
⚖️ Register `NodeStake` Validator
  • Loading branch information
amimart committed Jan 29, 2024
2 parents 715a3e5 + 07a793d commit bdf94b4
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 @@ -50,6 +50,13 @@
"pub_key": null,
"account_number": "4",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "okp41etx55kw7tkmnjqz0k0mups4ewxlr324tcfs8za",
"pub_key": null,
"account_number": "5",
"sequence": "0"
}
]
},
Expand Down Expand Up @@ -106,12 +113,21 @@
"amount": "200000000000000"
}
]
},
{
"address": "okp41etx55kw7tkmnjqz0k0mups4ewxlr324tcfs8za",
"coins": [
{
"denom": "uknow",
"amount": "10000200000"
}
]
}
],
"supply": [
{
"denom": "uknow",
"amount": "200040000800000"
"amount": "200050001000000"
}
],
"denom_metadata": [],
Expand Down Expand Up @@ -413,6 +429,68 @@
"signatures": [
"/xhxdEbfE4GhgkHBF/jF3Ew90UdtUph9cwuYdrZ2KBMQloOmh3gFogmKv5Hb9ryCHMGOD4Tbg2Bnnq48FxdCUA=="
]
},
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "NodeStake",
"identity": "94EFE192B2C52424",
"website": "https://nodestake.org",
"security_contact": "[email protected]",
"details": "NodeStake is the professional validator, infrastructure provider and IBC relayer. ⚛️7*24h Services | https://twitter.com/Nodestake_top"
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.050000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "",
"validator_address": "okp4valoper1etx55kw7tkmnjqz0k0mups4ewxlr324tdwqwuu",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "PMF4H68WaeXGmi31teWKE1I6Tinqj0bUBsvnvSeJDlA="
},
"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": "AxLZ/h5VnOodWIfYfP2+Iu8+yASiqFQdktMiIFeUNnXt"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"KqeEXds6OZJumfTw1VGrQlCmMjqE5m9buBgd+DZKLUEEECN+cK++VektIpo8tMFPwZPJ6kYT/uhVsFkyxurvUQ=="
]
}
]
},
Expand Down
1 change: 1 addition & 0 deletions chains/drunemeton-1/gentx/gentx-658.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"NodeStake","identity":"94EFE192B2C52424","website":"https://nodestake.org","security_contact":"[email protected]","details":"NodeStake is the professional validator, infrastructure provider and IBC relayer. ⚛️7*24h Services | https://twitter.com/Nodestake_top"},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.050000000000000000"},"min_self_delegation":"1","delegator_address":"","validator_address":"okp4valoper1etx55kw7tkmnjqz0k0mups4ewxlr324tdwqwuu","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"PMF4H68WaeXGmi31teWKE1I6Tinqj0bUBsvnvSeJDlA="},"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":"AxLZ/h5VnOodWIfYfP2+Iu8+yASiqFQdktMiIFeUNnXt"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["KqeEXds6OZJumfTw1VGrQlCmMjqE5m9buBgd+DZKLUEEECN+cK++VektIpo8tMFPwZPJ6kYT/uhVsFkyxurvUQ=="]}

0 comments on commit bdf94b4

Please sign in to comment.