From 15ab3c8d69d3eade03f9ab369c017ecb626845ca Mon Sep 17 00:00:00 2001 From: phahulin Date: Tue, 8 Jan 2019 21:32:05 +0300 Subject: [PATCH] Change defaults to core --- group_vars/hf-spec-change.example | 2 +- group_vars/upd-parity-version.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/group_vars/hf-spec-change.example b/group_vars/hf-spec-change.example index 2906ebc..84a3f82 100644 --- a/group_vars/hf-spec-change.example +++ b/group_vars/hf-spec-change.example @@ -4,4 +4,4 @@ poa_role: "validator" # repo to fetch HFs from MAIN_REPO_FETCH: "poanetwork" -GENESIS_BRANCH: "sokol" +GENESIS_BRANCH: "core" diff --git a/group_vars/upd-parity-version.example b/group_vars/upd-parity-version.example index eaa94d4..c8944eb 100644 --- a/group_vars/upd-parity-version.example +++ b/group_vars/upd-parity-version.example @@ -1,7 +1,7 @@ --- # bootnode | moc | validator | explorer | netstat poa_role: "validator" -GENESIS_BRANCH: "sokol" +GENESIS_BRANCH: "core" # backup options backup_parity_data: "on"