Skip to content

Commit

Permalink
Merge pull request #796 from axone-protocol/feat/795-register-dentrite-1
Browse files Browse the repository at this point in the history
⚖️ Register `MELLIFERA` Validator
  • Loading branch information
amimart authored Aug 31, 2024
2 parents 9d2039b + f4f441b commit 953309c
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 @@ -106,6 +106,13 @@
"pub_key": null,
"account_number": "12",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "axone1cvclz3u9zrpfvrhymds9pjp63x94wcujv95zxf",
"pub_key": null,
"account_number": "13",
"sequence": "0"
}
]
},
Expand Down Expand Up @@ -217,6 +224,15 @@
}
]
},
{
"address": "axone1cvclz3u9zrpfvrhymds9pjp63x94wcujv95zxf",
"coins": [
{
"denom": "uaxone",
"amount": "1000000200000"
}
]
},
{
"address": "axone1etx55kw7tkmnjqz0k0mups4ewxlr324tknec2m",
"coins": [
Expand All @@ -239,7 +255,7 @@
"supply": [
{
"denom": "uaxone",
"amount": "487000002400000"
"amount": "488000002600000"
}
],
"denom_metadata": [],
Expand Down Expand Up @@ -1037,6 +1053,68 @@
"signatures": [
"KjhkiRGKPmWjuZm3GSD7k75lQ3FfDaSKLJ7kV/X1s0ll2NinaULHDJjzznHj072k8u76DmPu7mgSa9sH8evs+Q=="
]
},
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "MELLIFERA",
"identity": "8F3D842B29B89CC5",
"website": "https://mellifera.network",
"security_contact": "[email protected]",
"details": "Empowering blockchain security and contributing to cosmos ecosystem with technical expertise"
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "",
"validator_address": "axonevaloper1cvclz3u9zrpfvrhymds9pjp63x94wcujuscsut",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "kQCXF8CQHpypKL1guZpCneDerETIbERkUMLAVcFZOoE="
},
"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": "A2th+gbEJJNf/gbCXyWDCBxYZ5k2nYoi1n8YvQS9BftU"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"4ucgiB13u6fSg1LPTfR4pFWe2T1dIfNsCQQqpx7bInV1fduYNwDnPtV7/uJ4iReSpbAyjZCjJhX74l6ftCAzbQ=="
]
}
]
},
Expand Down
1 change: 1 addition & 0 deletions chains/dentrite-1/gentx/gentx-795.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"MELLIFERA","identity":"8F3D842B29B89CC5","website":"https://mellifera.network","security_contact":"[email protected]","details":"Empowering blockchain security and contributing to cosmos ecosystem with technical expertise"},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"","validator_address":"axonevaloper1cvclz3u9zrpfvrhymds9pjp63x94wcujuscsut","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"kQCXF8CQHpypKL1guZpCneDerETIbERkUMLAVcFZOoE="},"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":"A2th+gbEJJNf/gbCXyWDCBxYZ5k2nYoi1n8YvQS9BftU"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["4ucgiB13u6fSg1LPTfR4pFWe2T1dIfNsCQQqpx7bInV1fduYNwDnPtV7/uJ4iReSpbAyjZCjJhX74l6ftCAzbQ=="]}

0 comments on commit 953309c

Please sign in to comment.