This commit is contained in:
Sebastian
2024-03-26 15:31:13 +01:00
parent 6134250100
commit 7c252a1d7c
2 changed files with 6 additions and 7 deletions

View File

@@ -221,5 +221,10 @@
"default": [ "default": [
"polygon-amoy-erigon-fullnode" "polygon-amoy-erigon-fullnode"
] ]
},
"scroll": {
"id": 534352,
"urls": ["https://rpc.scroll.io"],
"default": ["scroll-mainnet"]
} }
} }

View File

@@ -14,8 +14,6 @@ services:
"--scroll", "--scroll",
# Blockchain sync mode ("snap", "full" or "light") # Blockchain sync mode ("snap", "full" or "light")
"--syncmode=snap", "--syncmode=snap",
"--state.scheme=path",
"--db.engine=pebble",
"--port=27374", "--port=27374",
# Megabytes of memory allocated to internal caching # Megabytes of memory allocated to internal caching
"--cache=8192", "--cache=8192",
@@ -36,11 +34,7 @@ services:
"--metrics", "--metrics",
"--metrics.addr=0.0.0.0", "--metrics.addr=0.0.0.0",
# Maximum number of network peers (network disabled if set to 0) (default: 50) # Maximum number of network peers (network disabled if set to 0) (default: 50)
"--maxpeers=30", "--maxpeers=30"
# The Merge
"--authrpc.jwtsecret=/jwtsecret",
"--authrpc.addr=0.0.0.0",
"--authrpc.vhosts=*"
] ]
networks: networks:
- chains - chains