Skip to content

Commit 8f027e9

Browse files
committed
fix ethereum version
1 parent 1f73978 commit 8f027e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tx-submitter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/tendermint/tendermint => github.com/morph-l2/tendermint v0.3.
77
require (
88
github.com/holiman/uint256 v1.2.4
99
github.com/morph-l2/externalsign v0.3.1
10-
github.com/morph-l2/go-ethereum v1.10.14-0.20251031082315-62fcaab9b7a7
10+
github.com/morph-l2/go-ethereum v1.10.14-0.20251031091135-78b17f183b84
1111
github.com/prometheus/client_golang v1.17.0
1212
github.com/stretchr/testify v1.10.0
1313
github.com/syndtr/goleveldb v1.0.1-0.20220614013038-64ee5596c38a

tx-submitter/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJ
164164
github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
165165
github.com/morph-l2/externalsign v0.3.1 h1:UYFDZFB0L85A4rDvuwLNBiGEi0kSmg9AZ2v8Q5O4dQo=
166166
github.com/morph-l2/externalsign v0.3.1/go.mod h1:b6NJ4GUiiG/gcSJsp3p8ExsIs4ZdphlrVALASnVoGJE=
167-
github.com/morph-l2/go-ethereum v1.10.14-0.20251031082315-62fcaab9b7a7 h1:jnPcZw8i2FzM07MK8ZDrc1JiU1t1s+31+qZ8wQG81Co=
168-
github.com/morph-l2/go-ethereum v1.10.14-0.20251031082315-62fcaab9b7a7/go.mod h1:U/Gt6UghgHD7SB8t/rTD9908qFRjvzgIAtXUqEYjtI8=
167+
github.com/morph-l2/go-ethereum v1.10.14-0.20251031091135-78b17f183b84 h1:FmHKWYMNfIfpNDWO4+ulmmgstBI5Ujt7NWI1g1PzVjQ=
168+
github.com/morph-l2/go-ethereum v1.10.14-0.20251031091135-78b17f183b84/go.mod h1:U/Gt6UghgHD7SB8t/rTD9908qFRjvzgIAtXUqEYjtI8=
169169
github.com/morph-l2/tendermint v0.3.2 h1:Gu6Uj2G6c3YP2NAKFi7A46JZaOCdD4zfZDKCjt0pDm8=
170170
github.com/morph-l2/tendermint v0.3.2/go.mod h1:TtCzp9l6Z6yDUiwv3TbqKqw8Q8RKp3fSz5+adO1/Y8w=
171171
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=

0 commit comments

Comments
 (0)