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
94
142
95
143
# EVM
96
144
EVM_PRIVATE_KEY=
@@ -130,10 +178,12 @@ STARKNET_RPC_URL=
130
178
# Intiface Configuration
131
179
INTIFACE_WEBSOCKET_URL=ws://localhost:12345
132
180
133
-
# Farcaster
134
-
FARCASTER_HUB_URL=
135
-
FARCASTER_FID=
136
-
FARCASTER_PRIVATE_KEY=
181
+
# Farcaster Neynar Configuration
182
+
FARCASTER_FID=# the FID associated with the account your are sending casts from
183
+
FARCASTER_NEYNAR_API_KEY=# Neynar API key: https://neynar.com/
184
+
FARCASTER_NEYNAR_SIGNER_UUID=# signer for the account you are sending casts from. create a signer here: https://dev.neynar.com/app
185
+
FARCASTER_DRY_RUN=false# Set to true if you want to run the bot without actually publishing casts
186
+
FARCASTER_POLL_INTERVAL=120# How often (in seconds) the bot should check for farcaster interactions (replies and mentions)
137
187
138
188
# Coinbase
139
189
COINBASE_COMMERCE_KEY=# from coinbase developer portal
@@ -142,7 +192,8 @@ COINBASE_PRIVATE_KEY= # from coinbase developer portal
142
192
# 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
143
193
COINBASE_GENERATED_WALLET_ID=# not your address but the wallet id from generating a wallet through the plugin
144
194
COINBASE_GENERATED_WALLET_HEX_SEED=# not your address but the wallet hex seed from generating a wallet through the plugin and calling export
145
-
195
+
# for webhook plugin the uri you want to send the webhook to for dummy ones use https://webhook.site
196
+
COINBASE_NOTIFICATION_URI=
146
197
# Conflux Configuration
147
198
CONFLUX_CORE_PRIVATE_KEY=
148
199
CONFLUX_CORE_SPACE_RPC_URL=
@@ -156,16 +207,13 @@ ZEROG_EVM_RPC=
156
207
ZEROG_PRIVATE_KEY=
157
208
ZEROG_FLOW_ADDRESS=
158
209
159
-
# Coinbase
160
-
COINBASE_COMMERCE_KEY=
161
-
COINBASE_API_KEY=
162
-
COINBASE_PRIVATE_KEY=
163
-
164
-
COINBASE_GENERATED_WALLET_ID=
165
-
COINBASE_GENERATED_WALLET_HEX_SEED=
166
-
167
210
# TEE Configuration
168
-
DSTACK_SIMULATOR_ENDPOINT=
211
+
# TEE_MODE options:
212
+
# - LOCAL: Uses simulator at localhost:8090 (for local development)
213
+
# - DOCKER: Uses simulator at host.docker.internal:8090 (for docker development)
214
+
# - PRODUCTION: No simulator, uses production endpoints
215
+
# Defaults to OFF if not specified
216
+
TEE_MODE=OFF#LOCAL|DOCKER|PRODUCTION
169
217
WALLET_SECRET_SALT=# ONLY DEFINE IF YOU WANT TO USE TEE Plugin, otherwise it will throw errors
170
218
171
219
# Galadriel Configuration
@@ -182,6 +230,24 @@ WHATSAPP_BUSINESS_ACCOUNT_ID= # Business Account ID from Facebook Business Mana
182
230
WHATSAPP_WEBHOOK_VERIFY_TOKEN=# Custom string for webhook verification
183
231
WHATSAPP_API_VERSION=v17.0# WhatsApp API version (default: v17.0)
184
232
233
+
# Flow Blockchain Configuration
234
+
FLOW_ADDRESS=
235
+
FLOW_PRIVATE_KEY=# Private key for SHA3-256 + P256 ECDSA
0 commit comments