Skip to content

Commit

Permalink
adding in the fleet plugin to the mix of things
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuafernandes committed Oct 23, 2024
1 parent abb2edc commit ce084df
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 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-test34",
"version": "0.8.0-rc4.1",
"outputDir": "plugins"
},
{
Expand All @@ -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",
Expand Down

0 comments on commit ce084df

Please sign in to comment.