Skip to content

Commit 069b6a1

Browse files
author
colinlyguo
committed
fix(bridge-history): try oevrwriting by replace
1 parent 5f79735 commit 069b6a1

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
@@ -10,13 +10,15 @@ require (
1010
github.com/go-redis/redis/v8 v8.11.5
1111
github.com/pressly/goose/v3 v3.16.0
1212
github.com/prometheus/client_golang v1.19.0
13-
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
13+
github.com/scroll-tech/go-ethereum v1.10.14-0.20250305084331-57148478e950
1414
github.com/stretchr/testify v1.9.0
1515
github.com/urfave/cli/v2 v2.25.7
1616
golang.org/x/sync v0.11.0
1717
gorm.io/gorm v1.25.7-0.20240204074919-46816ad31dde
1818
)
1919

20+
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
21+
2022
require (
2123
dario.cat/mergo v1.0.0 // indirect
2224
github.com/VictoriaMetrics/fastcache v1.12.2 // indirect

0 commit comments

Comments
 (0)