I'm trying to deploy a smart contract to the mainnet via Remix/Metamask. I have an array of addresses for the constructor parameter and can't get the transaction accepted. I have tried both double quotes "" and single '' around each address. Anyone have an idea of how to write the array parameter so that it's interpreted as an array and not string (see picture)?
Thanks!