Skip to content

Commit 19d0457

Browse files
author
corey
committed
fix eks
1 parent c6a747d commit 19d0457

File tree

19 files changed

+20
-21
lines changed

19 files changed

+20
-21
lines changed

MakefileEks.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@ start-bk-test-morph-test-qanet-to-morph-staking-oracle-qanet:
9494
/data/secret-manager-wrapper ./staking-oracle
9595

9696
# qanet
97-
build-bk-test-morph-test-qanet-to-morph-token-price-oracle-qanet:
97+
build-bk-test-morph-test-qanet-to-morph-token-price-oracle:
9898
if [ ! -d dist ]; then mkdir -p dist; fi
9999
env GO111MODULE=on CGO_LDFLAGS="-ldl" CGO_ENABLED=1 go build -v $(LDFLAGS) -o token-price-oracle/token-price-oracle ./token-price-oracle/cmd
100100
cp token-price-oracle/token-price-oracle dist/
101101
tar -czvf token-price-oracle.tar.gz dist
102102
aws s3 cp token-price-oracle.tar.gz s3://morph-7637-morph-technical-department-qanet-data/morph-setup/token-price-oracle.tar.gz
103103

104-
start-bk-test-morph-test-qanet-to-morph-token-price-oracle-qanet:
104+
start-bk-test-morph-test-qanet-to-morph-token-price-oracle:
105105
/data/secret-manager-wrapper ./token-price-oracle
106106

107107
build-bk-prod-morph-prod-testnet-to-morph-token-price-oracle-hoodi:

bindings/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.0
44

55
replace github.com/tendermint/tendermint => github.com/morph-l2/tendermint v0.3.2
66

7-
require github.com/morph-l2/go-ethereum v1.10.14-0.20251119080508-d085f8c79a53
7+
require github.com/morph-l2/go-ethereum v1.10.14-0.20251120124625-16a606312846
88

