Hello, I am trying to transact with an eth contract method that take an address[] memory in arguments.
When I try to pass this array in args of transact_and_wait in my rails app, I have this error : Could not parse address: ["...", "...", ...].
How can I solve that problem ?