Skip to content

Commit

Permalink
revert handling
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Dec 12, 2024
1 parent 3cf325d commit 7c51a66
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/pages/developers/evm/gateway.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,11 @@ Support for multi-asset withdrawals will be added in the future updates to the
protocol.

Learn more about [ZetaChain Gateway](/developers/chains/zetachain).

## Revert Handling

The Gateway supports handling reverts during cross-chain operations with
flexible refund mechanisms. If a Gateway call fails on the destination chain,
refunds can either be issued by calling a specified contract on the source chain
or sent directly to an externally owned account (EOA) without invoking any
contract.

0 comments on commit 7c51a66

Please sign in to comment.