Skip to content

Commit

Permalink
feat(dentrite-1): register validator gentx Lavender.Five Nodes 🐝\n\nC…
Browse files Browse the repository at this point in the history
…loses #769
  • Loading branch information
bot-anik committed Aug 29, 2024
1 parent 564260a commit 5aafe18
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 @@ -36,6 +36,13 @@
"pub_key": null,
"account_number": "2",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "axone14qekdkj2nmmwea4ufg9n002a3pud23y8xyvu9d",
"pub_key": null,
"account_number": "3",
"sequence": "0"
}
]
},
Expand All @@ -57,6 +64,15 @@
}
]
},
{
"address": "axone14qekdkj2nmmwea4ufg9n002a3pud23y8xyvu9d",
"coins": [
{
"denom": "uaxone",
"amount": "1000000200000"
}
]
},
{
"address": "axone14pjwgekpxtuwfkpr0nvj8eek49llfy607ckgjt",
"coins": [
Expand All @@ -79,7 +95,7 @@
"supply": [
{
"denom": "uaxone",
"amount": "477000000400000"
"amount": "478000000600000"
}
],
"denom_metadata": [],
Expand Down Expand Up @@ -257,6 +273,68 @@
"signatures": [
"ADrNn981knw5/0131jPUcnXJkDGWE+FhE3I2ygfUer1vwIhm0pjTflupl/3ZMCVkHNCiqzVqVZ99kEpBLhRWDg=="
]
},
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": " Lavender.Five Nodes 🐝",
"identity": "F87ADDB700C0CC94",
"website": "https://www.lavenderfive.com/",
"security_contact": "[email protected]",
"details": "Fortifying crypto networks with Horcrux security, slash insurance, and open source contributions. Connect with us at https://linktr.ee/lavenderfive."
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.050000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "",
"validator_address": "axonevaloper14qekdkj2nmmwea4ufg9n002a3pud23y8k3qwl0",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "DJiHdnD2gZl5PpJCholQhYBor4CTtSfXPgrOD8MRygs="
},
"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": "AgDrjXJ1+/lwJdf+fekEXKwLpA30N7F/Z3ESi/Sn7Rw4"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"SEVRqMSw0mW5GjUJO8nncsWn9dDLrWemucn1nrSJ+h1iOyCehh+wT1W82eI7KIBCtraJw4amwhJ1IGzApisdhA=="
]
}
]
},
Expand Down
1 change: 1 addition & 0 deletions chains/dentrite-1/gentx/gentx-769.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":" Lavender.Five Nodes 🐝","identity":"F87ADDB700C0CC94","website":"https://www.lavenderfive.com/","security_contact":"[email protected]","details":"Fortifying crypto networks with Horcrux security, slash insurance, and open source contributions. Connect with us at https://linktr.ee/lavenderfive."},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.050000000000000000"},"min_self_delegation":"1","delegator_address":"","validator_address":"axonevaloper14qekdkj2nmmwea4ufg9n002a3pud23y8k3qwl0","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"DJiHdnD2gZl5PpJCholQhYBor4CTtSfXPgrOD8MRygs="},"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":"AgDrjXJ1+/lwJdf+fekEXKwLpA30N7F/Z3ESi/Sn7Rw4"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["SEVRqMSw0mW5GjUJO8nncsWn9dDLrWemucn1nrSJ+h1iOyCehh+wT1W82eI7KIBCtraJw4amwhJ1IGzApisdhA=="]}

0 comments on commit 5aafe18

Please sign in to comment.