Skip to content

Commit

Permalink
feat(dentrite-1): register validator gentx HSS
Browse files Browse the repository at this point in the history
Closes #767
  • Loading branch information
bot-anik authored and amimart committed Aug 29, 2024
1 parent cc47aa9 commit efd8d2a
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 1 deletion.
89 changes: 88 additions & 1 deletion chains/dentrite-1/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@
"pub_key": null,
"account_number": "1",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "axone18e6a52ld4mvq9qurj2k3hc2am92al4jmep2e5j",
"pub_key": null,
"account_number": "2",
"sequence": "0"
}
]
},
Expand All @@ -41,6 +48,24 @@
"default_send_enabled": true
},
"balances": [
{
"address": "axone18e6a52ld4mvq9qurj2k3hc2am92al4jmep2e5j",
"coins": [
{
"denom": "uaxone",
"amount": "1000000200000"
}
]
},
{
"address": "axone18e6a52ld4mvq9qurj2k3hc2am92al4jmep2e5j",
"coins": [
{
"denom": "uaxone",
"amount": "1000000200000"
}
]
},
{
"address": "axone14pjwgekpxtuwfkpr0nvj8eek49llfy607ckgjt",
"coins": [
Expand All @@ -63,7 +88,7 @@
"supply": [
{
"denom": "uaxone",
"amount": "476000000200000"
"amount": "477000000400000"
}
],
"denom_metadata": [],
Expand Down Expand Up @@ -179,6 +204,68 @@
"signatures": [
"/bVqhNmlG1XIiArNJ9BEG6URU6GqkPum2Vrblz0BvEdhUFV4w3ifUUyPMjb2Cn41mHc565eVcyemDZgaKgMInw=="
]
},
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "HSS",
"identity": "2CB281A714F6133B",
"website": "https://highstakes.ch",
"security_contact": "[email protected]",
"details": ""
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "",
"validator_address": "axonevaloper18e6a52ld4mvq9qurj2k3hc2am92al4jmf5xtws",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "5R4b4Y29QcK+3hDZqMRLzkm5DE9k8XsexiLXyMF/AOE="
},
"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": "A0OxEEqptohQCgZvPEAbWr0OfTD0PItV3A0oNvBk6aOn"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"ADrNn981knw5/0131jPUcnXJkDGWE+FhE3I2ygfUer1vwIhm0pjTflupl/3ZMCVkHNCiqzVqVZ99kEpBLhRWDg=="
]
}
]
},
Expand Down
1 change: 1 addition & 0 deletions chains/dentrite-1/gentx/gentx-767.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"HSS","identity":"2CB281A714F6133B","website":"https://highstakes.ch","security_contact":"[email protected]","details":""},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"","validator_address":"axonevaloper18e6a52ld4mvq9qurj2k3hc2am92al4jmf5xtws","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"5R4b4Y29QcK+3hDZqMRLzkm5DE9k8XsexiLXyMF/AOE="},"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":"A0OxEEqptohQCgZvPEAbWr0OfTD0PItV3A0oNvBk6aOn"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["ADrNn981knw5/0131jPUcnXJkDGWE+FhE3I2ygfUer1vwIhm0pjTflupl/3ZMCVkHNCiqzVqVZ99kEpBLhRWDg=="]}

0 comments on commit efd8d2a

Please sign in to comment.