diff --git a/config/coordinator/coordinator-docker.config.toml b/config/coordinator/coordinator-docker.config.toml index bc97742..b88e541 100644 --- a/config/coordinator/coordinator-docker.config.toml +++ b/config/coordinator/coordinator-docker.config.toml @@ -235,7 +235,7 @@ gas-price-fixed-cost = 3000000 legacy-fees-multiplier = 1.2 margin = 4.0 variable-cost-upper-bound = 10000000001 # ~10 GWEI -variable-cost-lower-bound = 90000001 # ~0.09 GWEI +variable-cost-lower-bound = 1000000 # 0.001 GWEI [l2-network-gas-pricing.extra-data-pricing-propagation] extra-data-update-recipient = "http://sequencer:8545/" @@ -243,7 +243,7 @@ extra-data-update-recipient = "http://sequencer:8545/" [l2-network-gas-pricing.legacy] type="SampleTransaction" gas-price-upper-bound = 10000000000 # 10 GWEI -gas-price-lower-bound = 90000000 # 0.09 GWEI +gas-price-lower-bound = 1000000 # 0.001 GWEI [l2-network-gas-pricing.json-rpc-pricing-propagation] geth-gas-price-update-recipients = [ diff --git a/config/sequencer/config.toml b/config/sequencer/config.toml index 300a320..39360dd 100644 --- a/config/sequencer/config.toml +++ b/config/sequencer/config.toml @@ -39,6 +39,9 @@ metrics-port=9545 tx-pool-no-local-priority=false # +api-gas-price-blocks=100 +api-gas-price-percentile=50.0 +api-gas-price-max=10000000 # 0.01 GWEI api-gas-and-priority-fee-limiting-enabled=false api-gas-and-priority-fee-lower-bound-coefficient=120 api-gas-and-priority-fee-upper-bound-coefficient=300 @@ -63,10 +66,10 @@ plugin-linea-max-tx-calldata-size=60000 plugin-linea-max-block-gas=24000000 plugin-linea-tx-pool-min-margin="0.8" # WARNING - DEV VALUE plugin-linea-min-margin="1.0" # WARNING - DEV VALUE -plugin-linea-fixed-gas-cost-wei=30000000 -plugin-linea-variable-gas-cost-wei=1000000000 +plugin-linea-fixed-gas-cost-wei=3000000 +plugin-linea-variable-gas-cost-wei=100000000 plugin-linea-extra-data-set-min-gas-price-enabled=true -plugin-linea-estimate-gas-min-margin="1.2 " # WARNING - DEV VALUE +plugin-linea-estimate-gas-min-margin="1.2" # WARNING - DEV VALUE strict-tx-replay-protection-enabled=false Xplugin-rocksdb-high-spec-enabled=true