mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 07:28:05 -05:00
Use distribution artifact instead of uber jar for Tracer plugin (#1115)
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
This commit is contained in:
@@ -26,8 +26,11 @@ wget -nv https://github.com/Consensys/linea-monorepo/releases/download/linea-fin
|
||||
echo "getting linea_staterecovery_plugin_version: $LINEA_STATERECOVERY_PLUGIN_VERSION"
|
||||
wget -nv https://github.com/Consensys/linea-monorepo/releases/download/linea-staterecovery-v$LINEA_STATERECOVERY_PLUGIN_VERSION/linea-staterecovery-besu-plugin-v$LINEA_STATERECOVERY_PLUGIN_VERSION.jar
|
||||
|
||||
echo "getting linea_tracer_plugin_version: $LINEA_TRACER_PLUGIN_VERSION"
|
||||
echo "getting linea_tracer_plugin_version: $LINEA_TRACER_PLUGIN_VERSION"
|
||||
wget -nv https://github.com/Consensys/linea-tracer/releases/download/$LINEA_TRACER_PLUGIN_VERSION/linea-tracer-$LINEA_TRACER_PLUGIN_VERSION.jar
|
||||
wget -nv https://github.com/Consensys/linea-tracer/releases/download/$LINEA_TRACER_PLUGIN_VERSION/linea-tracer-$LINEA_TRACER_PLUGIN_VERSION.zip
|
||||
unzip -o linea-tracer-$LINEA_TRACER_PLUGIN_VERSION.zip
|
||||
rm linea-tracer-$LINEA_TRACER_PLUGIN_VERSION.zip
|
||||
|
||||
echo "getting shomei_plugin_version: $SHOMEI_PLUGIN_VERSION"
|
||||
wget -nv https://github.com/Consensys/besu-shomei-plugin/releases/download/v$SHOMEI_PLUGIN_VERSION/besu-shomei-plugin-v$SHOMEI_PLUGIN_VERSION.jar
|
||||
|
||||
Reference in New Issue
Block a user