Skip to content

Commit

Permalink
feat(dentrite-1): register validator gentx Nodes.Guru
Browse files Browse the repository at this point in the history
Closes #818
  • Loading branch information
bot-anik authored and amimart committed Sep 3, 2024
1 parent d2c81c8 commit befa16e
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 @@ -162,6 +162,13 @@
"pub_key": null,
"account_number": "20",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "axone1jxzz9rxj44mnu0jteqt0f3s3q3nk56pdl00rvs",
"pub_key": null,
"account_number": "21",
"sequence": "0"
}
]
},
Expand Down Expand Up @@ -264,6 +271,15 @@
}
]
},
{
"address": "axone1jxzz9rxj44mnu0jteqt0f3s3q3nk56pdl00rvs",
"coins": [
{
"denom": "uaxone",
"amount": "1000000200000"
}
]
},
{
"address": "axone1jt9w26mpxxjsk63mvd4m2ynj0af09cslq8j3av",
"coins": [
Expand Down Expand Up @@ -367,7 +383,7 @@
"supply": [
{
"denom": "uaxone",
"amount": "495000004000000"
"amount": "496000004200000"
}
],
"denom_metadata": [],
Expand Down Expand Up @@ -1661,6 +1677,68 @@
"signatures": [
"l24h6Ib9VVnwqzt/M2zPyAVaCIWi5qkDceY/Ndvvio0Q5gYOw3m2ao0uf2s9HbRPXKO7GYU6i0UTNrMAfkptVg=="
]
},
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "Nodes.Guru",
"identity": "28B672FCE6BBD562",
"website": "https://nodes.guru",
"security_contact": "[email protected]",
"details": "Guru of non-custodial staking. Professional node running, low fees, best uptime and 24/7 customer support."
},
"commission": {
"rate": "0.100000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.050000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "",
"validator_address": "axonevaloper1jxzz9rxj44mnu0jteqt0f3s3q3nk56pd06r3kj",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "4oI1ssiSRdCH4zCHzfbprYxZctVHrvdlfvcIp0WOJIk="
},
"value": {
"denom": "uaxone",
"amount": "1000000000000"
}
}
],
"memo": "[email protected]:55156",
"timeout_height": "0",
"extension_options": [],
"non_critical_extension_options": []
},
"auth_info": {
"signer_infos": [
{
"public_key": {
"@type": "/cosmos.crypto.secp256k1.PubKey",
"key": "AirKp3H7CULxc8TPa2MqpqQDRC1NifNPiIXhcUA6Ga/B"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"p3kWk0yOKrQ8pa24o/C/Otq7hw+6Xh9cBilnGhfwyoBvaKeZbIhmHQvq+gt+FrFPrNOnz9+a30VREAr9RCUU5A=="
]
}
]
},
Expand Down
1 change: 1 addition & 0 deletions chains/dentrite-1/gentx/gentx-818.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"Nodes.Guru","identity":"28B672FCE6BBD562","website":"https://nodes.guru","security_contact":"[email protected]","details":"Guru of non-custodial staking. Professional node running, low fees, best uptime and 24/7 customer support."},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.050000000000000000"},"min_self_delegation":"1","delegator_address":"","validator_address":"axonevaloper1jxzz9rxj44mnu0jteqt0f3s3q3nk56pd06r3kj","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"4oI1ssiSRdCH4zCHzfbprYxZctVHrvdlfvcIp0WOJIk="},"value":{"denom":"uaxone","amount":"1000000000000"}}],"memo":"[email protected]:55156","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AirKp3H7CULxc8TPa2MqpqQDRC1NifNPiIXhcUA6Ga/B"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["p3kWk0yOKrQ8pa24o/C/Otq7hw+6Xh9cBilnGhfwyoBvaKeZbIhmHQvq+gt+FrFPrNOnz9+a30VREAr9RCUU5A=="]}

0 comments on commit befa16e

Please sign in to comment.