Important note for Base node operators
sudo su - base
—> cd into /home/base/node
directory..env
file in this directory by using your choice of editor. For example, nano .env
.
OP_NODE_L1_ETH_RPC
as it is or change it to your own ethereum node Geth RPC endpoint like http://<eth-node-ip>:8545
.OP_NODE_L1_BEACON
to http://<eth-node-ip>:5052
.docker compose up -d
to restart the base node.df -h | grep /data
.
If you wish to manually restore snapshot, you can find the snapshot script in directory /home/base/scripts
.
Eg: command to run the script is