Skip to content

Commit

Permalink
Update nodes IP for SBC and RSC (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
miladsoft authored Oct 24, 2022
1 parent d631c72 commit 31a041a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ internal class RoyalSportsCitySetup
HashGenesisBlock = "000009b276ed4815cf1fde9078f2d21facd5ece23e6ccfb31c7f90f87563010f",
HashMerkleRoot = "d8575410f6b019171ff0b4548814e7ae6fc3dd837d5ecc71d77bb21866ddb210",
DNS = new[] { "seed.royalsportscity.com", "seed.royalsportscity.net" },
Nodes = new[] { "188.40.181.18","66.70.246.43","135.181.188.105","141.94.32.115","173.45.117.245","46.105.172.12","51.89.132.133","152.228.148.188" },
Nodes = new[] { "188.40.181.18", "46.105.172.12", "51.89.132.133", "152.228.148.188" },
Checkpoints = new Dictionary<int, CheckpointInfo>
{
// TODO: Add checkpoints as the network progresses.
Expand All @@ -73,7 +73,7 @@ internal class RoyalSportsCitySetup
HashGenesisBlock = "00007a766fd57aef404cc1ae16d74f616074c924d41aeed23e727f9a00b83c01",
HashMerkleRoot = "f547b27d5390b11f578ff3b0855b9b21547bbca3b54f39820c2de371001ea71f",
DNS = new[] { "seedregtest.royalsportscity.com", "seedregtest.royalsportscity.net" },
Nodes = new[] { "188.40.181.18","66.70.246.43","135.181.188.105","141.94.32.115","173.45.117.245","46.105.172.12","51.89.132.133","152.228.148.188" },
Nodes = new[] { "188.40.181.18", "46.105.172.12", "51.89.132.133", "152.228.148.188" },
Checkpoints = new Dictionary<int, CheckpointInfo>
{
// TODO: Add checkpoints as the network progresses.
Expand All @@ -99,7 +99,7 @@ internal class RoyalSportsCitySetup
HashGenesisBlock = "0004e385d4eb63c3a8f2a190117330a3dbef67782b33a5a29e1b554ed357d5df",
HashMerkleRoot = "92711a71fa912dd3419c5e52bee7edc64ce1d60260ba76664f49c39367734d83",
DNS = new[] { "seedtest.royalsportscity.com", "seedtest.royalsportscity.net" },
Nodes = new[] { "188.40.181.18","66.70.246.43","135.181.188.105","141.94.32.115","173.45.117.245","46.105.172.12","51.89.132.133","152.228.148.188" },
Nodes = new[] { "188.40.181.18", "46.105.172.12", "51.89.132.133", "152.228.148.188" },
Checkpoints = new Dictionary<int, CheckpointInfo>
{
// TODO: Add checkpoints as the network progresses.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ internal class SeniorBlockCoinSetup
HashGenesisBlock = "00000766bf653d2d1916a934ea96b4b99082551a90dccf7658e5b7d7206eef28",
HashMerkleRoot = "a0745296c43b4fdcc4a11f00e70fd961f8c52a70f9e8a87460f251c6400cf977",
DNS = new[] { "seed.seniorblockchain.io", "seed.seniorblockchain.net" },
Nodes = new[] { "188.40.181.18", "66.70.246.43", "135.181.188.105", "141.94.32.115", "173.45.117.245", "46.105.172.12", "51.89.132.133", "152.228.148.188" },
Nodes = new[] { "188.40.181.18", "46.105.172.12", "51.89.132.133", "152.228.148.188" },
Checkpoints = new Dictionary<int, CheckpointInfo>
{
// TODO: Add checkpoints as the network progresses.
Expand All @@ -72,7 +72,7 @@ internal class SeniorBlockCoinSetup
HashGenesisBlock = "0000f6d99aebfa75bf6fa83d6585506d2d51ba1a7751b2883581260005310124",
HashMerkleRoot = "a7719b19e90f6d0856f6a9dde26501c9d70c9a3c1d958c601cd13d2fc3d57a03",
DNS = new[] { "seedregtest.seniorblockchain.io", "seedregtest.seniorblockchain.net" },
Nodes = new[] { "188.40.181.18", "66.70.246.43", "135.181.188.105", "141.94.32.115", "173.45.117.245", "46.105.172.12", "51.89.132.133", "152.228.148.188" },
Nodes = new[] { "188.40.181.18", "46.105.172.12", "51.89.132.133", "152.228.148.188" },
Checkpoints = new Dictionary<int, CheckpointInfo>
{
// TODO: Add checkpoints as the network progresses.
Expand All @@ -98,7 +98,7 @@ internal class SeniorBlockCoinSetup
HashGenesisBlock = "0004a118ebb009cbb2530f6e4a1166909252c45f0f1f28a517201dcbed24c317",
HashMerkleRoot = "08b098c826e241820adc2de28a30412cdb70b500260f6c248cc426a4706e3d80",
DNS = new[] { "seedtest.seniorblockchain.io", "seedtest.seniorblockchain.net" },
Nodes = new[] { "188.40.181.18", "66.70.246.43", "135.181.188.105", "141.94.32.115", "173.45.117.245", "46.105.172.12", "51.89.132.133", "152.228.148.188" },
Nodes = new[] { "188.40.181.18", "46.105.172.12", "51.89.132.133", "152.228.148.188" },
Checkpoints = new Dictionary<int, CheckpointInfo>
{
// TODO: Add checkpoints as the network progresses.
Expand Down

0 comments on commit 31a041a

Please sign in to comment.