Skip to content

Commit

Permalink
Merge pull request #827 from axone-protocol/feat/826-register-dentrite-1
Browse files Browse the repository at this point in the history
⚖️ Register `Cumulo` Validator
  • Loading branch information
amimart committed Sep 4, 2024
2 parents b776cf3 + be04ba7 commit 5678201
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 @@ -183,6 +183,13 @@
"pub_key": null,
"account_number": "23",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "axone14yjjl7qd8mxnpz37lek2s9lhc0t6pcugudxgtt",
"pub_key": null,
"account_number": "24",
"sequence": "0"
}
]
},
Expand Down Expand Up @@ -339,6 +346,15 @@
}
]
},
{
"address": "axone14yjjl7qd8mxnpz37lek2s9lhc0t6pcugudxgtt",
"coins": [
{
"denom": "uaxone",
"amount": "1000000200000"
}
]
},
{
"address": "axone149z8nf5n0herr4r2s4ktkqun6u9tex5mnaeuqd",
"coins": [
Expand Down Expand Up @@ -415,7 +431,7 @@
"supply": [
{
"denom": "uaxone",
"amount": "498000004600000"
"amount": "499000004800000"
}
],
"denom_metadata": [],
Expand Down Expand Up @@ -1895,6 +1911,68 @@
"signatures": [
"vT/KZMwicQPzgzljiPHvhPyFvFXqL6rbmGPU/wchOWZ6272D8y41ifSsd6gvDveOBbQJ/7MYVgEggkw1XugtUg=="
]
},
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "Cumulo",
"identity": "77158D6796D16CD0",
"website": "http://cumulo.pro",
"security_contact": "[email protected]",
"details": "feeding your flame"
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "",
"validator_address": "axonevaloper14yjjl7qd8mxnpz37lek2s9lhc0t6pcugvc263f",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "2KeRbkm5QS+yUg9txI5boWyeNQ6Hg7VPgZBEGoiXRMs="
},
"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": "Ay0gBRug4aelg51Mb/KoZehnbmW5P+nxxKVI9L5tpVsn"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"wyVh6bluw0hn/1mtIylglwhUyYphC3ilztFW428sVtE8WHOFC42aqyuykhMeJxS4fhZca9TOpo23kR6qhK/MyQ=="
]
}
]
},
Expand Down
1 change: 1 addition & 0 deletions chains/dentrite-1/gentx/gentx-826.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"Cumulo","identity":"77158D6796D16CD0","website":"http://cumulo.pro","security_contact":"[email protected]","details":"feeding your flame"},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"","validator_address":"axonevaloper14yjjl7qd8mxnpz37lek2s9lhc0t6pcugvc263f","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"2KeRbkm5QS+yUg9txI5boWyeNQ6Hg7VPgZBEGoiXRMs="},"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":"Ay0gBRug4aelg51Mb/KoZehnbmW5P+nxxKVI9L5tpVsn"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["wyVh6bluw0hn/1mtIylglwhUyYphC3ilztFW428sVtE8WHOFC42aqyuykhMeJxS4fhZca9TOpo23kR6qhK/MyQ=="]}

0 comments on commit 5678201

Please sign in to comment.