We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b7502 commit 8a83953Copy full SHA for 8a83953
1 file changed
package.json
@@ -18,5 +18,24 @@
18
},
19
"peerDependencies": {
20
"whatwg-url": "7.1.0"
21
+ },
22
+ "pluginType": "elizaos:plugin:1.0.0",
23
+ "pluginParameters": {
24
+ "type": "object",
25
+ "required": ["evmPrivateKey"],
26
+ "properties": {
27
+ "evmPrivateKey": {
28
+ "type": "string",
29
+ "description": "EVM private key"
30
31
+ "evmProviderUrl": {
32
33
+ "description": "Custom RPC URL for Ethereum mainnet"
34
+ }
35
36
37
+ "pluginEnv": {
38
+ "EVM_PRIVATE_KEY": "evmPrivateKey",
39
+ "EVM_PROVIDER_URL": "evmProviderUrl"
40
}
41
0 commit comments