From e90f5041c5b7ad2e81cbb941932d92357d731769 Mon Sep 17 00:00:00 2001 From: Gabriel-Trintinalia Date: Mon, 16 Sep 2024 15:19:18 +1000 Subject: [PATCH] Bump linea and plugins versions (#79) Signed-off-by: Gabriel-Trintinalia --- linea-besu/build.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/linea-besu/build.json b/linea-besu/build.json index cf03822..0fc963c 100644 --- a/linea-besu/build.json +++ b/linea-besu/build.json @@ -6,20 +6,20 @@ "type": "extract", "name": "linea-besu", "url": "https://artifacts.consensys.net/public/linea-besu/raw/names/linea-besu.tar.gz/versions/{version}/linea-besu-{version}.tar.gz", - "version": "24.9-develop-9fe8547" + "version": "24.9-delivery32" }, { "type": "download", "name": "linea-sequencer", "url": "https://github.com/Consensys/linea-sequencer/releases/download/v{version}/linea-sequencer-v{version}.jar", - "version": "0.3.0-rc2.2", + "version": "0.6.0-rc1.1", "outputDir": "plugins" }, { "type": "download", "name": "linea-tracer", "url": "https://github.com/Consensys/linea-tracer/releases/download/v{version}/linea-tracer-v{version}.jar", - "version": "0.5.3-beta", + "version": "0.6.0-rc1", "outputDir": "plugins" }, {