I’m getting a error right now on block producer
cardano-node: FatalError {fatalErrorMessage = "Cardano.Node.Run.handleSimpleNode .readTopologyFile: Is your topology file formatted correctly? The port and valen cy fields should be numerical. Error in $: not enough input. Expecting object va
Whats the formatting for two?
{
“Producers”: [
{
“addr”: “xxxxx”, <<< relay
“port”: xxxx,
“valency”: 1
},
{
“Producers”: [
{
“addr”: “xxxxx”, <<< relay
“port”: xxxx,
“valency”: 1
},
{
“addr”: “relays-new.cardano-mainnet.iohk.io”,
“port”: 3001,
“valency”: 2
}
]
}