Skip to content

Commit

Permalink
update sync lib (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToniRamirezM authored Jun 10, 2024
1 parent fc62e90 commit 49bd2df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/0xPolygonHermez/zkevm-ethtx-manager
go 1.21.3

require (
github.com/0xPolygonHermez/zkevm-synchronizer-l1 v0.5.1
github.com/0xPolygonHermez/zkevm-synchronizer-l1 v0.5.2
github.com/ethereum/go-ethereum v1.14.5
github.com/hermeznetwork/tracerr v0.3.2
github.com/holiman/uint256 v1.2.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/0xPolygonHermez/zkevm-synchronizer-l1 v0.5.1 h1:mL21zEW6p9E/NvopykiRBUqY1GT/3OuOdW2IvZcIC4g=
github.com/0xPolygonHermez/zkevm-synchronizer-l1 v0.5.1/go.mod h1:fAwP9VXeKdUY7gJu6S4sus72CtPFUEB7+BYFSJYMu8s=
github.com/0xPolygonHermez/zkevm-synchronizer-l1 v0.5.2 h1:HcGCTdmUWBYWf35LmXQe5fV6qaU7CjlRx9w+E+OF4Ew=
github.com/0xPolygonHermez/zkevm-synchronizer-l1 v0.5.2/go.mod h1:fAwP9VXeKdUY7gJu6S4sus72CtPFUEB7+BYFSJYMu8s=
github.com/DataDog/zstd v1.5.2 h1:vUG4lAyuPCXO0TLbXvPv7EB7cNK1QV/luu55UHLrrn8=
github.com/DataDog/zstd v1.5.2/go.mod h1:g4AWEaM3yOg3HYfnJ3YIawPnVdXJh9QME85blwSAmyw=
github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY=
Expand Down

0 comments on commit 49bd2df

Please sign in to comment.