-
Notifications
You must be signed in to change notification settings - Fork 2
/
.env
26 lines (21 loc) · 920 Bytes
/
.env
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
# Environment for local demo network.
# This file is meant to work with docker-compose.yaml
RUST_LOG=info,libp2p=off
RUST_LOG_FORMAT=full
L1_BLOCK_TIME_SEC=3
# Internal port inside container
ESPRESSO_SEQUENCER_URL=http://sequencer0:24000/v0/
# Example rollup demo variables
ESPRESSO_DEMO_ROLLUP_PORT=8084
ESPRESSO_DEMO_L1_HTTP_PROVIDER=http://demo-l1-network:8545
ESPRESSO_DEMO_L1_WS_PROVIDER=ws://demo-l1-network:8546
ESPRESSO_DEMO_LIGHT_CLIENT_ADDRESS=0xed1db453c3156ff3155a97ad217b3087d5dc5f6e
ESPRESSO_DEMO_ROLLUP_MNEMONIC="test test test test test test test test test test test junk"
ESPRESSO_DEMO_ROLLUP_ACCOUNT_INDEX=7
# Foundry
# The mnemonic used by foundry to deploy contracts.
MNEMONIC="test test test test test test test test test test test junk"
# The RPC URL for deploying to the sepolia network.
SEPOLIA_RPC_URL=
# The etherscan API key is needed to verify contracts on etherscan.
ETHERSCAN_API_KEY=