Skip to content

Commit

Permalink
Merge pull request #808 from axone-protocol/feat/807-register-dentrite-1
Browse files Browse the repository at this point in the history
⚖️ Register `StakeUp` Validator
  • Loading branch information
amimart authored Sep 7, 2024
2 parents a37a985 + 3bca696 commit e01dcc4
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 @@ -211,6 +211,13 @@
"pub_key": null,
"account_number": "27",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "axone1rh48356z9dx3phmz0cavx6vgr4m5qlr6yzvvd3",
"pub_key": null,
"account_number": "28",
"sequence": "0"
}
]
},
Expand Down Expand Up @@ -250,6 +257,15 @@
}
]
},
{
"address": "axone1rh48356z9dx3phmz0cavx6vgr4m5qlr6yzvvd3",
"coins": [
{
"denom": "uaxone",
"amount": "1000000200000"
}
]
},
{
"address": "axone1yksm2s0777c5qg5ldty8ajr4mxg9x9aps5px20",
"coins": [
Expand Down Expand Up @@ -479,7 +495,7 @@
"supply": [
{
"denom": "uaxone",
"amount": "502000005400000"
"amount": "503000005600000"
}
],
"denom_metadata": [],
Expand Down Expand Up @@ -1526,6 +1542,68 @@
"BwG62+42WX4q4iYX+PCnsMhoEfnLl3OhAc+aPDXswPpCxWXi4jxD/TmjWQlKm4lcOzyCZPtAvHRqjOu+ImLodQ=="
]
},
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "StakeUp",
"identity": "9DE3A32AD7EB00B3",
"website": "https://stakeup.tech",
"security_contact": "info@stakeup.tech",
"details": "Non-custodial staking provider. High service, good support."
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.200000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "",
"validator_address": "axonevaloper1rh48356z9dx3phmz0cavx6vgr4m5qlr65hq7hn",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "U05TA/jWcNfo0ZwcKR8BaByffVoODSzK5QeaaUPWgIQ="
},
"value": {
"denom": "uaxone",
"amount": "1000000000000"
}
}
],
"memo": "831e3417253e14e440a1cc2782d4bbfb25596873@188.40.85.207:26656",
"timeout_height": "0",
"extension_options": [],
"non_critical_extension_options": []
},
"auth_info": {
"signer_infos": [
{
"public_key": {
"@type": "/cosmos.crypto.secp256k1.PubKey",
"key": "As+wudEyejlE6YRqUzq9aAjvWItJebOgn92GpIGzSTUO"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"NlB+PrXYWgdQvKl7AoFgBnwLMoqS69NWkSmDwdikX4AfuVOrdbLJMY02uvuBx0Xnnw3IFI/OE4nLDxcaEDSc1Q=="
]
},
{
"body": {
"messages": [
Expand Down
1 change: 1 addition & 0 deletions chains/dentrite-1/gentx/gentx-807.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"StakeUp","identity":"9DE3A32AD7EB00B3","website":"https://stakeup.tech","security_contact":"info@stakeup.tech","details":"Non-custodial staking provider. High service, good support."},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.200000000000000000"},"min_self_delegation":"1","delegator_address":"","validator_address":"axonevaloper1rh48356z9dx3phmz0cavx6vgr4m5qlr65hq7hn","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"U05TA/jWcNfo0ZwcKR8BaByffVoODSzK5QeaaUPWgIQ="},"value":{"denom":"uaxone","amount":"1000000000000"}}],"memo":"831e3417253e14e440a1cc2782d4bbfb25596873@188.40.85.207:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"As+wudEyejlE6YRqUzq9aAjvWItJebOgn92GpIGzSTUO"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["NlB+PrXYWgdQvKl7AoFgBnwLMoqS69NWkSmDwdikX4AfuVOrdbLJMY02uvuBx0Xnnw3IFI/OE4nLDxcaEDSc1Q=="]}

0 comments on commit e01dcc4

Please sign in to comment.