Skip to content

Commit

Permalink
add: missing build type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
datluongductuan committed Dec 24, 2024
1 parent 6398250 commit 65a0eff
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ require (
github.com/google/uuid v1.6.0
github.com/holiman/uint256 v1.3.1
github.com/jmoiron/sqlx v1.3.5
github.com/lib/pq v1.10.9
github.com/shopspring/decimal v1.4.0
github.com/sourcegraph/conc v0.3.0
github.com/stretchr/testify v1.9.0
Expand Down Expand Up @@ -66,7 +67,6 @@ require (
github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
github.com/huin/goupnp v1.3.0 // indirect
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
github.com/lib/pq v1.10.9 // indirect
github.com/machinebox/graphql v0.2.2 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/metachris/flashbotsrpc v0.6.0 // indirect
Expand Down
20 changes: 16 additions & 4 deletions pkg/mev/bundlesendertype_enumer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions pkg/mev/pkg.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ const (
BundleSenderTypeMevBlocker
BundleSenderTypeBlink
BundleSenderTypeMerkle
BundleSenderTypeJetbldr
BundleSenderTypePenguin
BundleSenderTypeLoki
)

const (
Expand Down

0 comments on commit 65a0eff

Please sign in to comment.