-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(config): add blockdaemon validators1 2
- Loading branch information
1 parent
119b0bc
commit 1f9c444
Showing
1 changed file
with
128 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
} | ||
] | ||
}, | ||
|
@@ -79,6 +93,24 @@ | |
"amount": "1000000" | ||
} | ||
] | ||
}, | ||
{ | ||
"address": "story1eulvtgq8qqxwytyxrvp84wpjxgcl8qde54s40e", | ||
"coins": [ | ||
{ | ||
"denom": "stake", | ||
"amount": "1000000" | ||
} | ||
] | ||
}, | ||
{ | ||
"address": "story1dvl7qfsnuddtxz98dpr73tdfmgvzsn4haamgjg", | ||
"coins": [ | ||
{ | ||
"denom": "stake", | ||
"amount": "1000000" | ||
} | ||
] | ||
} | ||
], | ||
"supply": [ | ||
|
@@ -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": [] | ||
} | ||
] | ||
}, | ||
|