From ce084df4a25d439eacbdc65d45e531e2a4a6f365 Mon Sep 17 00:00:00 2001 From: Joshua Fernandes Date: Wed, 23 Oct 2024 17:20:48 +1000 Subject: [PATCH] adding in the fleet plugin to the mix of things --- linea-besu/build.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/linea-besu/build.json b/linea-besu/build.json index b6cc100..be3cfbc 100644 --- a/linea-besu/build.json +++ b/linea-besu/build.json @@ -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-test34", + "version": "0.8.0-rc4.1", "outputDir": "plugins" }, { @@ -29,6 +29,13 @@ "version": "0.0.2", "outputDir": "plugins" }, + { + "type": "download", + "name": "besu-fleet-plugin", + "url": "https://github.com/Consensys/besu-fleet-plugin/releases/download/{version}/besu-fleet-plugin-{version}.jar", + "version": "0.2.3", + "outputDir": "plugins" + }, { "type": "copy", "name": "profiles",