forked from jtgi/automod
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.env.example
76 lines (57 loc) · 1.99 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# public facing url
PROD_URL=https://automod.sh
# For local dev only, you may set this to ngrok
# and other tunnels to test things
DEV_URL=http://localhost:3000
# Secret for all auth tokens, dont fuck this up
SESSION_SECRET=
# Postgres database url
DATABASE_URL=postgresql://user:password@host:port/database
# Redis used for all queuing
REDIS_URL=redis://localhost:6379
# Available from infura.io
INFURA_PROJECT_ID=
# Available from alchemy.com
ALCHEMY_API_KEY=
# Available via Coinbase Developer Portal, provision
# multiple for rate limiting fallbacks.
BASE_RPC_URL=
BASE_RPC_URL2=
BASE_RPC_URL3=
BASE_RPC_URL4=
# Used for select token apis like 1155s, acquire from
# https://simplehash.com/
SIMPLE_HASH_API_KEY=
# Airstack API key, acquire from https://airstack.xyz/
AIRSTACK_API_KEY=
# Graph API key used for Moxie Fan Token lookups,
# acquire from https://thegraph.com/
GRAPH_API_KEY=
## Automod factory is used to monitor Farcaster protocol
# health between neynar <-> warpcast.
# Neynar managed signer uuid, create via api or /signer
AUTOMOD_FACTORY_UUID=
# Long lived warpcast token, create via https://github.com/davidfurlong/farcaster-auth-tokens
AUTOMOD_FACTORY_WARPCAST_TOKEN=
# Visit dev.neynar.com console
NEYNAR_CLIENT_ID=
NEYNAR_API_KEY=
# Webhook resource id to track all webhook subscriptions,
# example: https://dev.neynar.com/webhook/01J4ND4V9A78MMGZ07XKFHNSRQ
NEYNAR_WEBHOOK_ID=
NEYNAR_WEBHOOK_SECRET=
# Default neynar managed signer uuid to issue likes and other
# protocol actions from, e.g. @automod. provision from neynar
# dashboard or through API.
NEYNAR_SIGNER_UUID=
# Account notifications delivered from @automod like usage warnings, etc.
WARPCAST_DM_KEY=
# Powers OpenRank rules
OPENRANK_API_KEY=
# Enable queues
ENABLE_QUEUES=false
# Hypersub contract addresses for billing
# Legacy deprecated hypersub
PRIME_CONTRACT_ADDRESS="0x789fa3cce06a59d5c7e138e94f32793a5f30adaa"
# New unified hypersub v2 contract w/tiers
HYPERSUBV2_CONTRACT_ADDRESS="0xc8afc8c132c848534ceff21e80f518cc81628b24"