Skip to content

Commit

Permalink
Sequencer plugin version upgrade (#104)
Browse files Browse the repository at this point in the history
* Sequencer plugin version upgrade
  • Loading branch information
Filter94 authored Sep 27, 2024
1 parent 1fb5ec6 commit 3a482fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion linea-besu/build.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "download",
"name": "linea-sequencer",
"url": "https://github.com/Consensys/linea-sequencer/releases/download/v{version}/besu-sequencer-plugins-v{version}.jar",
"version": "0.1.4-test33",
"version": "0.1.4-test34",
"outputDir": "plugins"
},
{
Expand Down
2 changes: 1 addition & 1 deletion linea-besu/profiles/advanced-mainnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ plugin-linea-max-block-calldata-size=70000
plugin-linea-max-tx-gas-limit=24000000
plugin-linea-estimate-gas-min-margin="1.2"
Xin-process-rpc-enabled=true
Xin-process-rpc-apis=["MINER"]
Xin-process-rpc-apis=["MINER", "ETH"]
plugin-linea-tx-pool-profitability-check-api-enabled=true
plugin-linea-tx-pool-profitability-check-p2p-enabled=true
plugin-linea-tx-pool-simulation-check-p2p-enabled=true
Expand Down
2 changes: 1 addition & 1 deletion linea-besu/profiles/advanced-sepolia.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ plugin-linea-max-block-calldata-size=70000
plugin-linea-max-tx-gas-limit=30000000
plugin-linea-estimate-gas-min-margin="1.2"
Xin-process-rpc-enabled=true
Xin-process-rpc-apis=["MINER"]
Xin-process-rpc-apis=["MINER", "ETH"]
plugin-linea-tx-pool-profitability-check-api-enabled=true
plugin-linea-tx-pool-profitability-check-p2p-enabled=true
plugin-linea-tx-pool-simulation-check-api-enabled=true
Expand Down

0 comments on commit 3a482fc

Please sign in to comment.