Skip to content

Commit

Permalink
Merge pull request #675 from okp4/feat/674-register-drunemeton-1
Browse files Browse the repository at this point in the history
⚖️ Register `Easy2Stake` Validator
  • Loading branch information
amimart authored Jan 29, 2024
2 parents 323ca17 + 8f8ba78 commit def9209
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 @@ -85,6 +85,13 @@
"pub_key": null,
"account_number": "9",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "okp41pju9r03ywzd8s8tc0d3tkksgttemlhey4w4q7q",
"pub_key": null,
"account_number": "10",
"sequence": "0"
}
]
},
Expand All @@ -106,6 +113,15 @@
}
]
},
{
"address": "okp41pju9r03ywzd8s8tc0d3tkksgttemlhey4w4q7q",
"coins": [
{
"denom": "uknow",
"amount": "10000200000"
}
]
},
{
"address": "okp41rwqncrft4m5777hgjdmkpmesxxjlg9y8s9wmnr",
"coins": [
Expand Down Expand Up @@ -191,7 +207,7 @@
"supply": [
{
"denom": "uknow",
"amount": "200090001800000"
"amount": "200100002000000"
}
],
"denom_metadata": [],
Expand Down Expand Up @@ -803,6 +819,68 @@
"signatures": [
"O+JiM/3deG45uvauWSMpMgbuC5cHd5yPCXa8tnaIkPEVdEzB3s/GP8yCkeIX2ynopXwKEJIWhjtJQjPLy26dAw=="
]
},
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "Easy2Stake",
"identity": "2C877AC873132C91",
"website": "https://www.easy2stake.com/",
"security_contact": "",
"details": "Easy.Stake.Trust"
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "",
"validator_address": "okp4valoper1pju9r03ywzd8s8tc0d3tkksgttemlheyqf9fqp",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "+v4iPcN1LUCifJZnLJTP5afInzHaH7DcIVNp3M7VrEM="
},
"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": "AgvhlrUie1yBe81i9LSS4CC5e3mYoqeJv+cqBpHEQg4J"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"osKEwvrSYZHNwcdC9Upw4rlfifrGWRenXQJeML0jcQZ0+lRFmBFFcIyYvr0D90oHmRxZ9fiJ+6z0J5d4u1IkdQ=="
]
}
]
},
Expand Down
1 change: 1 addition & 0 deletions chains/drunemeton-1/gentx/gentx-674.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"Easy2Stake","identity":"2C877AC873132C91","website":"https://www.easy2stake.com/","security_contact":"","details":"Easy.Stake.Trust"},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"","validator_address":"okp4valoper1pju9r03ywzd8s8tc0d3tkksgttemlheyqf9fqp","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"+v4iPcN1LUCifJZnLJTP5afInzHaH7DcIVNp3M7VrEM="},"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":"AgvhlrUie1yBe81i9LSS4CC5e3mYoqeJv+cqBpHEQg4J"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["osKEwvrSYZHNwcdC9Upw4rlfifrGWRenXQJeML0jcQZ0+lRFmBFFcIyYvr0D90oHmRxZ9fiJ+6z0J5d4u1IkdQ=="]}

0 comments on commit def9209

Please sign in to comment.