Skip to content

Commit

Permalink
Merge pull request #720 from okp4/feat/719-register-drunemeton-1
Browse files Browse the repository at this point in the history
⚖️ Register `✅ CryptoCrew Validators` Validator
  • Loading branch information
amimart authored Feb 3, 2024
2 parents 0a57f46 + 566c440 commit e08ee31
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 @@ -204,6 +204,13 @@
"pub_key": null,
"account_number": "26",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "okp41zsz8f8z2akdz5yunq34dln0klee337zs7j2hl8",
"pub_key": null,
"account_number": "27",
"sequence": "0"
}
]
},
Expand Down Expand Up @@ -243,6 +250,15 @@
}
]
},
{
"address": "okp41zsz8f8z2akdz5yunq34dln0klee337zs7j2hl8",
"coins": [
{
"denom": "uknow",
"amount": "10000200000"
}
]
},
{
"address": "okp41rwqncrft4m5777hgjdmkpmesxxjlg9y8s9wmnr",
"coins": [
Expand Down Expand Up @@ -463,7 +479,7 @@
"supply": [
{
"denom": "uknow",
"amount": "200260005200000"
"amount": "200270005400000"
}
],
"denom_metadata": [],
Expand Down Expand Up @@ -2129,6 +2145,68 @@
"signatures": [
"KLYsjhsSr5IZmiFv1ZmfvGroJE/6soscU08ybr2UY5EEvz/yrCIM1bXympYSqURrLhr58cF1EVxiwpyQtAcHzQ=="
]
},
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "✅ CryptoCrew Validators",
"identity": "9AE70F9E3EDA8956",
"website": "https://ccvalidators.com",
"security_contact": "[email protected]",
"details": "We power the interchain | ccvalidators.com"
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "",
"validator_address": "okp4valoper1zsz8f8z2akdz5yunq34dln0klee337zst467px",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "eAzSvpzG/MCN4nR/q83LtyHHvMcWTYBIrslEZmbqz8w="
},
"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": "Awbd+OXoaTgq7qHZhHV2fg2djUbrvCwIC2y7n02xNj0M"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_LEGACY_AMINO_JSON"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"tZn2RdJ8BLa/mw4HqVJ0pX7+iBdlzEw0d1Y5go6T7rlFMqnn8j+Vb6xqiTYXd66ZPyL5k3wouF0aUnns7cf34A=="
]
}
]
},
Expand Down
1 change: 1 addition & 0 deletions chains/drunemeton-1/gentx/gentx-719.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"✅ CryptoCrew Validators","identity":"9AE70F9E3EDA8956","website":"https://ccvalidators.com","security_contact":"[email protected]","details":"We power the interchain | ccvalidators.com"},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"","validator_address":"okp4valoper1zsz8f8z2akdz5yunq34dln0klee337zst467px","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"eAzSvpzG/MCN4nR/q83LtyHHvMcWTYBIrslEZmbqz8w="},"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":"Awbd+OXoaTgq7qHZhHV2fg2djUbrvCwIC2y7n02xNj0M"},"mode_info":{"single":{"mode":"SIGN_MODE_LEGACY_AMINO_JSON"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["tZn2RdJ8BLa/mw4HqVJ0pX7+iBdlzEw0d1Y5go6T7rlFMqnn8j+Vb6xqiTYXd66ZPyL5k3wouF0aUnns7cf34A=="]}

0 comments on commit e08ee31

Please sign in to comment.