@elizaos/plugin-social-alpha 2.0.3-beta.2 → 2.0.3-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/plugin-social-alpha",
3
- "version": "2.0.3-beta.2",
3
+ "version": "2.0.3-beta.3",
4
4
  "description": "Social Alpha Plugin — Tracks token recommendations (shills/FUD), builds trust scores based on P&L outcomes, and exposes a Social Alpha Provider with win rate, rank, and recommender analytics.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -19,6 +19,7 @@
19
19
  }
20
20
  },
21
21
  "files": [
22
+ "registry-entry.json",
22
23
  "assets",
23
24
  "dist"
24
25
  ],
@@ -37,8 +38,8 @@
37
38
  "lint:fix": "bunx @biomejs/biome check --write src"
38
39
  },
39
40
  "dependencies": {
40
- "@elizaos/core": "2.0.3-beta.2",
41
- "@elizaos/ui": "2.0.3-beta.2",
41
+ "@elizaos/core": "2.0.3-beta.3",
42
+ "@elizaos/ui": "2.0.3-beta.3",
42
43
  "bignumber.js": "^11.0.0",
43
44
  "class-variance-authority": "^0.7.1",
44
45
  "clsx": "^2.1.1",
@@ -50,7 +51,7 @@
50
51
  "zod": "^4.4.3"
51
52
  },
52
53
  "peerDependencies": {
53
- "@elizaos/core": "2.0.3-beta.2"
54
+ "@elizaos/core": "2.0.3-beta.3"
54
55
  },
55
56
  "devDependencies": {
56
57
  "@biomejs/biome": "^2.4.14",
@@ -122,5 +123,5 @@
122
123
  }
123
124
  }
124
125
  },
125
- "gitHead": "82fe0f44215954c2417328203f5bd6510985c1fc"
126
+ "gitHead": "f54b0f4eaed317d59fa7dbcdce20f4cdb0734420"
126
127
  }
@@ -0,0 +1,72 @@
1
+ {
2
+ "id": "social-alpha",
3
+ "name": "Social Alpha",
4
+ "description": "Social Alpha Plugin — Tracks token recommendations (shills/FUD), builds trust scores based on P&L outcomes, and exposes a Social Alpha Provider with win rate, rank, and recommender analytics.",
5
+ "npmName": "@elizaos/plugin-social-alpha",
6
+ "version": "2.0.0-beta.0",
7
+ "source": "bundled",
8
+ "tags": ["social-alpha", "trust-score", "shill-tracker", "social", "alpha"],
9
+ "config": {
10
+ "HELIUS_API_KEY": {
11
+ "type": "secret",
12
+ "required": true,
13
+ "sensitive": true,
14
+ "label": "Api Key",
15
+ "help": "API key for Helius",
16
+ "advanced": false
17
+ },
18
+ "BIRDEYE_API_KEY": {
19
+ "type": "secret",
20
+ "required": true,
21
+ "sensitive": true,
22
+ "label": "Api Key",
23
+ "help": "API key for Birdeye",
24
+ "advanced": false
25
+ },
26
+ "JUPITER_API_KEY": {
27
+ "type": "secret",
28
+ "required": true,
29
+ "sensitive": true,
30
+ "label": "Api Key",
31
+ "help": "API key for Jupiter",
32
+ "advanced": false
33
+ },
34
+ "MORALIS_API_KEY": {
35
+ "type": "secret",
36
+ "required": true,
37
+ "sensitive": true,
38
+ "label": "Api Key",
39
+ "help": "API key for Moralis",
40
+ "advanced": false
41
+ },
42
+ "COINGECKO_API_KEY": {
43
+ "type": "secret",
44
+ "required": true,
45
+ "sensitive": true,
46
+ "label": "Api Key",
47
+ "help": "API key for Coingecko",
48
+ "advanced": false
49
+ },
50
+ "DEXSCREENER_API_KEY": {
51
+ "type": "secret",
52
+ "required": true,
53
+ "sensitive": true,
54
+ "label": "Api Key",
55
+ "help": "API key for Dexscreener",
56
+ "advanced": false
57
+ }
58
+ },
59
+ "render": {
60
+ "visible": true,
61
+ "pinTo": [],
62
+ "style": "card",
63
+ "icon": "Layers",
64
+ "group": "blockchain",
65
+ "groupOrder": 4,
66
+ "actions": ["enable", "configure"]
67
+ },
68
+ "resources": {},
69
+ "dependsOn": [],
70
+ "kind": "plugin",
71
+ "subtype": "blockchain"
72
+ }