Skip to content

Commit

Permalink
Add build.json file for devnet
Browse files Browse the repository at this point in the history
  • Loading branch information
naveen-consensys committed Oct 31, 2024
1 parent abb2edc commit e12373e
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions linea-besu/build-devnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"distIdentifier": "linea-besu-package",
"distOutput": "besu",
"modules": [
{
"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.10-delivery34"
},
{
"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",
"outputDir": "plugins"
},
{
"type": "download",
"name": "besu-shomei-plugin",
"url": "https://github.com/Consensys/besu-shomei-plugin/releases/download/v{version}/besu-shomei-plugin-v{version}.jar",
"version": "0.3.1",
"outputDir": "plugins"
},
{
"type": "download",
"name": "finalized-tag-updater",
"url": "https://github.com/Consensys/linea-monorepo/releases/download/finalized-tag-updater-v{version}/finalized-tag-updater-v{version}.jar",
"version": "0.0.2",
"outputDir": "plugins"
},
{
"type": "copy",
"name": "profiles",
"src": "linea-besu/profiles",
"outputDir": "profiles"
},
{
"type": "copy",
"name": "config",
"src": "linea-besu/config",
"outputDir": "config"
},
{
"type": "copy",
"name": "genesis",
"src": "linea-besu/genesis",
"outputDir": "genesis"
}
]
}

0 comments on commit e12373e

Please sign in to comment.