Hello Everyone,
I wanted to confirm if I am setting up the topology files on my servers correctly.
For the block producer node, this is how I have.
{
"Producers": [
{
"addr": "Relay 1 IP",
"port": 6000,
"valency": 1
},
{
"addr": "Relay 2 IP",
"port": 6000,
"valency": 1
}
]
}
for both of my relays, this is how I have it.
{
"Producers": [
{
"addr": "BP NODE IP",
"port": 6000,
"valency": 1
},
{
"addr": "RELAY 1 IP",
"port": 6000,
"valency": 1
},
{
"addr": "RELAY 2 IP",
"port": 6000,
"valency": 1
}
]
}
Thank you all for the help