Skip to content

Commit

Permalink
Use stratis.cloud instead of cloudstratis.com
Browse files Browse the repository at this point in the history
  • Loading branch information
dev0tion committed Jun 8, 2017
1 parent 2bfae95 commit 7e4f3fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,9 @@ class CMainParams : public CChainParams {
assert(genesis.hashMerkleRoot == uint256("0x65a26bc20b0351aebf05829daefa8f7db2f800623439f3c114257c91447f1518"));

vSeeds.push_back(CDNSSeedData("Seednode1", "seednode1.stratisplatform.com"));
vSeeds.push_back(CDNSSeedData("Seednode2", "seednode2.stratisplatform.com"));
vSeeds.push_back(CDNSSeedData("Seednode3", "seednode3.cloudstratis.com"));
vSeeds.push_back(CDNSSeedData("Seednode2", "seednode2.stratis.cloud"));
vSeeds.push_back(CDNSSeedData("Seednode3", "seednode3.stratisplatform.com"));
vSeeds.push_back(CDNSSeedData("Seednode4", "seednode4.stratis.cloud"));

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

0 comments on commit 7e4f3fa

Please sign in to comment.