Skip to content

Commit

Permalink
feat(drunemeton-1): register validator gentx HoodRun
Browse files Browse the repository at this point in the history
Closes #681
  • Loading branch information
bot-anik authored and amimart committed Jan 29, 2024
1 parent 6e553fb commit c0e0877
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 @@ -99,6 +99,13 @@
"pub_key": null,
"account_number": "11",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "okp41zxyt0dnvzuhq24zmp4c7cwfwnzft40cqyj3y2d",
"pub_key": null,
"account_number": "12",
"sequence": "0"
}
]
},
Expand Down Expand Up @@ -129,6 +136,15 @@
}
]
},
{
"address": "okp41zxyt0dnvzuhq24zmp4c7cwfwnzft40cqyj3y2d",
"coins": [
{
"denom": "uknow",
"amount": "10000200000"
}
]
},
{
"address": "okp41rwqncrft4m5777hgjdmkpmesxxjlg9y8s9wmnr",
"coins": [
Expand Down Expand Up @@ -223,7 +239,7 @@
"supply": [
{
"denom": "uknow",
"amount": "200110002200000"
"amount": "200120002400000"
}
],
"denom_metadata": [],
Expand Down Expand Up @@ -959,6 +975,68 @@
"signatures": [
"Dg6Oo9VD7oHh1d6HxL1cQ9D88oS6erfn0NHtuD88RLh8MvLBX7vrqoDA7gxKGDjTqLyWABN5tbSGEzp2rl3jnw=="
]
},
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "HoodRun",
"identity": "D7F99CBB63FFFD9E",
"website": "https://hoodrun.io",
"security_contact": "[email protected]",
"details": "Discover and Unlock the HoodRun Advantage; We make the Staking Experience the fastest and safest"
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.050000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "",
"validator_address": "okp4valoper1zxyt0dnvzuhq24zmp4c7cwfwnzft40cq34pd5v",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "PQ3KZgFdJWEBv3/Kr9nSajkFn0vtFWfoyzhEsuDQMjQ="
},
"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": "AxYKW1lOEMLIOw3dJItXdZZw0+r54cW/NGmQF7R8EaiO"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"sHaCh1GZz86PQoylbpaoNZHZu3jy/snvsL1IhPUU6yJnXDofqYh8ndPKUKM8IASMBy70bqvUgX4ZmyK2XyTMHA=="
]
}
]
},
Expand Down
1 change: 1 addition & 0 deletions chains/drunemeton-1/gentx/gentx-681.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"HoodRun","identity":"D7F99CBB63FFFD9E","website":"https://hoodrun.io","security_contact":"[email protected]","details":"Discover and Unlock the HoodRun Advantage; We make the Staking Experience the fastest and safest"},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.050000000000000000"},"min_self_delegation":"1","delegator_address":"","validator_address":"okp4valoper1zxyt0dnvzuhq24zmp4c7cwfwnzft40cq34pd5v","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"PQ3KZgFdJWEBv3/Kr9nSajkFn0vtFWfoyzhEsuDQMjQ="},"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":"AxYKW1lOEMLIOw3dJItXdZZw0+r54cW/NGmQF7R8EaiO"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["sHaCh1GZz86PQoylbpaoNZHZu3jy/snvsL1IhPUU6yJnXDofqYh8ndPKUKM8IASMBy70bqvUgX4ZmyK2XyTMHA=="]}

0 comments on commit c0e0877

Please sign in to comment.