-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.example
48 lines (35 loc) · 881 Bytes
/
.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
# geth image
GETH_IMAGE=us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101315.0
# l1 rpc url
# node image
NODE_IMAGE=us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:v1.7.3
L1_RPC=
# l1 rpc kind(standard/basic/quicknode/alchemy/erigon)
# https://docs.optimism.io/builders/node-operators/tutorials/node-from-docker
L1_RPC_KIND=standard
# node libp2p bootnodes
P2P_STATIC=
# rollup config file url link
ROLLUP_CONFIG_URL=
# tx forward endpoint
SEQUENCER_HTTP=
# op-l2 geth bootnodes
BOOTNODES=
# genesis file url link
GENESIS_URL=
# sync mode(full or snap)
SYNC_MODE=full
# gc mode(archive or full)
GC_MODE=archive
# beacon url
L1_BEACON=
# >= 1.9 use altda
# altda enabled(true or false)
ALTDA_ENABLED=
# altda da server url
ALTDA_DA_SERVER=
# < 1.9 use plasma
# plasma enabled(true or false)
PLASMA_ENABLED=
# plasma da server url
PLASMA_DA_SERVER=