Mint Refund
Last updated
Last updated
Once the user's previous transfer status is TRANSFER_TO_BE_REFUNDED, FE(front-end) needs to handle as follows to bring back user's assets to his/her wallet:
Polling until transfer status is
Submit on-chain withdraw request to cBridge OriginalTokenVault contract with information provided by cBridge gateway in response
Once the refund transaction succeeds, the refund flow is complete.
Because of no slippage constraints, the possibility of deposit/mint flow failure is pretty low. Once mint flow failed with source chain deposit transaction, you will need to withdraw user's assets. The whole refund flow is the same as . However, you should communicate with OriginalTokenVault contract for this refund
You should submit transaction to OriginalTokenVaultV2 if you interact with OriginalTokenVaultV2 for the previous transfer