fix
This commit is contained in:
@@ -221,5 +221,10 @@
|
||||
"default": [
|
||||
"polygon-amoy-erigon-fullnode"
|
||||
]
|
||||
},
|
||||
"scroll": {
|
||||
"id": 534352,
|
||||
"urls": ["https://rpc.scroll.io"],
|
||||
"default": ["scroll-mainnet"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user