Skip to content

Commit

Permalink
chore(config): add blockdaemon validators1 2
Browse files Browse the repository at this point in the history
  • Loading branch information
JackPMallon committed Dec 25, 2024
1 parent 119b0bc commit 1f9c444
Showing 1 changed file with 128 additions and 0 deletions.
128 changes: 128 additions & 0 deletions lib/netconf/story/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,20 @@
"pub_key": null,
"account_number": "1",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "story1eulvtgq8qqxwytyxrvp84wpjxgcl8qde54s40e",
"pub_key": null,
"account_number": "6",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "story1dvl7qfsnuddtxz98dpr73tdfmgvzsn4haamgjg",
"pub_key": null,
"account_number": "7",
"sequence": "0"
}
]
},
Expand Down Expand Up @@ -79,6 +93,24 @@
"amount": "1000000"
}
]
},
{
"address": "story1eulvtgq8qqxwytyxrvp84wpjxgcl8qde54s40e",
"coins": [
{
"denom": "stake",
"amount": "1000000"
}
]
},
{
"address": "story1dvl7qfsnuddtxz98dpr73tdfmgvzsn4haamgjg",
"coins": [
{
"denom": "stake",
"amount": "1000000"
}
]
}
],
"supply": [
Expand Down Expand Up @@ -217,6 +249,102 @@
"tip": null
},
"signatures": []
},
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "Blockdaemon 1",
"identity": "35892AC552B8A0A8",
"website": "https://blockdaemon.com",
"security_contact": "[email protected]",
"details": "Blockdaemon provides maximum uptime for the Story network so that you can be confident your node will be there, ready and secure, for optimal reward generation. Contact us to stake on the Story network today."
},
"commission": {
"rate": "0.100000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1024000000000",
"delegator_address": "story1eulvtgq8qqxwytyxrvp84wpjxgcl8qde54s40e",
"validator_address": "storyvaloper1eulvtgq8qqxwytyxrvp84wpjxgcl8qde66y5yj",
"pubkey": {
"@type": "/cosmos.crypto.secp256k1.PubKey",
"key": "A11n3dOxo9x42GuyrAYpbZE/b0VaRNk6M8AKp461txEd"
},
"value": {
"denom": "stake",
"amount": "1000000"
},
"support_token_type": 0
}
],
"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": "Blockdaemon 2",
"identity": "35892AC552B8A0A8",
"website": "https://blockdaemon.com",
"security_contact": "[email protected]",
"details": "Blockdaemon provides maximum uptime for the Story network so that you can be confident your node will be there, ready and secure, for optimal reward generation. Contact us to stake on the Story network today."
},
"commission": {
"rate": "0.100000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1024000000000",
"delegator_address": "story1dvl7qfsnuddtxz98dpr73tdfmgvzsn4haamgjg",
"validator_address": "storyvaloper1dvl7qfsnuddtxz98dpr73tdfmgvzsn4hnj0fer",
"pubkey": {
"@type": "/cosmos.crypto.secp256k1.PubKey",
"key": "Azkjr0X+hOn6HzzuhuxWmHveMd/CzXuYRjVVP1rzNf9g"
},
"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

0 comments on commit 1f9c444

Please sign in to comment.