Skip to content

Commit

Permalink
Update chainparams.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
DANTE2076 committed Mar 31, 2024
1 parent d1f03d3 commit 55647e4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -277,10 +277,9 @@ class CMainParams : public CChainParams {
// This is fine at runtime as we'll fall back to using them as a oneshot if they don't support the
// service bits we want, but we should get them updated to support all service bits wanted by any
// release ASAP to avoid it where possible.
vSeeds.emplace_back("node3.walletbuilders.com",false);
vSeeds.emplace_back("seed1.smartloopai.net",false);
vSeeds.emplace_back("seed3.smartloopai.net",false);
vSeeds.emplace_back("seed2.smartloopai.net",false);
vSeeds.emplace_back("185.203.116.146",false);
// vSeeds.emplace_back("seed3.smartloopai.net",false);
// vSeeds.emplace_back("seed2.smartloopai.net",false);

base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,63);
base58Prefixes[SCRIPT_ADDRESS] = std::vector<unsigned char>(1,64);
Expand Down

0 comments on commit 55647e4

Please sign in to comment.