-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
30 lines (25 loc) Β· 1.6 KB
/
Copy path.env.example
File metadata and controls
30 lines (25 loc) Β· 1.6 KB
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
# ββ Network βββββββββββββββββββββββββββββββββββββββββββββ
# 4663 = Robinhood Chain mainnet, 46630 = testnet (default for dev)
NEXT_PUBLIC_CHAIN_ID=46630
RPC_MAINNET=https://rpc.mainnet.chain.robinhood.com
RPC_TESTNET=https://rpc.testnet.chain.robinhood.com
# ββ Mock / demo mode ββββββββββββββββββββββββββββββββββββ
# "true" (default when unset): app runs fully offline with simulated
# prices, reserves, holdings and keeper fills. Set "false" for live chain reads.
NEXT_PUBLIC_USE_MOCKS=true
USE_MOCKS=true
# ββ Off-chain stock price APIs ββββββββββββββββββββββββββ
FINNHUB_API_KEY=
ALPHAVANTAGE_API_KEY=
# ββ Contracts βββββββββββββββββββββββββββββββββββββββββββ
# Filled after `forge script script/Deploy.s.sol` (see README)
NEXT_PUBLIC_EXECUTOR_ADDRESS=
EXECUTOR_ADDRESS=
# ββ Keeper ββββββββββββββββββββββββββββββββββββββββββββββ
KEEPER_PRIVATE_KEY=
WEB_URL=http://localhost:3000
KEEPER_INTERVAL_MS=15000
# ββ Storage βββββββββββββββββββββββββββββββββββββββββββββ
# Dev order store is a JSON file (apps/web/.data). For production swap
# to Postgres β schema mirror lives in apps/web/prisma/schema.prisma.
DATABASE_URL=