Open
Description
Will depend on zeta-chain/node#3211
Once onAbort
is supported we should replicate the same behavior on the localnet:
- If revert fails, the CCTX is aborted
- If
abortAddress == null
nothing happen (in the protocol this is the current behavior where a admin message must be used for refund) - If
callOnAbort == false
andabortAddress == 0xaaa
, value is refunded to 0xaaa on ZetaChain - If
callOnAbort == true
andabortAddress == 0xaaa
, value is sent to 0xaaa andonAbort
function is called on 0xaaa
- If
Metadata
Assignees
Labels
No labels