diff --git a/app/app.go b/app/app.go index a193db9b5c..eadd034ea1 100644 --- a/app/app.go +++ b/app/app.go @@ -456,7 +456,6 @@ func (app *App) BeginBlocker(ctx sdk.Context, req abci.RequestBeginBlock) abci.R // EndBlocker executes application updates at the end of every block. func (app *App) EndBlocker(ctx sdk.Context, req abci.RequestEndBlock) abci.ResponseEndBlock { - fmt.Printf("app.upgradeHeightV2 %v", app.upgradeHeightV2) res := app.manager.EndBlock(ctx, req) currentVersion := app.AppVersion() // For v1 only we upgrade using an agreed upon height known ahead of time diff --git a/scripts/arabica.sh b/scripts/arabica.sh index 3bb5739138..d09b9d8441 100755 --- a/scripts/arabica.sh +++ b/scripts/arabica.sh @@ -57,4 +57,4 @@ echo "Downloading genesis file..." celestia-appd download-genesis ${CHAIN_ID} echo "Starting celestia-appd..." -celestia-appd start --force-no-bbr --v2-upgrade-height 2 +celestia-appd start --v2-upgrade-height 1751707 --force-no-bbr