In the _transferCollateral function, if the collateral_asset is native token, it reverts. This causes minting reverts.
However, redeeming is available even though the collateral_asset is native token.
Improve the minting mechanism to allow native token.
