Skip to content

Commit

Permalink
Merge pull request #800 from axone-protocol/feat/799-register-dentrite-1
Browse files Browse the repository at this point in the history
⚖️ Register `Kolot` Validator
  • Loading branch information
amimart committed Aug 31, 2024
2 parents 2fff09b + 956aa86 commit a167f9c
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 @@ -120,6 +120,13 @@
"pub_key": null,
"account_number": "14",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "axone1yksm2s0777c5qg5ldty8ajr4mxg9x9aps5px20",
"pub_key": null,
"account_number": "15",
"sequence": "0"
}
]
},
Expand All @@ -141,6 +148,15 @@
}
]
},
{
"address": "axone1yksm2s0777c5qg5ldty8ajr4mxg9x9aps5px20",
"coins": [
{
"denom": "uaxone",
"amount": "1000000200000"
}
]
},
{
"address": "axone19qqqhuz7uae06ghp7sldpaf44pvllkj98xha87",
"coins": [
Expand Down Expand Up @@ -271,7 +287,7 @@
"supply": [
{
"denom": "uaxone",
"amount": "489000002800000"
"amount": "490000003000000"
}
],
"denom_metadata": [],
Expand Down Expand Up @@ -1193,6 +1209,68 @@
"signatures": [
"POSnfU8w1ACF5F1RtaRmLySjFoQRhTDP5+0TE4/vrRcjk9aTkbxtna9RINAsMklXJGPo4XAF4xzDh3uzTUARFQ=="
]
},
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "Kolot",
"identity": "F606B3E4C51A1634",
"website": "https://twitter.com/Kolot86692580",
"security_contact": "[email protected]",
"details": "All makt at Kolot"
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "",
"validator_address": "axonevaloper1yksm2s0777c5qg5ldty8ajr4mxg9x9apqpd5sd",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "FyTOCtg6SgwNjjfwjqQlo1DMW4Pfe/upixddmIEV/ag="
},
"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": "A69E1VrigMbaBmS04WJ/5kJ+Cun2PODhFrFCQxJ8nHCb"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"MKX12fJu4j2NvcPajF+Wf4UkLq+MAlmoWOCGFuTGaU9s6yHXgzf/wjsNTIY87uAZ+GO0A++ep42IxmFvc/+Yrw=="
]
}
]
},
Expand Down
1 change: 1 addition & 0 deletions chains/dentrite-1/gentx/gentx-799.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"Kolot","identity":"F606B3E4C51A1634","website":"https://twitter.com/Kolot86692580","security_contact":"[email protected]","details":"All makt at Kolot"},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"","validator_address":"axonevaloper1yksm2s0777c5qg5ldty8ajr4mxg9x9apqpd5sd","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"FyTOCtg6SgwNjjfwjqQlo1DMW4Pfe/upixddmIEV/ag="},"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":"A69E1VrigMbaBmS04WJ/5kJ+Cun2PODhFrFCQxJ8nHCb"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["MKX12fJu4j2NvcPajF+Wf4UkLq+MAlmoWOCGFuTGaU9s6yHXgzf/wjsNTIY87uAZ+GO0A++ep42IxmFvc/+Yrw=="]}

0 comments on commit a167f9c

Please sign in to comment.