There was an error while loading. Please reload this page.
1 parent fea7f2b commit 48d8f01Copy full SHA for 48d8f01
1 file changed
foundryup/foundryup
@@ -135,7 +135,10 @@ main() {
135
# Install by downloading binaries
136
if [[ ( "$FOUNDRYUP_REPO" == "foundry-rs/foundry" || "$FOUNDRYUP_REPO" == "base/base-anvil" ) && -z "$FOUNDRYUP_BRANCH" && -z "$FOUNDRYUP_COMMIT" ]]; then
137
if [[ "$FOUNDRYUP_NETWORK" == "base" ]]; then
138
- FOUNDRYUP_VERSION=${FOUNDRYUP_VERSION:-nightly}
+ # Pin bare `base-foundryup` to the Beryl Sepolia release for stable
139
+ # testnet bring-up. Flip to v1.1.0 (or stable) once final Beryl ships.
140
+ # Rolling builds remain available via `base-foundryup --install nightly`.
141
+ FOUNDRYUP_VERSION=${FOUNDRYUP_VERSION:-v1.1.0-rc.19}
142
else
143
FOUNDRYUP_VERSION=${FOUNDRYUP_VERSION:-stable}
144
fi
0 commit comments