Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(primitives): Move chainspec and domain to prims #772

Merged
merged 28 commits into from
Apr 16, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
bet
  • Loading branch information
itsdevbear committed Apr 16, 2024
commit fe5e202f68a875e9f80fdac12ee76ff39081da28
1 change: 1 addition & 0 deletions mod/core/state/statedb.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ package state

import (
"errors"

"github.com/berachain/beacon-kit/mod/core/state/deneb"
"github.com/berachain/beacon-kit/mod/core/types"
"github.com/berachain/beacon-kit/mod/primitives"
Expand Down
Loading