deposit()
._mint()
.
redeem()
.claim()
._burn()
.depositTo
in the corresponding helper (e.g., EETHHelper) that wraps the tokens into c-token format before depositing them to the Mitosis Vault.
deposit()
in CCDMHost.dispatch()
to pass the message to L2 through Hyperlane.handle()
in CCDMClient.manualDeposit()
by handle()
._mint()
.
handle()
function is the official L2 message handler in Hyperlane protocol.adjust()
is called.dispatch()
to notify L1 that miAsset is minted. Hyperlane relays MsgBridge from L2 to L1.bridgeAsset()
so BridgeAdapter can handle the MsgBridge.deposit()
every time they deposit.