We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
onAbort
Will depend on zeta-chain/node#3211
Once onAbort is supported we should replicate the same behavior on the localnet:
abortAddress == null
callOnAbort == false
abortAddress == 0xaaa
callOnAbort == true
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Will depend on zeta-chain/node#3211
Once
onAbort
is supported we should replicate the same behavior on the localnet:abortAddress == null
nothing happen (in the protocol this is the current behavior where a admin message must be used for refund)callOnAbort == false
andabortAddress == 0xaaa
, value is refunded to 0xaaa on ZetaChaincallOnAbort == true
andabortAddress == 0xaaa
, value is sent to 0xaaa andonAbort
function is called on 0xaaaThe text was updated successfully, but these errors were encountered: