-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.cb.example.env
More file actions
15 lines (15 loc) · 960 Bytes
/
.cb.example.env
File metadata and controls
15 lines (15 loc) · 960 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CB_JWT_ETHGAS_COMMIT=xxx
CB_JWTS=ETHGAS_COMMIT=xxx
CB_SIGNER_JWT=xxx
EOA_SIGNING_KEY=0x... # for registration in exchange, required if is_jwt_provided = false
ACCESS_JWT=xxx.xxx.xxx # required if is_jwt_provided = true
REFRESH_JWT=xxx.xxx.xxx # required if is_jwt_provided = true
# below are only for ssv validators
# SSV_NODE_OPERATOR_OWNER_SIGNING_KEYS=0x...,0x...
# use secure keystore files instead of raw private keys
# SSV_NODE_OPERATOR_OWNER_KEYSTORE_PATHS=/path/to/keystore1.json,/path/to/keystore2.json,/path/to/keystore3.json
# SSV_NODE_OPERATOR_OWNER_PASSWORD_PATHS=/path/to/password1.txt,/path/to/password2.txt,/path/to/password3.txt
# below are only for obol validators
# OBOL_NODE_OPERATOR_OWNER_SIGNING_KEYS=0x...,0x...
# OBOL_NODE_OPERATOR_OWNER_KEYSTORE_PATHS=/path/to/keystore1.json,/path/to/keystore2.json,/path/to/keystore3.json
# OBOL_NODE_OPERATOR_OWNER_PASSWORD_PATHS=/path/to/password1.txt,/path/to/password2.txt,/path/to/password3.txt