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
USE_GAIANET_EMBEDDING=# Set to TRUE for GAIANET/768, leave blank for local
151
+
USE_GAIANET_EMBEDDING=# Set to TRUE for GAIANET/768, leave blank for local
154
152
155
153
# EVM
156
154
EVM_PRIVATE_KEY=
@@ -191,29 +189,28 @@ STARKNET_RPC_URL=
191
189
INTIFACE_WEBSOCKET_URL=ws://localhost:12345
192
190
193
191
# Farcaster Neynar Configuration
194
-
FARCASTER_FID=# the FID associated with the account your are sending casts from
192
+
FARCASTER_FID=# The FID associated with the account your are sending casts from
195
193
FARCASTER_NEYNAR_API_KEY=# Neynar API key: https://neynar.com/
196
-
FARCASTER_NEYNAR_SIGNER_UUID=# signer for the account you are sending casts from. create a signer here: https://dev.neynar.com/app
194
+
FARCASTER_NEYNAR_SIGNER_UUID=# Signer for the account you are sending casts from. Create a signer here: https://dev.neynar.com/app
197
195
FARCASTER_DRY_RUN=false# Set to true if you want to run the bot without actually publishing casts
198
196
FARCASTER_POLL_INTERVAL=120# How often (in seconds) the bot should check for farcaster interactions (replies and mentions)
199
197
200
198
# Coinbase
201
-
COINBASE_COMMERCE_KEY=# from coinbase developer portal
202
-
COINBASE_API_KEY=# from coinbase developer portal
203
-
COINBASE_PRIVATE_KEY=# from coinbase developer portal
204
-
# 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
205
-
COINBASE_GENERATED_WALLET_ID=# not your address but the wallet id from generating a wallet through the plugin
206
-
COINBASE_GENERATED_WALLET_HEX_SEED=# not your address but the wallet hex seed from generating a wallet through the plugin and calling export
207
-
# for webhook plugin the uri you want to send the webhook to for dummy ones use https://webhook.site
208
-
COINBASE_NOTIFICATION_URI=
199
+
COINBASE_COMMERCE_KEY=# From Coinbase developer portal
200
+
COINBASE_API_KEY=# From Coinbase developer portal
201
+
COINBASE_PRIVATE_KEY=# From Coinbase developer portal
202
+
COINBASE_GENERATED_WALLET_ID=# Not your address but the wallet ID from generating a wallet through the plugin
203
+
COINBASE_GENERATED_WALLET_HEX_SEED=# Not your address but the wallet hex seed from generating a wallet through the plugin and calling export
204
+
COINBASE_NOTIFICATION_URI=# For webhook plugin the uri you want to send the webhook to for dummy ones use https://webhook.site
205
+
209
206
# Conflux Configuration
210
207
CONFLUX_CORE_PRIVATE_KEY=
211
208
CONFLUX_CORE_SPACE_RPC_URL=
212
209
CONFLUX_ESPACE_PRIVATE_KEY=
213
210
CONFLUX_ESPACE_RPC_URL=
214
211
CONFLUX_MEME_CONTRACT_ADDRESS=
215
212
216
-
#ZeroG
213
+
#ZeroG
217
214
ZEROG_INDEXER_RPC=
218
215
ZEROG_EVM_RPC=
219
216
ZEROG_PRIVATE_KEY=
@@ -225,43 +222,43 @@ ZEROG_FLOW_ADDRESS=
225
222
# - DOCKER: Uses simulator at host.docker.internal:8090 (for docker development)
226
223
# - PRODUCTION: No simulator, uses production endpoints
227
224
# Defaults to OFF if not specified
228
-
TEE_MODE=OFF#LOCAL|DOCKER|PRODUCTION
229
-
WALLET_SECRET_SALT=# ONLY DEFINE IF YOU WANT TO USE TEE Plugin, otherwise it will throw errors
225
+
TEE_MODE=OFF#LOCAL | DOCKER | PRODUCTION
226
+
WALLET_SECRET_SALT=# ONLY define if you want to use TEE Plugin, otherwise it will throw errors
230
227
231
228
# Galadriel Configuration
232
-
GALADRIEL_API_KEY=gal-*# Get from https://dashboard.galadriel.com/
229
+
GALADRIEL_API_KEY=gal-*# Get from https://dashboard.galadriel.com/
233
230
234
231
# Venice Configuration
235
-
VENICE_API_KEY=# generate from venice settings
236
-
SMALL_VENICE_MODEL=# Default: llama-3.3-70b
237
-
MEDIUM_VENICE_MODEL=# Default: llama-3.3-70b
238
-
LARGE_VENICE_MODEL=# Default: llama-3.1-405b
239
-
IMAGE_VENICE_MODEL=# Default: fluently-xl
232
+
VENICE_API_KEY=# generate from venice settings
233
+
SMALL_VENICE_MODEL=# Default: llama-3.3-70b
234
+
MEDIUM_VENICE_MODEL=# Default: llama-3.3-70b
235
+
LARGE_VENICE_MODEL=# Default: llama-3.1-405b
236
+
IMAGE_VENICE_MODEL=# Default: fluently-xl
240
237
241
238
# fal.ai Configuration
242
239
FAL_API_KEY=
243
240
FAL_AI_LORA_PATH=
244
241
245
242
# WhatsApp Cloud API Configuration
246
-
WHATSAPP_ACCESS_TOKEN=# Permanent access token from Facebook Developer Console
247
-
WHATSAPP_PHONE_NUMBER_ID=# Phone number ID from WhatsApp Business API
248
-
WHATSAPP_BUSINESS_ACCOUNT_ID=# Business Account ID from Facebook Business Manager
249
-
WHATSAPP_WEBHOOK_VERIFY_TOKEN=# Custom string for webhook verification
250
-
WHATSAPP_API_VERSION=v17.0# WhatsApp API version (default: v17.0)
243
+
WHATSAPP_ACCESS_TOKEN=# Permanent access token from Facebook Developer Console
244
+
WHATSAPP_PHONE_NUMBER_ID=# Phone number ID from WhatsApp Business API
245
+
WHATSAPP_BUSINESS_ACCOUNT_ID=# Business Account ID from Facebook Business Manager
246
+
WHATSAPP_WEBHOOK_VERIFY_TOKEN=# Custom string for webhook verification
247
+
WHATSAPP_API_VERSION=v17.0# WhatsApp API version (default: v17.0)
251
248
252
249
# Flow Blockchain Configuration
253
250
FLOW_ADDRESS=
254
-
FLOW_PRIVATE_KEY=# Private key for SHA3-256 + P256 ECDSA
0 commit comments