Skip to content

Commit

Permalink
Merge pull request #813 from axone-protocol/feat/812-register-dentrite-1
Browse files Browse the repository at this point in the history
⚖️ Register `CroutonDigital` Validator
  • Loading branch information
amimart committed Sep 3, 2024
2 parents bd1be15 + b33e30c commit f6b5b8b
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 @@ -141,6 +141,13 @@
"pub_key": null,
"account_number": "17",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "axone1hzcar26aqp4u5mkaanyxxwatn6qtpce4sw8e4w",
"pub_key": null,
"account_number": "18",
"sequence": "0"
}
]
},
Expand Down Expand Up @@ -270,6 +277,15 @@
}
]
},
{
"address": "axone1hzcar26aqp4u5mkaanyxxwatn6qtpce4sw8e4w",
"coins": [
{
"denom": "uaxone",
"amount": "1000000200000"
}
]
},
{
"address": "axone1cr0td9cez8apknntwut20gflzunervf67kujdm",
"coins": [
Expand Down Expand Up @@ -319,7 +335,7 @@
"supply": [
{
"denom": "uaxone",
"amount": "492000003400000"
"amount": "493000003600000"
}
],
"denom_metadata": [],
Expand Down Expand Up @@ -1427,6 +1443,68 @@
"signatures": [
"EqwlB1sFnPxMLqviyYdnrKMPXRdmC/EhQGkJ1Q8KP8EEwaJsV5q/XBA58Ff4t1ry3z6bX5PzbSxNBsChGcLW5A=="
]
},
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "CroutonDigital",
"identity": "47B453B80ECFA342",
"website": "https:/crouton.digital",
"security_contact": "[email protected]",
"details": "Your everyday crypto partner"
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "",
"validator_address": "axonevaloper1hzcar26aqp4u5mkaanyxxwatn6qtpce4qmtt0v",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "6YhyuuvSpUUjjY29JU/E4/0SX+v2KIzVvi6tCV/3cIA="
},
"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": "ApNcJnhyVGRyjXwtEPS930BEBnhvX/ynUxJlJSIe44n6"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"RvKODGppZOBWX9/9q2ZqK8euM738VlTCTDyISogRoDdPTQCB/8jgpkFK7XtdtU4OPnrZVpl5Us2kEUImUboebg=="
]
}
]
},
Expand Down
1 change: 1 addition & 0 deletions chains/dentrite-1/gentx/gentx-812.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"CroutonDigital","identity":"47B453B80ECFA342","website":"https:/crouton.digital","security_contact":"[email protected]","details":"Your everyday crypto partner"},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"","validator_address":"axonevaloper1hzcar26aqp4u5mkaanyxxwatn6qtpce4qmtt0v","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"6YhyuuvSpUUjjY29JU/E4/0SX+v2KIzVvi6tCV/3cIA="},"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":"ApNcJnhyVGRyjXwtEPS930BEBnhvX/ynUxJlJSIe44n6"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["RvKODGppZOBWX9/9q2ZqK8euM738VlTCTDyISogRoDdPTQCB/8jgpkFK7XtdtU4OPnrZVpl5Us2kEUImUboebg=="]}

0 comments on commit f6b5b8b

Please sign in to comment.