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": [
"polygon-amoy-erigon-fullnode"
]
},
"scroll": {
"id": 534352,
"urls": ["https://rpc.scroll.io"],
"default": ["scroll-mainnet"]
}
}

View File

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