Skip to content

Commit

Permalink
Merge pull request #840 from axone-protocol/feat/839-register-dentrite-1
Browse files Browse the repository at this point in the history
⚖️ Register `AVIAONE 🟢` Validator
  • Loading branch information
amimart authored Sep 7, 2024
2 parents 4bd962d + 28b8df7 commit a2b0003
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 @@ -204,6 +204,13 @@
"pub_key": null,
"account_number": "26",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "axone1v927u06mwgme3n6700rzt5h4mm6xq73n6m58wr",
"pub_key": null,
"account_number": "27",
"sequence": "0"
}
]
},
Expand Down Expand Up @@ -315,6 +322,15 @@
}
]
},
{
"address": "axone1v927u06mwgme3n6700rzt5h4mm6xq73n6m58wr",
"coins": [
{
"denom": "uaxone",
"amount": "1000000200000"
}
]
},
{
"address": "axone1w072tmg3ctdzxuk7egkd4rw4xtpgm85uj78437",
"coins": [
Expand Down Expand Up @@ -463,7 +479,7 @@
"supply": [
{
"denom": "uaxone",
"amount": "501000005200000"
"amount": "502000005400000"
}
],
"denom_metadata": [],
Expand Down Expand Up @@ -2129,6 +2145,68 @@
"signatures": [
"e/iR5vACxfjerIVzsKZ6ScLqWcxzgGKiEmXz6d9mNfVJ4Q9kg3odkk6ChVrD22aSDvfEBfZhxSoCkdKNFMxJbg=="
]
},
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "AVIAONE 🟢",
"identity": "DCD3D6C0BF61C200",
"website": "https://aviaone.com",
"security_contact": "",
"details": "AviaOne 🟢 is a Trusted Professional Validator on 20+ chains since 2021. ✨ Security: Tokens 100% secured on Best Servers, ensuring Yield \u0026 High Security. 🔐 No Transfer Needed: Your Assets stays in your wallet."
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.500000000000000000",
"max_change_rate": "0.100000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "",
"validator_address": "axonevaloper1v927u06mwgme3n6700rzt5h4mm6xq73n2wc45p",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "tohxuTDfgQI6LIA/nrjLQDtwbw0ZpwOzFEu8NUxMT3M="
},
"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": "A9do5cn6xcLzWGD8XbmbcxqZmFZZK3Do+k+6LlgRM9g+"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"opZNPB4Hd3xmmZ8puzpEZGlDGTi1jvoJEHVk8fFlDXVxYN7JFr5JoFcjxPNxOayfeZi+Rq3l6Y60sD+cZ59wkw=="
]
}
]
},
Expand Down
1 change: 1 addition & 0 deletions chains/dentrite-1/gentx/gentx-839.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"AVIAONE 🟢","identity":"DCD3D6C0BF61C200","website":"https://aviaone.com","security_contact":"","details":"AviaOne 🟢 is a Trusted Professional Validator on 20+ chains since 2021. ✨ Security: Tokens 100% secured on Best Servers, ensuring Yield & High Security. 🔐 No Transfer Needed: Your Assets stays in your wallet."},"commission":{"rate":"0.050000000000000000","max_rate":"0.500000000000000000","max_change_rate":"0.100000000000000000"},"min_self_delegation":"1","delegator_address":"","validator_address":"axonevaloper1v927u06mwgme3n6700rzt5h4mm6xq73n2wc45p","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"tohxuTDfgQI6LIA/nrjLQDtwbw0ZpwOzFEu8NUxMT3M="},"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":"A9do5cn6xcLzWGD8XbmbcxqZmFZZK3Do+k+6LlgRM9g+"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["opZNPB4Hd3xmmZ8puzpEZGlDGTi1jvoJEHVk8fFlDXVxYN7JFr5JoFcjxPNxOayfeZi+Rq3l6Y60sD+cZ59wkw=="]}

0 comments on commit a2b0003

Please sign in to comment.