You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
执行"docker compose --profile l2_execution_engine up -d"命令
14
+
15
+
16
+
17
+
Old Node:
18
+
Before upgrading, remember to back up the data/l2_execution_engine_data folder.
19
+
Stop the node by running docker compose stop or down, then proceed with updates.
20
+
21
+
Steps:
22
+
23
+
On the main branch, run git pull or update the repository via other methods: https://github.com/MXCzkEVM/simple-mxc-node.
24
+
Copy the .env.exmaple file and rename it to .env. Set L1_ENDPOINT_HTTP and L1_ENDPOINT_WS to the HTTP RPC and WebSocket RPC endpoints of the Arbitrum One network, respectively.
25
+
Run the "docker compose --profile l2_execution_engine up -d"command.
0 commit comments