Skip to content

Commit

Permalink
feat(dentrite-1): register validator gentx STAVR\n\nCloses #803
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-anik committed Sep 1, 2024
1 parent 1a60665 commit c6a266a
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 @@ -127,6 +127,13 @@
"pub_key": null,
"account_number": "15",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "axone12rhavel5gnuefexre7ulk2l4vxug5tez5pv0p7",
"pub_key": null,
"account_number": "16",
"sequence": "0"
}
]
},
Expand Down Expand Up @@ -193,6 +200,15 @@
}
]
},
{
"address": "axone12rhavel5gnuefexre7ulk2l4vxug5tez5pv0p7",
"coins": [
{
"denom": "uaxone",
"amount": "1000000200000"
}
]
},
{
"address": "axone13dgy7rtjjvvlkzu2upgtntdyzy4hnr6e8820fx",
"coins": [
Expand Down Expand Up @@ -287,7 +303,7 @@
"supply": [
{
"denom": "uaxone",
"amount": "490000003000000"
"amount": "491000003200000"
}
],
"denom_metadata": [],
Expand Down Expand Up @@ -1271,6 +1287,68 @@
"signatures": [
"MKX12fJu4j2NvcPajF+Wf4UkLq+MAlmoWOCGFuTGaU9s6yHXgzf/wjsNTIY87uAZ+GO0A++ep42IxmFvc/+Yrw=="
]
},
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "STAVR",
"identity": "F2F91999ECCC092F",
"website": "https://stavr-team.gitbook.io/",
"security_contact": "[email protected]",
"details": "A team of professional and reliable validators.Safety first.Stake with us and profit with the mark of quality. Monitoring and Support 24\\7"
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.200000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "",
"validator_address": "axonevaloper12rhavel5gnuefexre7ulk2l4vxug5tezy5qamu",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "NA9W9Croc8N+VCvljnk5EeeTainSrMtDKoDfAc607ig="
},
"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": "AhKOqbJdTLnYsOGi04ng1zZ4a1ACaBD2qLn6KiV4il2O"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"BwG62+42WX4q4iYX+PCnsMhoEfnLl3OhAc+aPDXswPpCxWXi4jxD/TmjWQlKm4lcOzyCZPtAvHRqjOu+ImLodQ=="
]
}
]
},
Expand Down
1 change: 1 addition & 0 deletions chains/dentrite-1/gentx/gentx-803.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"STAVR","identity":"F2F91999ECCC092F","website":"https://stavr-team.gitbook.io/","security_contact":"[email protected]","details":"A team of professional and reliable validators.Safety first.Stake with us and profit with the mark of quality. Monitoring and Support 24\\7"},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.200000000000000000"},"min_self_delegation":"1","delegator_address":"","validator_address":"axonevaloper12rhavel5gnuefexre7ulk2l4vxug5tezy5qamu","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"NA9W9Croc8N+VCvljnk5EeeTainSrMtDKoDfAc607ig="},"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":"AhKOqbJdTLnYsOGi04ng1zZ4a1ACaBD2qLn6KiV4il2O"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["BwG62+42WX4q4iYX+PCnsMhoEfnLl3OhAc+aPDXswPpCxWXi4jxD/TmjWQlKm4lcOzyCZPtAvHRqjOu+ImLodQ=="]}

0 comments on commit c6a266a

Please sign in to comment.