Skip to content

Commit

Permalink
chore: tidy env
Browse files Browse the repository at this point in the history
  • Loading branch information
ericlee42 committed Apr 5, 2024
1 parent af7dcef commit 1c10939
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
10 changes: 5 additions & 5 deletions mainnet/l2geth.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERBOSITY=3
DATADIR=/root/.ethereum
NO_USB=true
VERBOSITY=3
IPC_DISABLE=false
MAX_PEER=150
GCMODE=archive
Expand All @@ -14,17 +14,16 @@ ETH1_CTC_DEPLOYMENT_HEIGHT=13626959
ETH1_SYNC_SERVICE_ENABLE=false

ROLLUP_BACKEND=l1
ROLLUP_DISABLE_TRANSFERS=false
ROLLUP_ENABLE_L2_GAS_POLLING=false
ROLLUP_CLIENT_HTTP=http://localhost:7878
ROLLUP_MAX_CALLDATA_SIZE=40000
ROLLUP_SYNC_SERVICE_ENABLE=true
ROLLUP_TIMESTAMP_REFRESH=10s
ROLLUP_POLL_INTERVAL_FLAG=10s
ROLLUP_ENFORCE_FEES=true

# for geth.sh
ROLLUP_STATE_DUMP_PATH=https://metisprotocol.github.io/metis-networks/andromeda-mainnet/state-dump.latest.json
BLOCK_SIGNER_KEY=6587ae678cf4fc9a33000cdbf9f35226b71dcc6a4684a31203241f9bcfd55d27
BLOCK_SIGNER_ADDRESS=0x00000398232E2064F896018496b4b44b3D62751F
ROLLUP_CLIENT_HTTP=http://localhost:7878

# for rpc/websocket/ipc
RPC_ENABLE=true
Expand All @@ -40,6 +39,7 @@ WS_PORT=8546
WS_API=eth,net,web3,mvm,debug
WS_ORIGINS=*

# seqset
SEQSET_VALID_HEIGHT=15214531
DESEQBLOCK=0
SEQSET_CONTRACT=0x0fe382b74C3894B65c10E5C12ae60Bbd8FAf5b48
Expand Down
6 changes: 4 additions & 2 deletions sepolia/l2geth.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ DATADIR=/root/.ethereum
NO_USB=true
VERBOSITY=3
IPC_DISABLE=false
MAX_PEER=150
GCMODE=archive

USING_OVM=true
Expand All @@ -12,10 +13,11 @@ TARGET_GAS_LIMIT=30000000
ETH1_CTC_DEPLOYMENT_HEIGHT=5375027
ETH1_SYNC_SERVICE_ENABLE=false

ROLLUP_BACKEND=l1
ROLLUP_CLIENT_HTTP=http://localhost:7878
ROLLUP_MAX_CALLDATA_SIZE=40000
ROLLUP_TIMESTAMP_REFRESH=10s
ROLLUP_POLL_INTERVAL_FLAG=10s
ROLLUP_TIMESTAMP_REFRESH=5s
ROLLUP_BACKEND=l1
ROLLUP_ENFORCE_FEES=true

# for geth.sh
Expand Down

0 comments on commit 1c10939

Please sign in to comment.