Skip to content

Commit

Permalink
Merge pull request #663 from okp4/feat/662-register-drunemeton-1
Browse files Browse the repository at this point in the history
⚖️ Register `Citadel.one` Validator
  • Loading branch information
amimart authored Jan 29, 2024
2 parents 2b5c566 + 93eaefe commit 50321b7
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 1 deletion.
80 changes: 79 additions & 1 deletion chains/drunemeton-1/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@
"pub_key": null,
"account_number": "6",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "okp41eqs6mw2j77m5uspnmmngaa47lvekjzd603l0w9",
"pub_key": null,
"account_number": "7",
"sequence": "0"
}
]
},
Expand Down Expand Up @@ -130,6 +137,15 @@
}
]
},
{
"address": "okp41eqs6mw2j77m5uspnmmngaa47lvekjzd603l0w9",
"coins": [
{
"denom": "uknow",
"amount": "10000200000"
}
]
},
{
"address": "okp41etx55kw7tkmnjqz0k0mups4ewxlr324tcfs8za",
"coins": [
Expand All @@ -143,7 +159,7 @@
"supply": [
{
"denom": "uknow",
"amount": "200060001200000"
"amount": "200070001400000"
}
],
"denom_metadata": [],
Expand Down Expand Up @@ -569,6 +585,68 @@
"signatures": [
"DD+rrD2GLqvl01izLMRE7ieYZbLWVdj0rwyWJpr82kZhLE561xhZp9O2JhEeLL7gBEPpkfcld5fuAXC7zryZOQ=="
]
},
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "Citadel.one",
"identity": "EBB03EB4BB4CFCA7",
"website": "https://citadel.one",
"security_contact": "[email protected]",
"details": "Citadel.one is a multi-asset non-custodial staking platform that lets anyone become a part of decentralized infrastructure and earn passive income. Stake with our nodes or any other validator across multiple networks in a few clicks"
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.030000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "",
"validator_address": "okp4valoper1eqs6mw2j77m5uspnmmngaa47lvekjzd66k0xsy",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "NWjY+RZd6ML5zS+67D5TU8ggojjhSiLOBApKGmVYLp0="
},
"value": {
"denom": "uknow",
"amount": "10000000000"
}
}
],
"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": "AvChhO3IFRvMU4gPLU3RJj8J/+0d0Obgm9qFiTGoCr7v"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"VcT1oPgsPc9sYaT4hhHxATcn9VysBcBnoc2YMiI8PZUb3UqQ5MgwTWyng7SPx84eSh4ioDvxDHRycc5a6d9KVQ=="
]
}
]
},
Expand Down
1 change: 1 addition & 0 deletions chains/drunemeton-1/gentx/gentx-662.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"Citadel.one","identity":"EBB03EB4BB4CFCA7","website":"https://citadel.one","security_contact":"[email protected]","details":"Citadel.one is a multi-asset non-custodial staking platform that lets anyone become a part of decentralized infrastructure and earn passive income. Stake with our nodes or any other validator across multiple networks in a few clicks"},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.030000000000000000"},"min_self_delegation":"1","delegator_address":"","validator_address":"okp4valoper1eqs6mw2j77m5uspnmmngaa47lvekjzd66k0xsy","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"NWjY+RZd6ML5zS+67D5TU8ggojjhSiLOBApKGmVYLp0="},"value":{"denom":"uknow","amount":"10000000000"}}],"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":"AvChhO3IFRvMU4gPLU3RJj8J/+0d0Obgm9qFiTGoCr7v"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["VcT1oPgsPc9sYaT4hhHxATcn9VysBcBnoc2YMiI8PZUb3UqQ5MgwTWyng7SPx84eSh4ioDvxDHRycc5a6d9KVQ=="]}

0 comments on commit 50321b7

Please sign in to comment.