Skip to content

Commit

Permalink
Add B-Harvest gentx
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroN0de committed Dec 23, 2024
1 parent 119b0bc commit e84772a
Showing 1 changed file with 97 additions and 1 deletion.
98 changes: 97 additions & 1 deletion lib/netconf/story/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,102 @@
"tip": null
},
"signatures": []
},
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "B-Harvest Validator 1",
"identity": "8957C5091FBF4192",
"website": "https://bharvest.io",
"security_contact": "[email protected]",
"details": "Provides secure validation services for dPoS networks"
},
"commission": {
"rate": "0.100000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.100000000000000000"
},
"min_self_delegation": "1024000000000",
"delegator_address": "story1cfek77nua7jsttjj57fdqmdjhsmat9ymccnp00",
"validator_address": "storyvaloper1cfek77nua7jsttjj57fdqmdjhsmat9ymkh8qyy",
"pubkey": {
"@type": "/cosmos.crypto.secp256k1.PubKey",
"key": "A/ruvLx/gThyQ23QdgX0Q4EvD8f6m75dlTXDKIkhAOUg"
},
"value": {
"denom": "stake",
"amount": "1000000"
},
"support_token_type": 1
}
],
"memo": "",
"timeout_height": "0",
"extension_options": [],
"non_critical_extension_options": []
},
"auth_info": {
"signer_infos": [],
"fee": {
"amount": [],
"gas_limit": "0",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": []
},
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "B-Harvest Validator 2",
"identity": "8957C5091FBF4192",
"website": "https://bharvest.io",
"security_contact": "[email protected]",
"details": "Provides secure validation services for dPoS networks"
},
"commission": {
"rate": "0.100000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.100000000000000000"
},
"min_self_delegation": "1024000000000",
"delegator_address": "story144j83s9vvhju3qu389tc3dm3rpteg4kan8juhc",
"validator_address": "storyvaloper144j83s9vvhju3qu389tc3dm3rpteg4kaagxaun",
"pubkey": {
"@type": "/cosmos.crypto.secp256k1.PubKey",
"key": "A/zQ3jMHSBNMNf3jwpEURa7DcHtwot/03dZrowimqJtR"
},
"value": {
"denom": "stake",
"amount": "1000000"
},
"support_token_type": 1
}
],
"memo": "",
"timeout_height": "0",
"extension_options": [],
"non_critical_extension_options": []
},
"auth_info": {
"signer_infos": [],
"fee": {
"amount": [],
"gas_limit": "0",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": []
}
]
},
Expand Down Expand Up @@ -300,4 +396,4 @@
}
}
}
}
}

0 comments on commit e84772a

Please sign in to comment.