Skip to content

Commit

Permalink
feat(drunemeton-1): register validator gentx range\n\nCloses #686
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-anik committed Jan 25, 2024
1 parent 29ea4c1 commit 185b782
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 @@ -29,6 +29,13 @@
"pub_key": null,
"account_number": "1",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "okp41tm74m0nqnff20e384u6qn0vjes2px6mvgs8ry8",
"pub_key": null,
"account_number": "2",
"sequence": "0"
}
]
},
Expand All @@ -41,6 +48,15 @@
"default_send_enabled": true
},
"balances": [
{
"address": "okp41tm74m0nqnff20e384u6qn0vjes2px6mvgs8ry8",
"coins": [
{
"denom": "uknow",
"amount": "10000200000"
}
]
},
{
"address": "okp41jt9w26mpxxjsk63mvd4m2ynj0af09cslwamw42",
"coins": [
Expand All @@ -63,7 +79,7 @@
"supply": [
{
"denom": "uknow",
"amount": "200010000200000"
"amount": "200020000400000"
}
],
"denom_metadata": [],
Expand Down Expand Up @@ -179,6 +195,68 @@
"signatures": [
"WTlVbu5qscL70X9ATk1PamZZKXXKlOTCHogq2ais7xpWcVDFDrUQA/xPBvq8Fb2SvAZy7AwfKjBlEznkZXnShw=="
]
},
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "range",
"identity": "2DFF3E5FB4ACFE21",
"website": "https://rangenodes.com",
"security_contact": "[email protected]",
"details": "PoS Validator Range, Blockchain Enthusiast"
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "",
"validator_address": "okp4valoper1tm74m0nqnff20e384u6qn0vjes2px6mvahh26x",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "KQBvWPeYA8KnZjE2yCUX184VXJciu/MtpwGDj53ox3U="
},
"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": "Ai+V5KBlrNKBqd2+6BTgmaHhC4XWT0w8CvCzaYZbBsS5"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"U3h6zOIVUfyFsp57Bdp/smDs6IXkeUx19xD0/O0+q6M12EO7ZhpKVJN241hludVqmr/wi1owav8G6dMvw8yAig=="
]
}
]
},
Expand Down
1 change: 1 addition & 0 deletions chains/drunemeton-1/gentx/gentx-686.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"range","identity":"2DFF3E5FB4ACFE21","website":"https://rangenodes.com","security_contact":"[email protected]","details":"PoS Validator Range, Blockchain Enthusiast"},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"","validator_address":"okp4valoper1tm74m0nqnff20e384u6qn0vjes2px6mvahh26x","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"KQBvWPeYA8KnZjE2yCUX184VXJciu/MtpwGDj53ox3U="},"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":"Ai+V5KBlrNKBqd2+6BTgmaHhC4XWT0w8CvCzaYZbBsS5"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["U3h6zOIVUfyFsp57Bdp/smDs6IXkeUx19xD0/O0+q6M12EO7ZhpKVJN241hludVqmr/wi1owav8G6dMvw8yAig=="]}

0 comments on commit 185b782

Please sign in to comment.