-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin-EVM: Error in swap handler #2661
Comments
Hello @dxganta! Welcome to the elizaOS community. Thank you for opening your first issue; we appreciate your contribution. You are now an elizaOS contributor! |
Hello @dxganta |
I am using the main branch from the eliza repository. My node version is v23.3.0 |
I'm getting the same error. "providers" is being passed in createConfig in LI.FI SDK's document. I tried some temporary code and it worked. But I'm not sure what's the cleanest way to implement it. |
I am getting the following error when trying to swap tokens using the evm plugin:
Error in swap handler: SDK Execution Provider not found.
To Reproduce
Add the EVM plugin to your character file, and prompt the agent to swap from ETH to USDC.
Expected behavior
The agent fails to swap the tokens with the following error:
Error in swap handler: SDK Execution Provider not found.
Screenshots
Additional context
The problem is most probably in the createConfig section for the LIFI SDK in the wallet.ts file.
The text was updated successfully, but these errors were encountered: