This commit is contained in:
Para Dox
2025-04-28 21:36:02 +07:00
parent 639d8b60c8
commit 079aefb865
260 changed files with 2080 additions and 0 deletions

View File

@@ -2,6 +2,14 @@
# You should use a snapshot for Mantle
# https://github.com/mantlenetworkio/networks/blob/main/run-node-mainnetv2.md
# Usage:
#
# .env
# IP=$(curl ipinfo.io/ip)
# COMPOSE_FILE=base.yml:rpc.yml:op/geth/mantle-mainnet-op-geth-pruned-leveldb-hash.yml
#
# docker compose up -d
services:
mantle-mainnet:
image: ${MANTLE_GETH_IMAGE:-mantlenetworkio/mantle-op-geth}:${MANTLE_MAINNET_GETH_VERSION:-v1.1.1}