In LiquidRon, the contract allow users to deposit() or mint() using the wRON token, but during withdraw() or burn() users are forced to receive native RON or the txn will revert:
This makes the above two cases to never be able to get back any tokens and have their funds stuck.
Wrap the native call that if failed, wrap the native tokens and send them to the receiver as wRON.
