-
Notifications
You must be signed in to change notification settings - Fork 25
/
.env.testnet.example
28 lines (23 loc) · 1.25 KB
/
.env.testnet.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
###############################################################################
# ↓ REQUIRED ↓ #
###############################################################################
# L1 node that the op-node will get chain data from
OP_NODE__RPC_ENDPOINT=
# replace the p2p private key with yours
# you can generate a new one with `openssl rand -hex 32`
P2P_PRIV_KEY=
# you can find the correct image tag for the network at https://github.com/bnb-chain/op-geth
OP_GETH_IMAGE_TAG=latest
# you can find the correct image tag for the network at https://github.com/bnb-chain/opbnb
OP_NODE_IMAGE_TAG=latest
###############################################################################
# ↓ OPTIONAL ↓ #
###############################################################################
PORT__OP_GETH=
PORT__OP_NODE=
PORT__OP_NODE_P2P=
###############################################################################
# ↓ DON'T REMOVE ↓ #
###############################################################################
# Network to run the node on ("testnet" or "mainnet")
NETWORK_NAME=testnet