You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Handle cases for not funding the stability pool or refunding the user
189
-
// 1. If outboundTxFeePaid is nil or zero, we do not fund the stability pool or refund the user.This is for Non EVM chains which do not populate outboundTxFeePaid
190
-
// 2. If outboundTxFeePaid is greater than or equal to userGasFeePaid, we do not fund the stability pool or refund the user. Since the outbound tx used all the gas paid by the user.The additional gas used is covered by the stability pool.
189
+
// 1. If outboundTxFeePaid is nil or zero, we do not fund the stability pool or refund the user.This is for Non EVM chains which do not populate outboundTxFeePaid
190
+
// 2. If outboundTxFeePaid is greater than or equal to userGasFeePaid, we do not fund the stability pool or refund the user. Since the outbound tx used all the gas paid by the user, the additional gas used is covered by the stability pool.
191
191
// https://github.com/zeta-chain/node/issues/4219
192
192
// Enable for non EVM chains once zeta-client supports populating gas used and effective gas price for non EVM chains.
// CallOnReceiveZevmConnector calls the onReceive function of the ZevmConnector contract
391
-
// Before calling it mints the zetaValue tokens to the fungible module, and this amount is then provided as value to the onReceive function
391
+
// Before calling it mints the zetaValue tokens to the fungible module, and this amount is then provided as value to the onReceive function
392
392
// The onReceive function will then wrap this native zeta into WZETA and call the onReceive function of the destination contract specified by the destinationAddress
// CallOnRevertZevmConnector calls the onRevert function of the ZevmConnector contract
443
-
// Before calling it mints the remainingZetaValue tokens to the fungible module, and this amount is then provided as value to the onRevert function
443
+
// Before calling it mints the remainingZetaValue tokens to the fungible module, and this amount is then provided as value to the onRevert function
444
444
// The onRevert function will then wrap this native zeta into WZETA and call the onRevert function of the contract specified by the zetaTxSenderAddress
445
445
// Note the destination address is the original destination address of the transaction and not the current destination .
0 commit comments