Skip to content

Commit

Permalink
feat(dentrite-1): register validator gentx HoodRun\n\nCloses #843
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-anik committed Sep 7, 2024
1 parent 29c19c0 commit 5c252cd
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 @@ -239,6 +239,13 @@
"pub_key": null,
"account_number": "31",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "axone17vg7sez5z3k7wf7jufjne79n0y0uqp5ulr8zcd",
"pub_key": null,
"account_number": "32",
"sequence": "0"
}
]
},
Expand Down Expand Up @@ -512,6 +519,15 @@
}
]
},
{
"address": "axone17vg7sez5z3k7wf7jufjne79n0y0uqp5ulr8zcd",
"coins": [
{
"denom": "uaxone",
"amount": "1000000200000"
}
]
},
{
"address": "axone1lg22awy3736gkl786qjgukj4zamqz55fuhhhv7",
"coins": [
Expand Down Expand Up @@ -543,7 +559,7 @@
"supply": [
{
"denom": "uaxone",
"amount": "506000006200000"
"amount": "507000006400000"
}
],
"denom_metadata": [],
Expand Down Expand Up @@ -2519,6 +2535,68 @@
"signatures": [
"opZNPB4Hd3xmmZ8puzpEZGlDGTi1jvoJEHVk8fFlDXVxYN7JFr5JoFcjxPNxOayfeZi+Rq3l6Y60sD+cZ59wkw=="
]
},
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "HoodRun",
"identity": "D7F99CBB63FFFD9E",
"website": "https://hoodrun.io",
"security_contact": "contact@hoodrun.io",
"details": "HoodRun"
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "",
"validator_address": "axonevaloper17vg7sez5z3k7wf7jufjne79n0y0uqp5u0ktsz0",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "av1kTVR7vtpsjeBwodLHTBb/l21ITejwxQJ+292IuUE="
},
"value": {
"denom": "uaxone",
"amount": "1000000000000"
}
}
],
"memo": "f3f4f5d7cdca59a43cc1499baac289baa9ed06bf@65.21.47.120:26656",
"timeout_height": "0",
"extension_options": [],
"non_critical_extension_options": []
},
"auth_info": {
"signer_infos": [
{
"public_key": {
"@type": "/cosmos.crypto.secp256k1.PubKey",
"key": "AuJcoYT1CQJ0k6Czp1BltmFpKh5oLo5gESDX1uQ+sREq"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"ho4tUYG78XH00soAvVoODoHz2rW6Z0edYeDibl7fxHxMFScEz/BqNd9dtxQRj9SJ7W88tXm7guUQ5y6bqh2wtQ=="
]
}
]
},
Expand Down
1 change: 1 addition & 0 deletions chains/dentrite-1/gentx/gentx-843.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"HoodRun","identity":"D7F99CBB63FFFD9E","website":"https://hoodrun.io","security_contact":"contact@hoodrun.io","details":"HoodRun"},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"","validator_address":"axonevaloper17vg7sez5z3k7wf7jufjne79n0y0uqp5u0ktsz0","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"av1kTVR7vtpsjeBwodLHTBb/l21ITejwxQJ+292IuUE="},"value":{"denom":"uaxone","amount":"1000000000000"}}],"memo":"f3f4f5d7cdca59a43cc1499baac289baa9ed06bf@65.21.47.120:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AuJcoYT1CQJ0k6Czp1BltmFpKh5oLo5gESDX1uQ+sREq"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["ho4tUYG78XH00soAvVoODoHz2rW6Z0edYeDibl7fxHxMFScEz/BqNd9dtxQRj9SJ7W88tXm7guUQ5y6bqh2wtQ=="]}

0 comments on commit 5c252cd

Please sign in to comment.