Skip to content

Commit 1a72d23

Browse files
committed
fixup! Fix docker-compose
1 parent 7823caf commit 1a72d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

espresso/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ OPERATOR_PRIVATE_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf
3434
# cast wallet address --private-key $OPERATOR_PRIVATE_KEY
3535
OPERATOR_ADDRESS=0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266
3636

37-
OP_BATCHER_PRIVATE_KEY=OPERATOR_PRIVATE_KEY
37+
OP_BATCHER_PRIVATE_KEY=$OPERATOR_PRIVATE_KEY
3838

3939
# cast wallet address --mnemonic "test test ... junk" --hd-path "m/44'/60'/0'/0/1"
4040
PROPOSER_ADDRESS=0x70997970C51812dc3A010C7d01b50e0d17dc79C8

0 commit comments

Comments
 (0)