Skip to content

Commit

Permalink
Update to add sinequix nodes.
Browse files Browse the repository at this point in the history
  • Loading branch information
tebayoso committed Jul 10, 2020
1 parent bbd3b7b commit 2ec2dde
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions topologies/ff-peers.nix
Expand Up @@ -1206,4 +1206,16 @@
addr = "relay.cardanians.io";
port = 3001;
}
{
operator = "sinequix";
node = "Sinequix Relay1";
addr = "3.235.236.117";
port = 3001;
}
{
operator = "sinequix";
node = "Sinequix Relay2";
addr = "3.235.236.117";
port = 3002;
}
]

0 comments on commit 2ec2dde

Please sign in to comment.