Skip to content

Commit

Permalink
Merge pull request #766 from axone-protocol/feat/765-register-dentrite-1
Browse files Browse the repository at this point in the history
⚖️ Register `NodeStake` Validator
  • Loading branch information
amimart committed Aug 29, 2024
2 parents 3883327 + d82e226 commit cc47aa9
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 2 deletions.
83 changes: 81 additions & 2 deletions chains/dentrite-1/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
"pub_key": null,
"account_number": "0",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "axone1etx55kw7tkmnjqz0k0mups4ewxlr324tknec2m",
"pub_key": null,
"account_number": "1",
"sequence": "0"
}
]
},
Expand All @@ -42,12 +49,21 @@
"amount": "475000000000000"
}
]
},
{
"address": "axone1etx55kw7tkmnjqz0k0mups4ewxlr324tknec2m",
"coins": [
{
"denom": "uaxone",
"amount": "1000000200000"
}
]
}
],
"supply": [
{
"denom": "uaxone",
"amount": "475000000000000"
"amount": "476000000200000"
}
],
"denom_metadata": [],
Expand Down Expand Up @@ -101,7 +117,70 @@
"forward_relayers": []
},
"genutil": {
"gen_txs": []
"gen_txs": [
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "NodeStake",
"identity": "94EFE192B2C52424",
"website": "https://nodestake.org",
"security_contact": "[email protected]",
"details": "NodeStake is the professional validator, infrastructure provider and IBC relayer. ⚛️7*24h Services | https://twitter.com/Nodestake_top"
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.050000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "",
"validator_address": "axonevaloper1etx55kw7tkmnjqz0k0mups4ewxlr324txx42se",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "Or2kE5wpErHIVxq8lQNrlGcREeF9uxHJMAmI7zxXlW0="
},
"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": "AxLZ/h5VnOodWIfYfP2+Iu8+yASiqFQdktMiIFeUNnXt"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"/bVqhNmlG1XIiArNJ9BEG6URU6GqkPum2Vrblz0BvEdhUFV4w3ifUUyPMjb2Cn41mHc565eVcyemDZgaKgMInw=="
]
}
]
},
"gov": {
"starting_proposal_id": "1",
Expand Down
1 change: 1 addition & 0 deletions chains/dentrite-1/gentx/gentx-765.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"NodeStake","identity":"94EFE192B2C52424","website":"https://nodestake.org","security_contact":"[email protected]","details":"NodeStake is the professional validator, infrastructure provider and IBC relayer. ⚛️7*24h Services | https://twitter.com/Nodestake_top"},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.050000000000000000"},"min_self_delegation":"1","delegator_address":"","validator_address":"axonevaloper1etx55kw7tkmnjqz0k0mups4ewxlr324txx42se","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"Or2kE5wpErHIVxq8lQNrlGcREeF9uxHJMAmI7zxXlW0="},"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":"AxLZ/h5VnOodWIfYfP2+Iu8+yASiqFQdktMiIFeUNnXt"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["/bVqhNmlG1XIiArNJ9BEG6URU6GqkPum2Vrblz0BvEdhUFV4w3ifUUyPMjb2Cn41mHc565eVcyemDZgaKgMInw=="]}

0 comments on commit cc47aa9

Please sign in to comment.