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
In the Build Executors section in the Docs, it's stated that the offchain worker should call executable in the (I guess, receiving?) Endpoint contract.
However, this function does not exist in it's ABI (see here).
How can the executor finish it's workflow if it cannot call .lzReceive after the check?
Additionally, could an offchain DVN worker function all alone (i.e., not having an Executor offchain component), relying only on the LZExxecutor on the chain?
The text was updated successfully, but these errors were encountered:
In the
Build Executors
section in the Docs, it's stated that the offchain worker should callexecutable
in the (I guess, receiving?) Endpoint contract.However, this function does not exist in it's ABI (see here).
How can the executor finish it's workflow if it cannot call
.lzReceive
after the check?Additionally, could an offchain DVN worker function all alone (i.e., not having an Executor offchain component), relying only on the LZExxecutor on the chain?
The text was updated successfully, but these errors were encountered: