Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⚖️ Register AVIAONE 🟢 Validator #840

Merged
merged 1 commit into from
Sep 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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=="]}
Loading