Skip to content

Commit

Permalink
Merge pull request #788 from axone-protocol/feat/787-register-dentrite-1
Browse files Browse the repository at this point in the history
⚖️ Register `jayjay` Validator
  • Loading branch information
amimart authored Aug 30, 2024
2 parents a689e23 + ca230f4 commit 92eb7b9
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 @@ -78,6 +78,13 @@
"pub_key": null,
"account_number": "8",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "axone19qqqhuz7uae06ghp7sldpaf44pvllkj98xha87",
"pub_key": null,
"account_number": "9",
"sequence": "0"
}
]
},
Expand All @@ -90,6 +97,15 @@
"default_send_enabled": true
},
"balances": [
{
"address": "axone19qqqhuz7uae06ghp7sldpaf44pvllkj98xha87",
"coins": [
{
"denom": "uaxone",
"amount": "1000000200000"
}
]
},
{
"address": "axone194eplc7zh07yh3d23nuy85eagcpycgejacyh2k",
"coins": [
Expand Down Expand Up @@ -175,7 +191,7 @@
"supply": [
{
"denom": "uaxone",
"amount": "483000001600000"
"amount": "484000001800000"
}
],
"denom_metadata": [],
Expand Down Expand Up @@ -725,6 +741,68 @@
"signatures": [
"qrupgKLcrQ/ZAD4FC/O3WsKrp1w93rXWh7Ua55woyiJOEFPwBkJGsgwZKw6H4S6yLs8xZRhC0CfrdwcQmPRiOA=="
]
},
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "jayjay",
"identity": "34589DAF06970635",
"website": "https://twitter.com/javalry1",
"security_contact": "[email protected]",
"details": "community driven validator"
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "",
"validator_address": "axonevaloper19qqqhuz7uae06ghp7sldpaf44pvllkj9hnm0au",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "sLk4Bdr4APNKe9iOkQmm0F08t0MXyUPzJP+aOM9nRhQ="
},
"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": "Apal70sl3lSz//222IvmJzJz7JJuXhJni88WT4XTFNfB"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"3RYEUbbIdussGhMZZ4fBYE3n5UNrO1zvHP4g5DBafkRCATOhhoRXAASyszM2skVCHR5uOgZF9TFZFPj9F0vHIw=="
]
}
]
},
Expand Down
1 change: 1 addition & 0 deletions chains/dentrite-1/gentx/gentx-787.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"jayjay","identity":"34589DAF06970635","website":"https://twitter.com/javalry1","security_contact":"[email protected]","details":"community driven validator"},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"","validator_address":"axonevaloper19qqqhuz7uae06ghp7sldpaf44pvllkj9hnm0au","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"sLk4Bdr4APNKe9iOkQmm0F08t0MXyUPzJP+aOM9nRhQ="},"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":"Apal70sl3lSz//222IvmJzJz7JJuXhJni88WT4XTFNfB"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["3RYEUbbIdussGhMZZ4fBYE3n5UNrO1zvHP4g5DBafkRCATOhhoRXAASyszM2skVCHR5uOgZF9TFZFPj9F0vHIw=="]}

0 comments on commit 92eb7b9

Please sign in to comment.