Supposing we have an array of owners ["0x8...09","0x3...26","0x2...9d"]
There doesnt seem to be a possibility of removing using removeOwner the owner "0x8...09" as setting the prevOwner to 0x0000000000000000000000000000000000000000 fails.
Seems to be a bug? or what needs to be supplied as prevOwner to remove the first element ?
https://github.com/safe-global/safe-contracts/blob/e870f514ad34cd9654c72174d6d4a839e3c6639f/contracts/base/OwnerManager.sol#L78
Supposing we have an array of owners ["0x8...09","0x3...26","0x2...9d"] There doesnt seem to be a possibility of removing using removeOwner the owner "0x8...09" as setting the prevOwner to 0x0000000000000000000000000000000000000000 fails.
Seems to be a bug? or what needs to be supplied as prevOwner to remove the first element ?