We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
I installed plugin-evm with pnpm install @elizaos/plugin-evm,
plugin-evm
pnpm install @elizaos/plugin-evm
added values for these attributes in the .env file:
.env
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:
pnpm start --character="path/to/my/character.json
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I installed
plugin-evm
withpnpm 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:
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
The text was updated successfully, but these errors were encountered: