mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 04:08:01 -05:00
* besu-package: update sequencer version * besu-package: update sequencer version * besu-package: update sequencer version * besu-package: sequencer plugin update to v2.1-rc16.2.3 * besu-package: update besu package * localstack: update coordinator version * localstack: remove unnecessary * localstack: revert l2 node configs on profitability check * localstack: update e2e README * besu-package: update sequencer plugin * Revert "localstack: revert l2 node configs on profitability check" This reverts commit 24ac5f6b746b85c4f27c02aaa63d992549aa44ac. * besu-package: update plugins * besu-package: update besu image * fix flaky test * besu-package: remove besu/plugins from classpath * expected-traces-api-version-v2="beta-v2.1-rc16.2" * update shomei plugin * update besu-package image * besu-package add back plugins folder to classpath * localstack: update besu package
65 lines
2.0 KiB
TOML
65 lines
2.0 KiB
TOML
data-path="/opt/besu/data"
|
|
host-allowlist=["*"]
|
|
sync-mode="FULL"
|
|
p2p-port=30303
|
|
|
|
min-gas-price=0
|
|
|
|
# engine
|
|
engine-host-allowlist=["*"]
|
|
engine-rpc-port=8550
|
|
|
|
# rpc
|
|
rpc-http-enabled=true
|
|
rpc-http-host="0.0.0.0"
|
|
rpc-http-port=8545
|
|
rpc-http-cors-origins=["*"]
|
|
rpc-http-api=["ADMIN","DEBUG","NET","ETH","WEB3","PLUGINS","LINEA"]
|
|
rpc-http-max-active-connections=200
|
|
|
|
# ws
|
|
rpc-ws-enabled=true
|
|
rpc-ws-host="0.0.0.0"
|
|
rpc-ws-port=8546
|
|
rpc-ws-api=["ADMIN","TXPOOL","WEB3","ETH","NET","PERM","LINEA"]
|
|
rpc-ws-max-active-connections=200
|
|
|
|
# graphql
|
|
graphql-http-enabled=false
|
|
|
|
# metrics
|
|
metrics-enabled=true
|
|
metrics-host="0.0.0.0"
|
|
metrics-port=9545
|
|
|
|
# database
|
|
data-storage-format="BONSAI"
|
|
|
|
# plugins
|
|
plugins=["LineaEstimateGasEndpointPlugin","LineaL1FinalizationTagUpdaterPlugin","LineaExtraDataPlugin","LineaTransactionPoolValidatorPlugin","LineaBundleEndpointsPlugin","ForwardBundlesPlugin"]
|
|
plugin-linea-module-limit-file-path="/var/lib/besu/traces-limits.toml"
|
|
plugin-linea-deny-list-path="/var/lib/besu/deny-list.txt"
|
|
plugin-linea-l1l2-bridge-contract="0xe537D669CA013d86EBeF1D64e40fC74CADC91987"
|
|
plugin-linea-l1l2-bridge-topic="e856c2b8bd4eb0027ce32eeaf595c21b0b6b4644b326e5b7bd80a1cf8db72e6c"
|
|
plugin-linea-tx-pool-profitability-check-p2p-enabled=true
|
|
plugin-linea-tx-pool-profitability-check-api-enabled=true
|
|
plugin-linea-tx-pool-simulation-check-api-enabled=true
|
|
plugin-linea-tx-pool-simulation-check-p2p-enabled=true
|
|
plugin-linea-extra-data-pricing-enabled=true
|
|
plugin-linea-tx-pool-min-margin="0.8"
|
|
plugin-linea-min-margin="1.0"
|
|
plugin-linea-fixed-gas-cost-wei=30000000
|
|
plugin-linea-variable-gas-cost-wei=1000000000
|
|
plugin-linea-extra-data-set-min-gas-price-enabled=true
|
|
plugin-linea-estimate-gas-compatibility-mode-enabled=false
|
|
plugin-linea-estimate-gas-min-margin="1.2"
|
|
plugin-linea-bundles-forward-urls=["http://sequencer:8545"]
|
|
plugin-linea-bundles-forward-retry-delay=1000
|
|
plugin-linea-bundles-forward-timeout=5000
|
|
|
|
bonsai-limit-trie-logs-enabled=false
|
|
bonsai-historical-block-limit=1024
|
|
|
|
Xin-process-rpc-enabled=true
|
|
Xin-process-rpc-apis=["ETH", "MINER"]
|