Skip to content

Commit

Permalink
Merge pull request #806 from axone-protocol/feat/805-register-dentrite-1
Browse files Browse the repository at this point in the history
⚖️ Register `breskulpeak` Validator
  • Loading branch information
amimart authored Sep 7, 2024
2 parents 1739d24 + 388216a commit 1e03e02
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 1 deletion.
80 changes: 79 additions & 1 deletion chains/dentrite-1/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,13 @@
"pub_key": null,
"account_number": "30",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "axone12nnltnxnar4jddq33hkze96jnkpm0526tq7ecs",
"pub_key": null,
"account_number": "31",
"sequence": "0"
}
]
},
Expand Down Expand Up @@ -352,6 +359,15 @@
}
]
},
{
"address": "axone12nnltnxnar4jddq33hkze96jnkpm0526tq7ecs",
"coins": [
{
"denom": "uaxone",
"amount": "1000000200000"
}
]
},
{
"address": "axone1v927u06mwgme3n6700rzt5h4mm6xq73n6m58wr",
"coins": [
Expand Down Expand Up @@ -527,7 +543,7 @@
"supply": [
{
"denom": "uaxone",
"amount": "505000006000000"
"amount": "506000006200000"
}
],
"denom_metadata": [],
Expand Down Expand Up @@ -1574,6 +1590,68 @@
"BwG62+42WX4q4iYX+PCnsMhoEfnLl3OhAc+aPDXswPpCxWXi4jxD/TmjWQlKm4lcOzyCZPtAvHRqjOu+ImLodQ=="
]
},
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "breskulpeak",
"identity": "CE6BEB19821F26AC",
"website": "https://www.breskulpeak.com/",
"security_contact": "[email protected]",
"details": "we take and do"
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.200000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "",
"validator_address": "axonevaloper12nnltnxnar4jddq33hkze96jnkpm0526m4jtzj",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "e/qfuIsL79XkOCUAankx0x4GwCjxHJCbvfE3IO8Xe5k="
},
"value": {
"denom": "uaxone",
"amount": "1000000000000"
}
}
],
"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": "ApovLK28UEcMbJq2RXErjsoHVZ1unpJjVdVTmCWPQJgZ"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"AvZjUU9reAo4nuUAsOTPwUV8vMPK337XeFmzKCRIySlMTPu6bBalTzI+i5NXVAQeRyySf8tEWNbm2l4zveVH9Q=="
]
},
{
"body": {
"messages": [
Expand Down
1 change: 1 addition & 0 deletions chains/dentrite-1/gentx/gentx-805.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"breskulpeak","identity":"CE6BEB19821F26AC","website":"https://www.breskulpeak.com/","security_contact":"[email protected]","details":"we take and do"},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.200000000000000000"},"min_self_delegation":"1","delegator_address":"","validator_address":"axonevaloper12nnltnxnar4jddq33hkze96jnkpm0526m4jtzj","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"e/qfuIsL79XkOCUAankx0x4GwCjxHJCbvfE3IO8Xe5k="},"value":{"denom":"uaxone","amount":"1000000000000"}}],"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":"ApovLK28UEcMbJq2RXErjsoHVZ1unpJjVdVTmCWPQJgZ"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["AvZjUU9reAo4nuUAsOTPwUV8vMPK337XeFmzKCRIySlMTPu6bBalTzI+i5NXVAQeRyySf8tEWNbm2l4zveVH9Q=="]}

0 comments on commit 1e03e02

Please sign in to comment.