Skip to content

Commit

Permalink
feat(dentrite-1): register validator gentx lesnik | UTSA
Browse files Browse the repository at this point in the history
Closes #822
  • Loading branch information
bot-anik authored and amimart committed Sep 4, 2024
1 parent 9427639 commit 1c2a9c4
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 @@ -190,6 +190,13 @@
"pub_key": null,
"account_number": "24",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "axone197cwtf4fgt8kkl25q0l5jk5hnjya53nswudkw3",
"pub_key": null,
"account_number": "25",
"sequence": "0"
}
]
},
Expand Down Expand Up @@ -256,6 +263,15 @@
}
]
},
{
"address": "axone197cwtf4fgt8kkl25q0l5jk5hnjya53nswudkw3",
"coins": [
{
"denom": "uaxone",
"amount": "1000000200000"
}
]
},
{
"address": "axone18e6a52ld4mvq9qurj2k3hc2am92al4jmep2e5j",
"coins": [
Expand Down Expand Up @@ -431,7 +447,7 @@
"supply": [
{
"denom": "uaxone",
"amount": "499000004800000"
"amount": "500000005000000"
}
],
"denom_metadata": [],
Expand Down Expand Up @@ -1850,6 +1866,68 @@
"9Khr24CcXUm/CrRLtgjDwMSaj8pFVAWAD9Pj4APwsJZSA8WVpwpdyT59U4h5aU/Fy7AYn4HsMCM47GJb6clvsA=="
]
},
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "lesnik | UTSA",
"identity": "A0B5FF00B5460153",
"website": "https://teletype.in/@lesnik13utsa",
"security_contact": "lesnik13utsa@yandex.ru",
"details": "Trustworthy and high performance validator"
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.200000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "",
"validator_address": "axonevaloper197cwtf4fgt8kkl25q0l5jk5hnjya53ns7fpy5n",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "4zNGvjiuSaM9E6ptQmsUGXBU/4GNbAXonZjeLXg1/f4="
},
"value": {
"denom": "uaxone",
"amount": "1000000000000"
}
}
],
"memo": "d453ea33398978c62b45b34ea6acecc4aab3a1ed@5.9.87.231:26656",
"timeout_height": "0",
"extension_options": [],
"non_critical_extension_options": []
},
"auth_info": {
"signer_infos": [
{
"public_key": {
"@type": "/cosmos.crypto.secp256k1.PubKey",
"key": "AkqmJf95LLY6dF/ZrnJ1gphGLA5hS1e4E3/SPromd1Vo"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"SEGCGTYFLGV+kcBLTNiapNZBCwduLk4j3KkLxnoJyDc2zqS707B+qREDnuKiWT2Q2S4iP+sc/vcwZk49ksAGhg=="
]
},
{
"body": {
"messages": [
Expand Down
1 change: 1 addition & 0 deletions chains/dentrite-1/gentx/gentx-822.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"lesnik | UTSA","identity":"A0B5FF00B5460153","website":"https://teletype.in/@lesnik13utsa","security_contact":"lesnik13utsa@yandex.ru","details":"Trustworthy and high performance validator"},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.200000000000000000"},"min_self_delegation":"1","delegator_address":"","validator_address":"axonevaloper197cwtf4fgt8kkl25q0l5jk5hnjya53ns7fpy5n","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"4zNGvjiuSaM9E6ptQmsUGXBU/4GNbAXonZjeLXg1/f4="},"value":{"denom":"uaxone","amount":"1000000000000"}}],"memo":"d453ea33398978c62b45b34ea6acecc4aab3a1ed@5.9.87.231:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AkqmJf95LLY6dF/ZrnJ1gphGLA5hS1e4E3/SPromd1Vo"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["SEGCGTYFLGV+kcBLTNiapNZBCwduLk4j3KkLxnoJyDc2zqS707B+qREDnuKiWT2Q2S4iP+sc/vcwZk49ksAGhg=="]}

0 comments on commit 1c2a9c4

Please sign in to comment.