From 035f7b19408b05561d57d984ae1d14d66d436fac Mon Sep 17 00:00:00 2001 From: colinlyguo Date: Tue, 11 Mar 2025 18:29:00 +0800 Subject: [PATCH] fix(bridge-history): try oevrwriting by replace --- bridge-history-api/go.mod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bridge-history-api/go.mod b/bridge-history-api/go.mod index 84ff9fe68e..6228dec68e 100644 --- a/bridge-history-api/go.mod +++ b/bridge-history-api/go.mod @@ -11,13 +11,15 @@ require ( github.com/pressly/goose/v3 v3.16.0 github.com/prometheus/client_golang v1.19.0 github.com/scroll-tech/da-codec v0.1.3-0.20250226072559-f8a8d3898f54 - 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 + github.com/scroll-tech/go-ethereum v1.10.14-0.20250305084331-57148478e950 github.com/stretchr/testify v1.9.0 github.com/urfave/cli/v2 v2.25.7 golang.org/x/sync v0.11.0 gorm.io/gorm v1.25.7-0.20240204074919-46816ad31dde ) +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 + require ( dario.cat/mergo v1.0.0 // indirect github.com/VictoriaMetrics/fastcache v1.12.2 // indirect