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 runtime.ts file located at packages\core\src\runtime.ts, the processActions function returns an empty options object during the execution of the EVM plugin of bridgeAction and SwapAction handlers, as the empty object does not contain the required information, leading to the failure of both the bridge and swap processes.
To Reproduce
clone eliza main branch
define WALLET_PUBLIC_KEY & WALLET_PRIVATE_KEY in .env
Write prompt to swap 1 eth with 1 bsc or any chain swap or bridge
After giving required details it will never execute your prompt it get an error cannot define toAddress and all details because its not composing actions
Screenshots
Process Action
path: packages\core\src\runtime.ts
returns empty object as Option
Bridge Action handler
path: packages\plugin-evm\src\actions\bridge.ts
transferring details of empty object details in bridge action
The text was updated successfully, but these errors were encountered:
Bug Report
Describe the Bug
In the
runtime.ts
file located at packages\core\src\runtime.ts, theprocessActions
function returns an emptyoptions
object during the execution of the EVM plugin ofbridgeAction
andSwapAction
handlers, as the empty object does not contain the required information, leading to the failure of both the bridge and swap processes.To Reproduce
.env
Screenshots
Process Action
path:
packages\core\src\runtime.ts
returns empty object as
Option
Bridge Action handler
path:
packages\plugin-evm\src\actions\bridge.ts
transferring details of empty object details in bridge action
The text was updated successfully, but these errors were encountered: