Skip to content

Commit

Permalink
Merge pull request #798 from axone-protocol/feat/797-register-dentrite-1
Browse files Browse the repository at this point in the history
⚖️ Register `WayneWayner` Validator
  • Loading branch information
amimart committed Aug 31, 2024
2 parents 888b1a9 + a334227 commit c2a48f7
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 @@ -113,6 +113,13 @@
"pub_key": null,
"account_number": "13",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "axone1lg22awy3736gkl786qjgukj4zamqz55fuhhhv7",
"pub_key": null,
"account_number": "14",
"sequence": "0"
}
]
},
Expand Down Expand Up @@ -242,6 +249,15 @@
}
]
},
{
"address": "axone1lg22awy3736gkl786qjgukj4zamqz55fuhhhv7",
"coins": [
{
"denom": "uaxone",
"amount": "1000000200000"
}
]
},
{
"address": "axone1lnrnk8fz99zdhdf96lnqtttcx3dtrrethfpl2c",
"coins": [
Expand All @@ -255,7 +271,7 @@
"supply": [
{
"denom": "uaxone",
"amount": "488000002600000"
"amount": "489000002800000"
}
],
"denom_metadata": [],
Expand Down Expand Up @@ -1115,6 +1131,68 @@
"signatures": [
"4ucgiB13u6fSg1LPTfR4pFWe2T1dIfNsCQQqpx7bInV1fduYNwDnPtV7/uJ4iReSpbAyjZCjJhX74l6ftCAzbQ=="
]
},
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "WayneWayner",
"identity": "3D726987CB38C0D2",
"website": "https://waynewayner.de",
"security_contact": "[email protected]",
"details": "WayneWayner"
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "",
"validator_address": "axonevaloper1lg22awy3736gkl786qjgukj4zamqz55fvzm9ku",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "8Fsz7hTuslPgIs7alTrPFCJKQ5mYLFcOHVCvcifGqN8="
},
"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": "Ar6gtynMLe54/wYj/PGh56X3p5UgiPOs56c5dsTMUFaz"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"POSnfU8w1ACF5F1RtaRmLySjFoQRhTDP5+0TE4/vrRcjk9aTkbxtna9RINAsMklXJGPo4XAF4xzDh3uzTUARFQ=="
]
}
]
},
Expand Down
1 change: 1 addition & 0 deletions chains/dentrite-1/gentx/gentx-797.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"WayneWayner","identity":"3D726987CB38C0D2","website":"https://waynewayner.de","security_contact":"[email protected]","details":"WayneWayner"},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"","validator_address":"axonevaloper1lg22awy3736gkl786qjgukj4zamqz55fvzm9ku","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"8Fsz7hTuslPgIs7alTrPFCJKQ5mYLFcOHVCvcifGqN8="},"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":"Ar6gtynMLe54/wYj/PGh56X3p5UgiPOs56c5dsTMUFaz"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["POSnfU8w1ACF5F1RtaRmLySjFoQRhTDP5+0TE4/vrRcjk9aTkbxtna9RINAsMklXJGPo4XAF4xzDh3uzTUARFQ=="]}

0 comments on commit c2a48f7

Please sign in to comment.