Skip to content

Commit 8a83953

Browse files
authored
Update package.json
1 parent 43b7502 commit 8a83953

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,24 @@
1818
},
1919
"peerDependencies": {
2020
"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+
"type": "string",
33+
"description": "Custom RPC URL for Ethereum mainnet"
34+
}
35+
}
36+
},
37+
"pluginEnv": {
38+
"EVM_PRIVATE_KEY": "evmPrivateKey",
39+
"EVM_PROVIDER_URL": "evmProviderUrl"
2140
}
2241
}

0 commit comments

Comments
 (0)