Skip to content

Commit

Permalink
Merge pull request #774 from axone-protocol/feat/773-register-dentrite-1
Browse files Browse the repository at this point in the history
⚖️ Register `polkachu.com` Validator
  • Loading branch information
amimart authored Aug 30, 2024
2 parents 3e55e96 + b693d30 commit 33b0488
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 @@ -50,6 +50,13 @@
"pub_key": null,
"account_number": "4",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "axone1jt9w26mpxxjsk63mvd4m2ynj0af09cslq8j3av",
"pub_key": null,
"account_number": "5",
"sequence": "0"
}
]
},
Expand All @@ -71,6 +78,15 @@
}
]
},
{
"address": "axone1jt9w26mpxxjsk63mvd4m2ynj0af09cslq8j3av",
"coins": [
{
"denom": "uaxone",
"amount": "1000000200000"
}
]
},
{
"address": "axone14qekdkj2nmmwea4ufg9n002a3pud23y8xyvu9d",
"coins": [
Expand Down Expand Up @@ -111,7 +127,7 @@
"supply": [
{
"denom": "uaxone",
"amount": "479000000800000"
"amount": "480000001000000"
}
],
"denom_metadata": [],
Expand Down Expand Up @@ -413,6 +429,68 @@
"signatures": [
"Qauzk/OU3UmIVDgZMYarcLtK+sE5V2qfWKsrgGMdxzE1SRVPTxb5bxR/AIEEJvxsoeQcvZi2GOuMNhwXtq6i9A=="
]
},
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "polkachu.com",
"identity": "0A6AF02D1557E5B4",
"website": "https://polkachu.com",
"security_contact": "[email protected]",
"details": "Polkachu is the trusted staking service provider for blockchain projects. 100% refund for downtime slash. Contact us at [email protected]"
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "",
"validator_address": "axonevaloper1jt9w26mpxxjsk63mvd4m2ynj0af09cslsj7r8w",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "oIqMknwBIOQ+LxAVNXk7XG+wbusa3xWP1jsJs4clBKk="
},
"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": "As1WcJsvf1NQgRlS8a2PHuueKhHlCYrFe3VooMxQdflR"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"F5CdF90qFK3lTjhG1cVp2cViBqbYYBxdTEBiyyd5dEdE4MKaqdAATvOtzz3xqPRgSLudrbUowgr1Sx0k2K4FFg=="
]
}
]
},
Expand Down
1 change: 1 addition & 0 deletions chains/dentrite-1/gentx/gentx-773.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"polkachu.com","identity":"0A6AF02D1557E5B4","website":"https://polkachu.com","security_contact":"[email protected]","details":"Polkachu is the trusted staking service provider for blockchain projects. 100% refund for downtime slash. Contact us at [email protected]"},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"","validator_address":"axonevaloper1jt9w26mpxxjsk63mvd4m2ynj0af09cslsj7r8w","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"oIqMknwBIOQ+LxAVNXk7XG+wbusa3xWP1jsJs4clBKk="},"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":"As1WcJsvf1NQgRlS8a2PHuueKhHlCYrFe3VooMxQdflR"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["F5CdF90qFK3lTjhG1cVp2cViBqbYYBxdTEBiyyd5dEdE4MKaqdAATvOtzz3xqPRgSLudrbUowgr1Sx0k2K4FFg=="]}

0 comments on commit 33b0488

Please sign in to comment.