Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/_build-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
description: "Base Reth Node version to build"
required: false
type: string
default: "1e4a8a7"
default: "main"

# Set minimal permissions for all jobs by default
permissions:
Expand Down
2 changes: 1 addition & 1 deletion clients/versions.env
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GETH_VERSION="v1.101604.0"

# Base Reth Node Configuration
BASE_RETH_NODE_REPO="https://github.com/base/base"
BASE_RETH_NODE_VERSION="1e4a8a7"
BASE_RETH_NODE_VERSION="main"

# Build Configuration
# BUILD_DIR="./build"
Expand Down
Loading