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
// ZEVMDepositAndCallContract deposits ZETA to the to address if its an account
15
-
// If it's not an account it calls onReceive function of the connector contract and provides the address as the destinationAddress
11
+
// ZETADepositAndCallContract deposits native ZETA to the to address if its an account or if the account does not exist yet
12
+
// If it's not an account it calls onReceive function of the connector contract and provides the address as the destinationAddress .The amount of tokens is minted to the fungible module account, wrapped and sent to the contract
returnk.CallOnReceiveZevmConnector(ctx, sender.Bytes(), big.NewInt(inboundSenderChainID), to, inboundAmount, data, indexBytes)
36
30
}
37
31
38
-
// ZEVMRevertAndCallContract deposits ZETA to the sender address if its an account
39
-
// If it's not an account it calls onRevert function of the connector contract and provides the sender address as the zetaTxSenderAddress
32
+
// ZETARevertAndCallContract deposits native ZETA to the sender address if its account or if the account does not exist yet
33
+
// If it's not an account it calls onRevert function of the connector contract and provides the sender address as the zetaTxSenderAddress.The amount of tokens is minted to the fungible module account, wrapped and sent to the contract
0 commit comments