ERC-4615 with ERC-1155

Hi all,

I'm currently using the ERC4626 implementation from OZ and I see the emitted shares are using ERC20. I have a use case for using ERC-1155 instead of ERC20 for the shares. The vault has cycles and I want to identify in which cycle the shares where emitted. This is I'd be using the ERC-1155 ID for the round number.

  • Are there any plans on implementing something like this?
  • I think the change should be fairly easy as the 1155 has the _mint() and _burn() method as well. Would you agree on this?

Thanks a lot!