Skip to content

Commit 2cacc97

Browse files
committed
fix typo
1 parent 78dc18f commit 2cacc97

2 files changed

Lines changed: 53 additions & 52 deletions

File tree

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
*.env text eol=lf
12
*.sh text eol=lf
23
entrypoint* text eol=lf
34
Dockerfile text eol=lf

envs/custom-mainnet.env

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
1-
##################################################
2-
# chain configuration #
3-
##################################################
4-
L1_CHAIN_ID=1
5-
L1_RPC_KIND="standard"
6-
L1_RPC_URL="https://ethereum-rpc.publicnode.com/"
7-
L1_BEACON_URL="https://ethereum-beacon-api.publicnode.com"
8-
9-
L2_CHAIN_ID=87654321 # sample chain id
10-
L2_CHAIN_NAME="input_your_network_name"
11-
L2_RPC_URL="http://host.docker.internal:8545/"
12-
L2_WS_URL="ws://host.docker.internal:8546/"
13-
L2_SCAN_URL="http://host.docker.internal:80/"
14-
L2_BRIDGE_URL="http://host.docker.internal:3000/"
15-
16-
##################################################
17-
# init node configuration #
18-
##################################################
19-
PRIORITY_GAS_PRICE=1
20-
GOVERNANCE_TOKEN_SYMBOL=
21-
22-
# Option 1. faucet key for generate new addresses
23-
FAUCET_PRIVATE_KEY=
24-
FAUCET_ADDRESS=
25-
FAUCET_AMOUNT_ADMIN=0.5
26-
FAUCET_AMOUNT_BATCHER=0.2
27-
FAUCET_AMOUNT_PROPOSER=0.1
28-
29-
# Option 2. set existing addresses
30-
ADMIN_ADDRESS=
31-
ADMIN_PRIVATE_KEY=
32-
BATCHER_ADDRESS=
33-
BATCHER_PRIVATE_KEY=
34-
PROPOSER_ADDRESS=
35-
PROPOSER_PRIVATE_KEY=
36-
SEQUENCER_ADDRESS=
37-
SEQUENCER_PRIVATE_KEY=
38-
39-
##################################################
40-
# run node configuration #
41-
##################################################
42-
43-
RUN_MODE="sequencer" # run mode, sequencer or replica
44-
45-
# Sequencer Configuration
46-
# docs.optimism.io/builders/chain-operators/configuration/batcher#data-availability-type
47-
OP_BATCHER_DATA_AVAILABILITY_TYPE="blobs"
48-
# docs.optimism.io/builders/chain-operators/management/configuration#op-batcher-configuration
49-
OP_BATCHER_MAX_CHANNEL_DURATION=1500
50-
51-
# Replica Configuration
52-
OP_EXECUTION_SEQUENCER_HTTP=
1+
##################################################
2+
# chain configuration #
3+
##################################################
4+
L1_CHAIN_ID=1
5+
L1_RPC_KIND="standard"
6+
L1_RPC_URL="https://ethereum-rpc.publicnode.com/"
7+
L1_BEACON_URL="https://ethereum-beacon-api.publicnode.com"
8+
9+
L2_CHAIN_ID=87654321 # sample chain id
10+
L2_CHAIN_NAME="input_your_network_name"
11+
L2_RPC_URL="http://host.docker.internal:8545/"
12+
L2_WS_URL="ws://host.docker.internal:8546/"
13+
L2_SCAN_URL="http://host.docker.internal:80/"
14+
L2_BRIDGE_URL="http://host.docker.internal:3000/"
15+
16+
##################################################
17+
# init node configuration #
18+
##################################################
19+
PRIORITY_GAS_PRICE=1
20+
GOVERNANCE_TOKEN_SYMBOL=
21+
22+
# Option 1. faucet key for generate new addresses
23+
FAUCET_PRIVATE_KEY=
24+
FAUCET_ADDRESS=
25+
FAUCET_AMOUNT_ADMIN=0.5
26+
FAUCET_AMOUNT_BATCHER=0.2
27+
FAUCET_AMOUNT_PROPOSER=0.1
28+
29+
# Option 2. set existing addresses
30+
ADMIN_ADDRESS=
31+
ADMIN_PRIVATE_KEY=
32+
BATCHER_ADDRESS=
33+
BATCHER_PRIVATE_KEY=
34+
PROPOSER_ADDRESS=
35+
PROPOSER_PRIVATE_KEY=
36+
SEQUENCER_ADDRESS=
37+
SEQUENCER_PRIVATE_KEY=
38+
39+
##################################################
40+
# run node configuration #
41+
##################################################
42+
43+
RUN_MODE="sequencer" # run mode, sequencer or replica
44+
45+
# Sequencer Configuration
46+
# docs.optimism.io/builders/chain-operators/configuration/batcher#data-availability-type
47+
OP_BATCHER_DATA_AVAILABILITY_TYPE="blobs"
48+
# docs.optimism.io/builders/chain-operators/management/configuration#op-batcher-configuration
49+
OP_BATCHER_MAX_CHANNEL_DURATION=1500
50+
51+
# Replica Configuration
52+
OP_EXECUTION_SEQUENCER_HTTP=
5353
OP_NODE_P2P_BOOTNODES=

0 commit comments

Comments
 (0)