Skip to content

Commit

Permalink
feat(dentrite-1): register validator gentx HSS\n\nCloses #767
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-anik committed Aug 29, 2024
1 parent 3883327 commit 0a4f171
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": "axone18e6a52ld4mvq9qurj2k3hc2am92al4jmep2e5j",
"pub_key": null,
"account_number": "1",
"sequence": "0"
}
]
},
Expand All @@ -34,6 +41,15 @@
"default_send_enabled": true
},
"balances": [
{
"address": "axone18e6a52ld4mvq9qurj2k3hc2am92al4jmep2e5j",
"coins": [
{
"denom": "uaxone",
"amount": "1000000200000"
}
]
},
{
"address": "axone14pjwgekpxtuwfkpr0nvj8eek49llfy607ckgjt",
"coins": [
Expand All @@ -47,7 +63,7 @@
"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": "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=="
]
}
]
},
"gov": {
"starting_proposal_id": "1",
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 0a4f171

Please sign in to comment.