Skip to content

Commit

Permalink
Updated testnet node ip
Browse files Browse the repository at this point in the history
  • Loading branch information
barrettathome committed Jun 23, 2024
1 parent 1ba4f82 commit ebeb52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ class CTestNetParams : public CChainParams {
vFixedSeeds.clear();
vSeeds.clear();

vSeeds.emplace_back("104.207.130.176", false);
vSeeds.emplace_back("54.166.218.116", false);

base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,88); // c
base58Prefixes[SCRIPT_ADDRESS] = std::vector<unsigned char>(1,124);
Expand Down

0 comments on commit ebeb52d

Please sign in to comment.