Skip to content

Commit db957ee

Browse files
committed
update test l2 fork genesis
1 parent aaa523d commit db957ee

File tree

4 files changed

+43
-26
lines changed

4 files changed

+43
-26
lines changed

playground/components.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ func (o *OpReth) ReleaseArtifact() *release {
748748
Name: "op-reth",
749749
Repo: "reth",
750750
Org: "paradigmxyz",
751-
Version: "v1.3.12",
751+
Version: "v1.9.3",
752752
Arch: func(goos, goarch string) string {
753753
if goos == "linux" {
754754
return "x86_64-unknown-linux-gnu"

playground/genesis_op_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import (
88
"github.com/ethereum/go-ethereum/common"
99
)
1010

11-
func TestOpGenesisIshtmus(t *testing.T) {
12-
data, err := os.ReadFile("./testcases/l2_genesis_ishtmus.json")
11+
func TestOpGenesisJovian(t *testing.T) {
12+
data, err := os.ReadFile("./testcases/l2_genesis_jovian.json")
1313
if err != nil {
1414
t.Fatalf("failed to read file: %v", err)
1515
}

0 commit comments

Comments
 (0)