Skip to content

Commit

Permalink
Revert "remove hardcoded db"
Browse files Browse the repository at this point in the history
This reverts commit 799befb.
  • Loading branch information
moshe-blox committed Oct 27, 2024
1 parent 799befb commit eb12822
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/operator/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ func setupDB(logger *zap.Logger, eth2Network beaconprotocol.Network) (*kv.Badger
return errors.Wrap(err, "failed to reopen db")
}

cfg.DBOptions.Path = "./data/db-main-on-stage"
migrationOpts := migrations.Options{
Db: db,
DbPath: cfg.DBOptions.Path,
Expand Down

0 comments on commit eb12822

Please sign in to comment.