Skip to content

Commit eacdc78

Browse files
authored
fix(bridge-history): overwrite l2geth dependency by replace (#1617)
1 parent 2cc9f65 commit eacdc78

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bridge-history-api/go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ require (
1111
github.com/pressly/goose/v3 v3.16.0
1212
github.com/prometheus/client_golang v1.19.0
1313
github.com/scroll-tech/da-codec v0.1.3-0.20250226072559-f8a8d3898f54
14-
github.com/scroll-tech/go-ethereum v1.10.14-0.20250305084331-57148478e950 // It's a hotfix for the header hash compatibility issue, pls change this with caution
14+
github.com/scroll-tech/go-ethereum v1.10.14-0.20250305084331-57148478e950
1515
github.com/stretchr/testify v1.9.0
1616
github.com/urfave/cli/v2 v2.25.7
1717
golang.org/x/sync v0.11.0
1818
gorm.io/gorm v1.25.7-0.20240204074919-46816ad31dde
1919
)
2020

21+
replace github.com/scroll-tech/go-ethereum => github.com/scroll-tech/go-ethereum v1.10.14-0.20250305084331-57148478e950 // It's a hotfix for the header hash incompatibility issue, pls change this with caution
22+
2123
require (
2224
dario.cat/mergo v1.0.0 // indirect
2325
github.com/VictoriaMetrics/fastcache v1.12.2 // indirect

0 commit comments

Comments
 (0)