You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LLAMALOCAL_PATH=# Default: "" which is the current directory in plugin-node/dist/ which gets destroyed and recreated on every build
57
76
58
77
# API Keys
59
-
ANTHROPIC_API_KEY=# For Claude
60
-
HEURIST_API_KEY=# Get from https://heurist.ai/dev-access
78
+
ANTHROPIC_API_KEY=# For Claude
79
+
HEURIST_API_KEY=# Get from https://heurist.ai/dev-access
61
80
62
81
# Heurist Models
63
82
SMALL_HEURIST_LANGUAGE_MODEL=
64
83
MEDIUM_HEURIST_LANGUAGE_MODEL=
65
84
LARGE_HEURIST_LANGUAGE_MODEL=
66
85
HEURIST_IMAGE_MODEL=
67
86
68
-
# Wallet Configuration
69
-
WALLET_PRIVATE_KEY=EXAMPLE_WALLET_PRIVATE_KEY
70
-
WALLET_PUBLIC_KEY=EXAMPLE_WALLET_PUBLIC_KEY
87
+
# EVM
88
+
EVM_PRIVATE_KEY=
89
+
EVM_PUBLIC_KEY=
90
+
91
+
# Solana
92
+
SOLANA_PRIVATE_KEY=
93
+
SOLANA_PUBLIC_KEY=
94
+
95
+
# Fallback Wallet Configuration (deprecated)
96
+
WALLET_PRIVATE_KEY=
97
+
WALLET_PUBLIC_KEY=
98
+
71
99
BIRDEYE_API_KEY=
72
100
73
101
# Solana Configuration
@@ -91,12 +119,20 @@ STARKNET_ADDRESS=
91
119
STARKNET_PRIVATE_KEY=
92
120
STARKNET_RPC_URL=
93
121
122
+
# Intiface Configuration
123
+
INTIFACE_WEBSOCKET_URL=ws://localhost:12345
124
+
125
+
# Farcaster
126
+
FARCASTER_HUB_URL=
127
+
FARCASTER_FID=
128
+
FARCASTER_PRIVATE_KEY=
129
+
94
130
# Coinbase
95
131
COINBASE_COMMERCE_KEY=# from coinbase developer portal
96
-
COINBASE_API_KEY=# from coinbase developer portal
97
-
COINBASE_PRIVATE_KEY=# from coinbase developer portal
132
+
COINBASE_API_KEY=# from coinbase developer portal
133
+
COINBASE_PRIVATE_KEY=# from coinbase developer portal
98
134
# if not configured it will be generated and written to runtime.character.settings.secrets.COINBASE_GENERATED_WALLET_ID and runtime.character.settings.secrets.COINBASE_GENERATED_WALLET_HEX_SEED
99
-
COINBASE_GENERATED_WALLET_ID=# not your address but the wallet id from generating a wallet through the plugin
135
+
COINBASE_GENERATED_WALLET_ID=# not your address but the wallet id from generating a wallet through the plugin
100
136
COINBASE_GENERATED_WALLET_HEX_SEED=# not your address but the wallet hex seed from generating a wallet through the plugin and calling export
101
137
102
138
# Conflux Configuration
@@ -112,6 +148,32 @@ ZEROG_EVM_RPC=
112
148
ZEROG_PRIVATE_KEY=
113
149
ZEROG_FLOW_ADDRESS=
114
150
115
-
# Coinbase Commerce
151
+
# Coinbase
116
152
COINBASE_COMMERCE_KEY=
153
+
COINBASE_API_KEY=
154
+
COINBASE_PRIVATE_KEY=
155
+
156
+
COINBASE_GENERATED_WALLET_ID=
157
+
COINBASE_GENERATED_WALLET_HEX_SEED=
158
+
159
+
# TEE Configuration
160
+
DSTACK_SIMULATOR_ENDPOINT=
161
+
WALLET_SECRET_SALT=# ONLY DEFINE IF YOU WANT TO USE TEE Plugin, otherwise it will throw errors
162
+
163
+
# Galadriel Configuration
164
+
GALADRIEL_API_KEY=gal-*# Get from https://dashboard.galadriel.com/
165
+
166
+
# fal.ai Configuration
167
+
FAL_API_KEY=
168
+
FAL_AI_LORA_PATH=
169
+
170
+
# WhatsApp Cloud API Configuration
171
+
WHATSAPP_ACCESS_TOKEN=# Permanent access token from Facebook Developer Console
172
+
WHATSAPP_PHONE_NUMBER_ID=# Phone number ID from WhatsApp Business API
173
+
WHATSAPP_BUSINESS_ACCOUNT_ID=# Business Account ID from Facebook Business Manager
174
+
WHATSAPP_WEBHOOK_VERIFY_TOKEN=# Custom string for webhook verification
175
+
WHATSAPP_API_VERSION=v17.0# WhatsApp API version (default: v17.0)
0 commit comments