fix
This commit is contained in:
@@ -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"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user