zeta-chain / node

ZetaChain’s blockchain node and an observer validator client
https://zetachain.com
MIT License
167 stars 109 forks source link

Add interface for `onAbort` function on ZetaChain #3167

Closed lumtis closed 2 weeks ago

lumtis commented 2 weeks ago

Describe the Issue

Add an interface that contract can implement on ZEVM onAbort This function is called to the abortAddress if defined, allowing some clean up

Should contains information such as amount, zrc20, sender, etc...

lumtis commented 2 weeks ago

Was meant to be created here https://github.com/zeta-chain/protocol-contracts/issues/429