Skip to content

Commit af6cd41

Browse files
committed
chore: update env.example with new farcaster configs
1 parent ab377ee commit af6cd41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.env.example

+2
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ INTIFACE_WEBSOCKET_URL=ws://localhost:12345
134134
FARCASTER_FID= # the FID associated with the account your are sending casts from
135135
FARCASTER_NEYNAR_API_KEY= # Neynar API key: https://neynar.com/
136136
FARCASTER_NEYNAR_SIGNER_UUID= # signer for the account you are sending casts from. create a signer here: https://dev.neynar.com/app
137+
FARCASTER_DRY_RUN=false # Set to true if you want to run the bot without actually publishing casts
138+
FARCASTER_POLL_INTERVAL=120 # How often (in seconds) the bot should check for farcaster interactions (replies and mentions)
137139

138140
# Coinbase
139141
COINBASE_COMMERCE_KEY= # from coinbase developer portal

0 commit comments

Comments
 (0)