99
require (
1010
github.com/VictoriaMetrics/fastcache v1.12.2 // indirect

bindings/go.sum

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ github.com/mmcloughlin/addchain v0.4.0/go.mod h1:A86O+tHqZLMNO4w6ZZ4FlVQEadcoqky
111111
github.com/mmcloughlin/profile v0.1.1/go.mod h1:IhHD7q1ooxgwTgjxQYkACGA77oFTDdFVejUS1/tS/qU=
112112
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
113113
github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
114-
github.com/morph-l2/go-ethereum v1.10.14-0.20251119080508-d085f8c79a53 h1:8+qaUTn1/eyS8er4RkibhHMFC/L4IgqIXLtORakBDkI=
114+
github.com/morph-l2/go-ethereum v1.10.14-0.20251120124625-16a606312846 h1:bwtacNCXCUlKiekpSyZIz66MKTagoqMlCZLwZyNA2Fk=
115115
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
116116
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
117117
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=

contracts/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replace github.com/tendermint/tendermint => github.com/morph-l2/tendermint v0.3.
66

77
require (
88
github.com/iden3/go-iden3-crypto v0.0.16
9-
github.com/morph-l2/go-ethereum v1.10.14-0.20251119080508-d085f8c79a53
9+
github.com/morph-l2/go-ethereum v1.10.14-0.20251120124625-16a606312846
1010
github.com/stretchr/testify v1.10.0
1111
)
1212

contracts/go.sum

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ github.com/mitchellh/pointerstructure v1.2.1 h1:ZhBBeX8tSlRpu/FFhXH4RC4OJzFlqsQh
106106
github.com/mmcloughlin/addchain v0.4.0 h1:SobOdjm2xLj1KkXN5/n0xTIWyZA2+s99UCY1iPfkHRY=
107107
github.com/mmcloughlin/addchain v0.4.0/go.mod h1:A86O+tHqZLMNO4w6ZZ4FlVQEadcoqkyU72HC5wJ4RlU=
108108
github.com/mmcloughlin/profile v0.1.1/go.mod h1:IhHD7q1ooxgwTgjxQYkACGA77oFTDdFVejUS1/tS/qU=
109-
github.com/morph-l2/go-ethereum v1.10.14-0.20251119080508-d085f8c79a53 h1:8+qaUTn1/eyS8er4RkibhHMFC/L4IgqIXLtORakBDkI=
109+
github.com/morph-l2/go-ethereum v1.10.14-0.20251120124625-16a606312846 h1:bwtacNCXCUlKiekpSyZIz66MKTagoqMlCZLwZyNA2Fk=
110110
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
111111
github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
112112
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=

go.work.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,6 +1010,7 @@ github.com/moricho/tparallel v0.2.1 h1:95FytivzT6rYzdJLdtfn6m1bfFJylOJK41+lgv/EH
10101010
github.com/moricho/tparallel v0.2.1/go.mod h1:fXEIZxG2vdfl0ZF8b42f5a78EhjjD5mX8qUplsoSU4k=
10111011
github.com/morikuni/aec v1.0.0 h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=
10121012
github.com/morikuni/aec v1.0.0/go.mod h1:BbKIizmSmc5MMPqRYbxO4ZU0S0+P200+tUnFx7PXmsc=
1013+
github.com/morph-l2/go-ethereum v1.10.14-0.20251120124625-16a606312846/go.mod h1:tiFPeidxjoCmLj18ne9H3KQdIGTCvRC30qlef06Fd9M=
10131014
github.com/mschoch/smat v0.0.0-20160514031455-90eadee771ae h1:VeRdUYdCw49yizlSbMEn2SZ+gT+3IUKx8BqxyQdz+BY=
10141015
github.com/mschoch/smat v0.0.0-20160514031455-90eadee771ae/go.mod h1:qAyveg+e4CE+eKJXWVjKXM4ck2QobLqTDytGJbLLhJg=
10151016
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f h1:KUppIJq7/+SVif2QVs3tOP0zanoHgBEVAwHxUSIzRqU=

node/derivation/beacon_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ func TestGetBlob(t *testing.T) {
3333
if len(logs) > 0 {
3434
for _, lg := range logs {
3535
txHash := lg.TxHash
36-
require.NoError(t, err)
3736
block, err := l1Client.BlockByNumber(context.Background(), big.NewInt(int64(lg.BlockNumber)))
3837
require.NoError(t, err)
3938
tx, _, err := l1Client.TransactionByHash(context.Background(), txHash)

node/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/hashicorp/golang-lru v1.0.2
1212
github.com/holiman/uint256 v1.2.4
1313
github.com/klauspost/compress v1.17.9
14-
github.com/morph-l2/go-ethereum v1.10.14-0.20251119080508-d085f8c79a53
14+
github.com/morph-l2/go-ethereum v1.10.14-0.20251120124625-16a606312846
1515
github.com/prometheus/client_golang v1.17.0
1616
github.com/spf13/viper v1.13.0
1717
github.com/stretchr/testify v1.10.0

node/go.sum

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,7 @@ github.com/mmcloughlin/addchain v0.4.0/go.mod h1:A86O+tHqZLMNO4w6ZZ4FlVQEadcoqky
359359
github.com/mmcloughlin/profile v0.1.1/go.mod h1:IhHD7q1ooxgwTgjxQYkACGA77oFTDdFVejUS1/tS/qU=
360360
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
361361
github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
362-
github.com/morph-l2/go-ethereum v1.10.14-0.20251119080508-d085f8c79a53 h1:8+qaUTn1/eyS8er4RkibhHMFC/L4IgqIXLtORakBDkI=
363-
github.com/morph-l2/go-ethereum v1.10.14-0.20251119080508-d085f8c79a53/go.mod h1:tiFPeidxjoCmLj18ne9H3KQdIGTCvRC30qlef06Fd9M=
362+
github.com/morph-l2/go-ethereum v1.10.14-0.20251120124625-16a606312846 h1:bwtacNCXCUlKiekpSyZIz66MKTagoqMlCZLwZyNA2Fk=
364363
github.com/morph-l2/tendermint v0.3.2 h1:Gu6Uj2G6c3YP2NAKFi7A46JZaOCdD4zfZDKCjt0pDm8=
365364
github.com/morph-l2/tendermint v0.3.2/go.mod h1:TtCzp9l6Z6yDUiwv3TbqKqw8Q8RKp3fSz5+adO1/Y8w=
366365
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=

ops/l2-genesis/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replace github.com/tendermint/tendermint => github.com/morph-l2/tendermint v0.3.
66

77
require (
88
github.com/holiman/uint256 v1.2.4
9-
github.com/morph-l2/go-ethereum v1.10.14-0.20251119080508-d085f8c79a53
9+
github.com/morph-l2/go-ethereum v1.10.14-0.20251120124625-16a606312846
1010
github.com/stretchr/testify v1.10.0
1111
github.com/urfave/cli v1.22.17
1212
)

0 commit comments

Comments
 (0)