Skip to content
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

Unable to use plugin-evm #3380

Open
tskoyo opened this issue Feb 8, 2025 · 0 comments
Open

Unable to use plugin-evm #3380

tskoyo opened this issue Feb 8, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@tskoyo
Copy link

tskoyo commented Feb 8, 2025

Describe the bug

I installed plugin-evm with pnpm install @elizaos/plugin-evm,

added values for these attributes in the .env file:

EVM_PRIVATE_KEY=my-private-key
EVM_PROVIDER_URL=rpc-url

Added also in my character json file:

"settings": {
    "chains": {
          "evm": ["base"]
     }
},

When I run pnpm start --character="path/to/my/character.json I get this error:

invalid private key, expected hex or 32 bytes, got string

When I inspected the logs, I saw that only one part of my private key I pasted was used, not the whole value.

To Reproduce

Explained above

Expected behavior

I can run plugin-evm

Screenshots

Additional context

@tskoyo tskoyo added the bug Something isn't working label Feb 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant