Skip to content

Commit

Permalink
Merge pull request #673 from okp4/feat/672-register-drunemeton-1
Browse files Browse the repository at this point in the history
⚖️ Register `AVIAONE.com 🟢` Validator
  • Loading branch information
amimart committed Jan 29, 2024
2 parents 724933b + e110979 commit 5807e65
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 @@ -78,6 +78,13 @@
"pub_key": null,
"account_number": "8",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "okp41242uh84gmzmr34kwf8uqh6hqy2apaqcgtrqjgt",
"pub_key": null,
"account_number": "9",
"sequence": "0"
}
]
},
Expand Down Expand Up @@ -126,6 +133,15 @@
}
]
},
{
"address": "okp41242uh84gmzmr34kwf8uqh6hqy2apaqcgtrqjgt",
"coins": [
{
"denom": "uknow",
"amount": "10000200000"
}
]
},
{
"address": "okp413dgy7rtjjvvlkzu2upgtntdyzy4hnr6efarspq",
"coins": [
Expand Down Expand Up @@ -175,7 +191,7 @@
"supply": [
{
"denom": "uknow",
"amount": "200080001600000"
"amount": "200090001800000"
}
],
"denom_metadata": [],
Expand Down Expand Up @@ -725,6 +741,68 @@
"signatures": [
"CiCTFULzzGPpocmdhSx+Vk+QIDuVibEWpsVrfpVE54gKqR5eWfZrKhw4MAyE9Fif8V0EO2sIL7pbBkxhV1TQGA=="
]
},
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "AVIAONE.com 🟢",
"identity": "DCD3D6C0BF61C200",
"website": "https://aviaone.com",
"security_contact": "",
"details": "Staking with Aviaone 🟢 generate a yield and your tokens stays on your wallet 🔑 🔒. NO TRANSFER REQUIRED 👍"
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.500000000000000000",
"max_change_rate": "0.500000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "",
"validator_address": "okp4valoper1242uh84gmzmr34kwf8uqh6hqy2apaqcg7ysmk2",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "F0P4a7jCzF7Zbx7SfZBaSV38Hyj+E8PmPp9epI4Sem4="
},
"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": "Ao6PFwdYhXge5Ws3Ab8qaVRvzdBSDqu8e9wQBwG8wMHR"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"O+JiM/3deG45uvauWSMpMgbuC5cHd5yPCXa8tnaIkPEVdEzB3s/GP8yCkeIX2ynopXwKEJIWhjtJQjPLy26dAw=="
]
}
]
},
Expand Down
1 change: 1 addition & 0 deletions chains/drunemeton-1/gentx/gentx-672.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"AVIAONE.com 🟢","identity":"DCD3D6C0BF61C200","website":"https://aviaone.com","security_contact":"","details":"Staking with Aviaone 🟢 generate a yield and your tokens stays on your wallet 🔑 🔒. NO TRANSFER REQUIRED 👍"},"commission":{"rate":"0.050000000000000000","max_rate":"0.500000000000000000","max_change_rate":"0.500000000000000000"},"min_self_delegation":"1","delegator_address":"","validator_address":"okp4valoper1242uh84gmzmr34kwf8uqh6hqy2apaqcg7ysmk2","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"F0P4a7jCzF7Zbx7SfZBaSV38Hyj+E8PmPp9epI4Sem4="},"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":"Ao6PFwdYhXge5Ws3Ab8qaVRvzdBSDqu8e9wQBwG8wMHR"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["O+JiM/3deG45uvauWSMpMgbuC5cHd5yPCXa8tnaIkPEVdEzB3s/GP8yCkeIX2ynopXwKEJIWhjtJQjPLy26dAw=="]}

0 comments on commit 5807e65

Please sign in to comment.