Skip to content

Commit

Permalink
feat(dentrite-1): register validator gentx silent
Browse files Browse the repository at this point in the history
Closes #829
  • Loading branch information
bot-anik authored and amimart committed Sep 7, 2024
1 parent e01dcc4 commit 50cb7b7
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 @@ -218,6 +218,13 @@
"pub_key": null,
"account_number": "28",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "axone1wyk3ayvqa8e7cjakn5pd48hn0p5h9mfuqge8r7",
"pub_key": null,
"account_number": "29",
"sequence": "0"
}
]
},
Expand Down Expand Up @@ -347,6 +354,15 @@
}
]
},
{
"address": "axone1wyk3ayvqa8e7cjakn5pd48hn0p5h9mfuqge8r7",
"coins": [
{
"denom": "uaxone",
"amount": "1000000200000"
}
]
},
{
"address": "axone1w072tmg3ctdzxuk7egkd4rw4xtpgm85uj78437",
"coins": [
Expand Down Expand Up @@ -495,7 +511,7 @@
"supply": [
{
"denom": "uaxone",
"amount": "503000005600000"
"amount": "504000005800000"
}
],
"denom_metadata": [],
Expand Down Expand Up @@ -2162,6 +2178,68 @@
"wyVh6bluw0hn/1mtIylglwhUyYphC3ilztFW428sVtE8WHOFC42aqyuykhMeJxS4fhZca9TOpo23kR6qhK/MyQ=="
]
},
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "silent",
"identity": "A47522A5527DB39F",
"website": "https://silentvalidator.com",
"security_contact": "",
"details": "Silent Validator leverages robust infrastructure and deep expertise to provide highly reliable validation services, enriches the community and furthers the growth of the ecosystem."
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "",
"validator_address": "axonevaloper1wyk3ayvqa8e7cjakn5pd48hn0p5h9mfusa44eu",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "zOYS5GWGlNDHWpRS3+UnszZYpkFcX/Ekd3kAMGTTyis="
},
"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": "A/3VMjdZ100vmcwTi6zkj5F51vB8f1SJXroGF7azpCQ9"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"40sias3dkIyV4L4vnEfm1Vo+yR+gDUir4aHOjWI60x0OSk+8VFDJ1/tQztikjPQSdyZtvFg9QZfIwbF/ivNhyQ=="
]
},
{
"body": {
"messages": [
Expand Down
1 change: 1 addition & 0 deletions chains/dentrite-1/gentx/gentx-829.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"silent","identity":"A47522A5527DB39F","website":"https://silentvalidator.com","security_contact":"","details":"Silent Validator leverages robust infrastructure and deep expertise to provide highly reliable validation services, enriches the community and furthers the growth of the ecosystem."},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"","validator_address":"axonevaloper1wyk3ayvqa8e7cjakn5pd48hn0p5h9mfusa44eu","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"zOYS5GWGlNDHWpRS3+UnszZYpkFcX/Ekd3kAMGTTyis="},"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":"A/3VMjdZ100vmcwTi6zkj5F51vB8f1SJXroGF7azpCQ9"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["40sias3dkIyV4L4vnEfm1Vo+yR+gDUir4aHOjWI60x0OSk+8VFDJ1/tQztikjPQSdyZtvFg9QZfIwbF/ivNhyQ=="]}

0 comments on commit 50cb7b7

Please sign in to comment.