Change defaults to core

This commit is contained in:
phahulin 2019-01-08 21:32:05 +03:00
parent 318cd717d3
commit 15ab3c8d69
2 changed files with 2 additions and 2 deletions

View File

@ -4,4 +4,4 @@ poa_role: "validator"
# repo to fetch HFs from # repo to fetch HFs from
MAIN_REPO_FETCH: "poanetwork" MAIN_REPO_FETCH: "poanetwork"
GENESIS_BRANCH: "sokol" GENESIS_BRANCH: "core"

View File

@ -1,7 +1,7 @@
--- ---
# bootnode | moc | validator | explorer | netstat # bootnode | moc | validator | explorer | netstat
poa_role: "validator" poa_role: "validator"
GENESIS_BRANCH: "sokol" GENESIS_BRANCH: "core"
# backup options # backup options
backup_parity_data: "on" backup_parity_data: "on"