From 6469606bafc1ee52c97bf127cda2211c0a9555be Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sat, 7 Dec 2019 02:07:03 -0700 Subject: [PATCH] Add Stake Capital ValidatorInfo (#7346) 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 587cbb7cf1..c18ddabeed 100644 --- a/genesis/src/genesis_accounts.rs +++ b/genesis/src/genesis_accounts.rs @@ -534,13 +534,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", @@ -548,6 +541,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", @@ -555,6 +555,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",