Skip to content

Commit

Permalink
feat(dentrite-1): register validator gentx Indonode\n\nCloses #837
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-anik committed Sep 7, 2024
1 parent 4bd962d commit 8aab5d8
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": "axone1a84q6jl7ylwwpgptcn9vsmx44ej30lk50rn75w",
"pub_key": null,
"account_number": "27",
"sequence": "0"
}
]
},
Expand Down Expand Up @@ -432,6 +439,15 @@
}
]
},
{
"address": "axone1a84q6jl7ylwwpgptcn9vsmx44ej30lk50rn75w",
"coins": [
{
"denom": "uaxone",
"amount": "1000000200000"
}
]
},
{
"address": "axone1lg22awy3736gkl786qjgukj4zamqz55fuhhhv7",
"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": "Indonode",
"identity": "",
"website": "https://indonode.net",
"security_contact": "[email protected]",
"details": "Your Trusted Proof of Stake Validator, IBC Relayer, On-Chain Services provider on Cosmos Ecosystem with High Security \u0026 Superior Uptime!"
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "",
"validator_address": "axonevaloper1a84q6jl7ylwwpgptcn9vsmx44ej30lk5lklvwv",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "PIp+JMt4X81xA4Xxm7weJ9ByxJv2gtI32DTJVKKK9gQ="
},
"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": "AoCmmOEsCV1LQKZTma1uIMwQ9hqZ+rFNCFVUT0maL0Mr"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"PA6aIbK1zw+IRNxBJhv+dqnCCGgSo4/wRyZ/pcyu6rZYKAInWvLSMI5hw9x+SYLF9oT6zQykotd2n2WEtZxlRw=="
]
}
]
},
Expand Down
1 change: 1 addition & 0 deletions chains/dentrite-1/gentx/gentx-837.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"Indonode","identity":"","website":"https://indonode.net","security_contact":"[email protected]","details":"Your Trusted Proof of Stake Validator, IBC Relayer, On-Chain Services provider on Cosmos Ecosystem with High Security & Superior Uptime!"},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"","validator_address":"axonevaloper1a84q6jl7ylwwpgptcn9vsmx44ej30lk5lklvwv","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"PIp+JMt4X81xA4Xxm7weJ9ByxJv2gtI32DTJVKKK9gQ="},"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":"AoCmmOEsCV1LQKZTma1uIMwQ9hqZ+rFNCFVUT0maL0Mr"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["PA6aIbK1zw+IRNxBJhv+dqnCCGgSo4/wRyZ/pcyu6rZYKAInWvLSMI5hw9x+SYLF9oT6zQykotd2n2WEtZxlRw=="]}

0 comments on commit 8aab5d8

Please sign in to comment.