We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5491da1 commit a89620eCopy full SHA for a89620e
.env.sample
@@ -22,7 +22,7 @@ TAIKO_TOKEN_L1_ADDRESS=0xaedf7656fbb47c5b97dd529ac1d0e807e051f2dd
22
TAIKO_L2_ADDRESS=0x1000777700000000000000000000000000000001
23
24
# P2P
25
-DISABLE_P2P_SYNC=false
+DISABLE_P2P_SYNC=true
26
P2P_SYNC_URL=https://rpc.mxc.com
27
28
############################### REQUIRED #####################################
docker-compose.yml
@@ -7,8 +7,6 @@ x-logging: &logging
7
services:
8
l2_execution_engine:
9
image: us-docker.pkg.dev/mxczkevm/images/moonchain-geth:moonchain-mainnet
10
- build:
11
- context: ../mxc-geth
12
restart: unless-stopped
13
pull_policy: always
14
env_file:
0 commit comments