Skip to content

Commit

Permalink
feat(drunemeton-1): register validator gentx Cumulo
Browse files Browse the repository at this point in the history
Closes #656
  • Loading branch information
bot-anik authored and amimart committed Jan 29, 2024
1 parent 86bcaf2 commit 5cd897c
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 @@ -43,6 +43,13 @@
"pub_key": null,
"account_number": "3",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "okp41g3g3m0dravpg9eu2ujxf85ucsf68psu8vs6z9u",
"pub_key": null,
"account_number": "4",
"sequence": "0"
}
]
},
Expand Down Expand Up @@ -73,6 +80,15 @@
}
]
},
{
"address": "okp41g3g3m0dravpg9eu2ujxf85ucsf68psu8vs6z9u",
"coins": [
{
"denom": "uknow",
"amount": "10000200000"
}
]
},
{
"address": "okp41jt9w26mpxxjsk63mvd4m2ynj0af09cslwamw42",
"coins": [
Expand All @@ -95,7 +111,7 @@
"supply": [
{
"denom": "uknow",
"amount": "200030000600000"
"amount": "200040000800000"
}
],
"denom_metadata": [],
Expand Down Expand Up @@ -335,6 +351,68 @@
"signatures": [
"n7h8/juLHtnyGLRLcwsvwlDSU59I4Sk55/aNurksTTYQRTGC63MuDkZLLaaSTzXFdPHkFSTu3sraxdgQAL+oow=="
]
},
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "Cumulo",
"identity": "77158D6796D16CD0",
"website": "http://cumulo.pro",
"security_contact": "[email protected]",
"details": "feeding your flame"
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "",
"validator_address": "okp4valoper1g3g3m0dravpg9eu2ujxf85ucsf68psu8eh2tma",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "FYm+kaIMdZRO8NfXBhkQ/tUI9dgCFnoY/jXxBsNZssA="
},
"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": "AsFSiJhAPCFTu2te4NuGzbMG4RsKW/EBb3uvhesxrRsM"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"/xhxdEbfE4GhgkHBF/jF3Ew90UdtUph9cwuYdrZ2KBMQloOmh3gFogmKv5Hb9ryCHMGOD4Tbg2Bnnq48FxdCUA=="
]
}
]
},
Expand Down
1 change: 1 addition & 0 deletions chains/drunemeton-1/gentx/gentx-656.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"Cumulo","identity":"77158D6796D16CD0","website":"http://cumulo.pro","security_contact":"[email protected]","details":"feeding your flame"},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"","validator_address":"okp4valoper1g3g3m0dravpg9eu2ujxf85ucsf68psu8eh2tma","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"FYm+kaIMdZRO8NfXBhkQ/tUI9dgCFnoY/jXxBsNZssA="},"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":"AsFSiJhAPCFTu2te4NuGzbMG4RsKW/EBb3uvhesxrRsM"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["/xhxdEbfE4GhgkHBF/jF3Ew90UdtUph9cwuYdrZ2KBMQloOmh3gFogmKv5Hb9ryCHMGOD4Tbg2Bnnq48FxdCUA=="]}

0 comments on commit 5cd897c

Please sign in to comment.