mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-08 04:33:56 -05:00
Add LINEA network to evmtool benchmark
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
This commit is contained in:
@@ -139,7 +139,7 @@ public abstract class BenchmarkExecutor {
|
||||
case PETERSBURG -> new PetersburgGasCalculator();
|
||||
case ISTANBUL -> new IstanbulGasCalculator();
|
||||
case BERLIN -> new BerlinGasCalculator();
|
||||
case LONDON, PARIS -> new LondonGasCalculator();
|
||||
case LONDON, PARIS, LINEA -> new LondonGasCalculator();
|
||||
case SHANGHAI -> new ShanghaiGasCalculator();
|
||||
case CANCUN -> new CancunGasCalculator();
|
||||
case PRAGUE -> new PragueGasCalculator();
|
||||
|
||||
Reference in New Issue
Block a user