Skip to content

Commit

Permalink
chore: go version
Browse files Browse the repository at this point in the history
  • Loading branch information
joanestebanr committed Mar 7, 2025
1 parent 9aebd6e commit d593074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etherman/etherman_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func TestMainnet(t *testing.T) {
}

func TestSepolia(t *testing.T) {
t.Skip("exploratory test")
//t.Skip("exploratory test")
cfg := etherman.Config{
L1URL: os.Getenv("L1URL_SEPOLIA"),
ForkIDChunkSize: 100,
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/0xPolygonHermez/zkevm-synchronizer-l1

go 1.23.0
go 1.23.7

toolchain go1.23.7

Expand Down

0 comments on commit d593074

Please sign in to comment.