Skip to content

Commit

Permalink
feat(dentrite-1): register validator gentx Nodeist
Browse files Browse the repository at this point in the history
Closes #775
  • Loading branch information
bot-anik authored and amimart committed Aug 30, 2024
1 parent 6515c4e commit 6e96aa2
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 1 deletion.
89 changes: 88 additions & 1 deletion chains/dentrite-1/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@
"pub_key": null,
"account_number": "5",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "axone194eplc7zh07yh3d23nuy85eagcpycgejacyh2k",
"pub_key": null,
"account_number": "6",
"sequence": "0"
}
]
},
Expand All @@ -69,6 +76,24 @@
"default_send_enabled": true
},
"balances": [
{
"address": "axone194eplc7zh07yh3d23nuy85eagcpycgejacyh2k",
"coins": [
{
"denom": "uaxone",
"amount": "1000000200000"
}
]
},
{
"address": "axone194eplc7zh07yh3d23nuy85eagcpycgejacyh2k",
"coins": [
{
"denom": "uaxone",
"amount": "1000000200000"
}
]
},
{
"address": "axone18e6a52ld4mvq9qurj2k3hc2am92al4jmep2e5j",
"coins": [
Expand Down Expand Up @@ -127,7 +152,7 @@
"supply": [
{
"denom": "uaxone",
"amount": "480000001000000"
"amount": "481000001200000"
}
],
"denom_metadata": [],
Expand Down Expand Up @@ -491,6 +516,68 @@
"signatures": [
"F5CdF90qFK3lTjhG1cVp2cViBqbYYBxdTEBiyyd5dEdE4MKaqdAATvOtzz3xqPRgSLudrbUowgr1Sx0k2K4FFg=="
]
},
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "Nodeist",
"identity": "A2E180C6914F7F87",
"website": "https://nodeist.net",
"security_contact": "[email protected]",
"details": "Nodeist 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": "axonevaloper194eplc7zh07yh3d23nuy85eagcpycgejddg9s5",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "gP4lU1HDQUsmb1GfaHMmEKTGrt2sFKO1DD6Fd5AQVQA="
},
"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": "A8bv93EvYng/6JNIq2+JF3dt/8S1BDRTFQTttRufPhqX"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"/ft0XtvU4u/UenucFth5fySoyijZWYGbXCg+4Sm5Me4VV7xjaYCA3VuQVTaLld1e65Gmc0kDzmNjG45r/hNO1Q=="
]
}
]
},
Expand Down
1 change: 1 addition & 0 deletions chains/dentrite-1/gentx/gentx-775.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"Nodeist","identity":"A2E180C6914F7F87","website":"https://nodeist.net","security_contact":"[email protected]","details":"Nodeist 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":"axonevaloper194eplc7zh07yh3d23nuy85eagcpycgejddg9s5","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"gP4lU1HDQUsmb1GfaHMmEKTGrt2sFKO1DD6Fd5AQVQA="},"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":"A8bv93EvYng/6JNIq2+JF3dt/8S1BDRTFQTttRufPhqX"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["/ft0XtvU4u/UenucFth5fySoyijZWYGbXCg+4Sm5Me4VV7xjaYCA3VuQVTaLld1e65Gmc0kDzmNjG45r/hNO1Q=="]}

0 comments on commit 6e96aa2

Please sign in to comment.