Skip to content

Commit

Permalink
Merge pull request #825 from axone-protocol/feat/824-register-dentrite-1
Browse files Browse the repository at this point in the history
⚖️ Register `Citadel.one` Validator
  • Loading branch information
amimart committed Sep 3, 2024
2 parents 335c336 + ca327e8 commit 084d802
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 @@ -176,6 +176,13 @@
"pub_key": null,
"account_number": "22",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "axone1g8d8kr9h3cml4g4xw8h6xw2mfhxrff2j53p7cf",
"pub_key": null,
"account_number": "23",
"sequence": "0"
}
]
},
Expand Down Expand Up @@ -251,6 +258,15 @@
}
]
},
{
"address": "axone1g8d8kr9h3cml4g4xw8h6xw2mfhxrff2j53p7cf",
"coins": [
{
"denom": "uaxone",
"amount": "1000000200000"
}
]
},
{
"address": "axone1fc7mun4340hh82eu044tx24tjx8yn5c3uf29ly",
"coins": [
Expand Down Expand Up @@ -399,7 +415,7 @@
"supply": [
{
"denom": "uaxone",
"amount": "497000004400000"
"amount": "498000004600000"
}
],
"denom_metadata": [],
Expand Down Expand Up @@ -1817,6 +1833,68 @@
"signatures": [
"9Khr24CcXUm/CrRLtgjDwMSaj8pFVAWAD9Pj4APwsJZSA8WVpwpdyT59U4h5aU/Fy7AYn4HsMCM47GJb6clvsA=="
]
},
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "Citadel.one",
"identity": "EBB03EB4BB4CFCA7",
"website": "https://citadel.one",
"security_contact": "[email protected]",
"details": "Citadel.one is a multi-asset non-custodial staking platform that lets anyone become a part of decentralized infrastructure and earn passive income. Stake with our nodes or any other validator across multiple networks in a few clicks"
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.030000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "",
"validator_address": "axonevaloper1g8d8kr9h3cml4g4xw8h6xw2mfhxrff2jyydvzt",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "/sCh1oYWcBtpWkFj+HIY6QY+AGYX2EaBLPukz+nQqJs="
},
"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": "AqL7dYQA17X4hTSdk68leiEiXmynb1K8JNyOV5l61lld"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"vT/KZMwicQPzgzljiPHvhPyFvFXqL6rbmGPU/wchOWZ6272D8y41ifSsd6gvDveOBbQJ/7MYVgEggkw1XugtUg=="
]
}
]
},
Expand Down
1 change: 1 addition & 0 deletions chains/dentrite-1/gentx/gentx-824.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"Citadel.one","identity":"EBB03EB4BB4CFCA7","website":"https://citadel.one","security_contact":"[email protected]","details":"Citadel.one is a multi-asset non-custodial staking platform that lets anyone become a part of decentralized infrastructure and earn passive income. Stake with our nodes or any other validator across multiple networks in a few clicks"},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.030000000000000000"},"min_self_delegation":"1","delegator_address":"","validator_address":"axonevaloper1g8d8kr9h3cml4g4xw8h6xw2mfhxrff2jyydvzt","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"/sCh1oYWcBtpWkFj+HIY6QY+AGYX2EaBLPukz+nQqJs="},"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":"AqL7dYQA17X4hTSdk68leiEiXmynb1K8JNyOV5l61lld"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["vT/KZMwicQPzgzljiPHvhPyFvFXqL6rbmGPU/wchOWZ6272D8y41ifSsd6gvDveOBbQJ/7MYVgEggkw1XugtUg=="]}

0 comments on commit 084d802

Please sign in to comment.