From f9d354f711b648dd18b63b448b172c8df2d593cb Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2019 01:39:30 -0800 Subject: [PATCH] Add Stake Capital ValidatorInfo (#7346) (#7347) automerge --- genesis/src/genesis_accounts.rs | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/genesis/src/genesis_accounts.rs b/genesis/src/genesis_accounts.rs index a7f7fd68ac..5c3ed2a2d7 100644 --- a/genesis/src/genesis_accounts.rs +++ b/genesis/src/genesis_accounts.rs @@ -542,13 +542,6 @@ pub const VALIDATOR_INFOS: &[ValidatorInfo] = &[ node_sol: 500.0, commission: 0, }, - ValidatorInfo { - name: "P2P.ORG - Secure Non-custodial Staking", - node: "44e8VyWoyZSE2oYHxMHMedAiHkGJqJgPd3tdt6iKoAFL", - vote: "BwwpzEpo1wzgV9N1987ntgNG6jLt3C9532C68pswT7Gp", - node_sol: 500.0, - commission: 0, - }, ValidatorInfo { name: "Dokia Capital", node: "GeZ5PrJi9muVCJiJAaFBNGoCEdxGEqTp7L2BmT2WTTy1", @@ -556,6 +549,13 @@ pub const VALIDATOR_INFOS: &[ValidatorInfo] = &[ node_sol: 500.0, commission: 0, }, + ValidatorInfo { + name: "P2P.ORG - Secure Non-custodial Staking", + node: "44e8VyWoyZSE2oYHxMHMedAiHkGJqJgPd3tdt6iKoAFL", + vote: "BwwpzEpo1wzgV9N1987ntgNG6jLt3C9532C68pswT7Gp", + node_sol: 500.0, + commission: 0, + }, ValidatorInfo { name: "RockX", node: "Ez4iUU87ViJLCnmSy1t1Ti3DLoysFXiBseNfnRfoehyY", @@ -563,6 +563,13 @@ pub const VALIDATOR_INFOS: &[ValidatorInfo] = &[ node_sol: 500.0, commission: 0, }, + ValidatorInfo { + name: "Stake Capital", + node: "HavuVVDXXsJqMzPwQ4KcF5kFm2xqjbChhyi1bgGeCQif", + vote: "HswPkKj1xoLLmpM8t1vy5Pbi8zYYUs9ZawswvofKsFo1", + node_sol: 500.0, + commission: 0, + }, ValidatorInfo { name: "Staking Facilities", node: "pbAxyqHHPMwgEjv8kmjGxysk9rhNtN7q22eAjReq6Hj",