-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
44 lines (36 loc) · 1.14 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
# Logging
LOG_LEVEL=debug
LOG_TIMESTAMP=true
# Squid Local Archive
ARCHIVE_DB_NAME=squid-archive
ARCHIVE_DB_USER=postgres
ARCHIVE_DB_PASS=postgres
ARCHIVE_GATEWAY_PORT=9955
# Squid Processor DB
DB_HOST=localhost
DB_PORT=23798
DB_NAME=squid-processor
DB_USER=postgres
DB_PASS=postgres
# Squid Processor GraphQL API
GQL_PORT=4350
######################
# Network Definition #
# Documentation (also see README.md):
# - `CHAIN` must be a valid chain name from `@scio-labs/use-inkathon` and
# matching deployment address files must be present in `src/deployments`.
# - `RPC` must be the https endpoint for the chain's RPC server.
# - `GATEWAY` must be a valid url from https://docs.subsquid.io/subsquid-network/reference/substrate-networks/
# CHAIN=development
# CHAIN_PREFIX=42
# RPC=wss://localhost:9944
CHAIN=alephzero-testnet
CHAIN_PREFIX=42
# RPC=https://aleph-zero-testnet-rpc.dwellir.com/
RPC=wss://ws.test.azero.dev/
GATEWAY=https://v2.archive.subsquid.io/network/aleph-zero-testnet
# CHAIN=alephzero
# CHAIN_PREFIX=42
# # RPC=https://aleph-zero-rpc.dwellir.com/
# RPC=wss://ws.azero.dev/
# GATEWAY=https://v2.archive.subsquid.io/network/aleph-zero