-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenv.example
executable file
·39 lines (39 loc) · 1.22 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
# Required
SOURCE_RPC_URL=<source-rpc-url>
SIGNER_ACCOUNT_ADDRESS=<signer-account-address>
SIGNER_ACCOUNT_PRIVATE_KEY=<signer-account-private-key>
SLOT_ID=<slot-id>
SNAPSHOT_CONFIG_REPO=https://github.com/powerloom/snapshotter-configs
SNAPSHOT_CONFIG_REPO_BRANCH=eth_uniswapv2_core
SNAPSHOTTER_COMPUTE_REPO=https://github.com/powerloom/snapshotter-computes
SNAPSHOTTER_COMPUTE_REPO_BRANCH=eth_uniswapv2_core
SUBNET_THIRD_OCTET=1
# local collector envs: begin
MAX_STREAM_POOL_SIZE=50
STREAM_HEALTH_CHECK_TIMEOUT_MS=5000
STREAM_WRITE_TIMEOUT_MS=5000
MAX_WRITE_RETRIES=5
MAX_CONCURRENT_WRITES=1000
DATA_MARKET_IN_REQUEST=true
# local collector envs: end
PROST_RPC_URL=https://rpc-prost1h-proxy.powerloom.io
PROTOCOL_STATE_CONTRACT=0xa71Bb0F24744E86a4ABe3C97bA8dd762A5313ADD
DATA_MARKET_CONTRACT=
RELAYER_HOST=https://prost1h-relayer-public.powerloom.io
NAMESPACE=UNISWAPV2
POWERLOOM_REPORTING_URL=https://nms-testnet-reporting.powerloom.io
PROST_CHAIN_ID=11165
SOURCE_RPC_RATE_LIMIT=10
PROST_RPC_RATE_LIMIT=10
# Optional
IPFS_URL=
IPFS_API_KEY=
IPFS_API_SECRET=
SLACK_REPORTING_URL=
DASHBOARDS_ENABLED=
DEVMODE=false
IPFS_S3_CONFIG_ENABLED=false
IPFS_S3_CONFIG_ENDPOINT_URL=
IPFS_S3_CONFIG_BUCKET_NAME=
IPFS_S3_CONFIG_ACCESS_KEY=
IPFS_S3_CONFIG_SECRET_KEY=