This Github action installs different tools from the Flashbots toolchain.
on: [push]
jobs:
hello_world_job:
runs-on: ubuntu-latest
name: Suapp
steps:
- name: Install suave-geth
uses: flashbots/[email protected]
with:
suave-geth: latest
- name: Which suave-geth
run: suave-geth version
Name | Required | Description | Type |
---|---|---|---|
suave-geth |
No | Version to install, e.g. latest or v0.1.0 . |
string |
builder-playground |
No | Version to install, e.g. latest or v0.1.0 . |
string |
reth |
No | Version to install, e.g. latest or v0.1.0 . |
string |
op-reth |
No | Version to install, e.g. latest or v0.1.0 . |
string |