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
Keep the same interface and using wzeta for zrc20, the argument name should be change, the behavior on ZetaChain might also be unexpected for the dev where they would preferable handle the native token directly
Skipping the address zrc20 when calling onCall, the dev need to overload the function to support ZETA token receive
The zero address is used for address zrc20, dev need to make a check to determine ZETA tokens are being deposited
The text was updated successfully, but these errors were encountered:
Define the interface used for ZETA
Currently for ZRC20:
Solution considered:
address zrc20
when calling onCall, the dev need to overload the function to support ZETA token receiveaddress zrc20
, dev need to make a check to determine ZETA tokens are being depositedThe text was updated successfully, but these errors were encountered: