Skip to content

Commit 493f97e

Browse files
committed
Add new plugin.json file with plugin parameters
1 parent e49b2ac commit 493f97e

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"types": "dist/index.d.ts",
88
"exports": {
99
"./package.json": "./package.json",
10+
"./plugin.json": "./plugin.json",
1011
".": {
1112
"import": {
1213
"@elizaos/source": "./src/index.ts",
@@ -19,8 +20,6 @@
1920
"dist"
2021
],
2122
"dependencies": {
22-
"@elizaos/core": "workspace:*",
23-
"@elizaos/plugin-tee": "workspace:*",
2423
"@lifi/data-types": "5.15.5",
2524
"@lifi/sdk": "3.4.1",
2625
"@lifi/types": "16.3.0",

plugin.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"pluginTypes": "elizaos:plugin:1.0.0",
3+
"pluginParameters": {
4+
"EVM_PRIVATE_KEY": {
5+
"type": "string"
6+
},
7+
"EVM_PROVIDER_URL": {
8+
"type": "string"
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)