Merge branch 'feature/569-testnet-genesis' into 'develop'
#569 - TESTNET build should connect to current test net See merge request PBSA/peerplays!255
This commit is contained in:
commit
d5e0f2a53f
2 changed files with 677 additions and 10217 deletions
10889
genesis-testnet.json
10889
genesis-testnet.json
File diff suppressed because it is too large
Load diff
|
|
@ -836,6 +836,11 @@ void application::set_program_options(boost::program_options::options_descriptio
|
|||
|
||||
std::vector<string> seed_nodes = {
|
||||
#ifdef BUILD_PEERPLAYS_TESTNET
|
||||
"134.209.113.44:19777",
|
||||
"165.232.84.196:19777",
|
||||
"24.199.104.149:19777",
|
||||
"92.119.90.95:19777",
|
||||
"test-api.i9networks.net.br:19777"
|
||||
#else
|
||||
"51.222.110.110:9777",
|
||||
"95.216.90.243:9777",
|
||||
|
|
|
|||
Loading…
Reference in a new issue