Skip to content

Commit

Permalink
Add testnet seed node (#2596)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar authored Oct 17, 2023
1 parent 7671e22 commit ed73fc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,7 @@ class CTestNetParams : public CChainParams {
vSeeds.clear();
// nodes with support for servicebits filtering should be at the top
vSeeds.emplace_back("testnet-seed.defichain.io");
vSeeds.emplace_back("35.195.186.78");

vFixedSeeds = std::vector<SeedSpec6>(pnSeed6_test, pnSeed6_test + ARRAYLEN(pnSeed6_test));

Expand Down

0 comments on commit ed73fc1

Please sign in to comment.