Skip to content

Commit

Permalink
chore: bump handshake and revert L1 RPC
Browse files Browse the repository at this point in the history
  • Loading branch information
Alok committed Jul 10, 2024
1 parent 5724aa4 commit 5db32b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infrastructure/nomad/playbooks/variables/profiles.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
datacenter: "dc1"
l1_rpc_url: "https://eth-holesky.g.alchemy.com/v2/lHOPxQcFX0HGe-32bZcNbBoayrjbXAUS"
l1_rpc_url: "https://eth-holesky.g.alchemy.com/v2/H8JN1wImnEPrxkFRVOT7cJ_gzu9x3VmB"

artifacts:
bidder_emulator: &bidder_emulator_artifact
Expand Down
2 changes: 1 addition & 1 deletion p2p/pkg/p2p/libp2p/internal/handshake/handshake.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (

const (
ProtocolName = "handshake"
ProtocolVersion = "3.0.0"
ProtocolVersion = "4.0.0"
StreamName = "handshake"
)

Expand Down

0 comments on commit 5db32b6

Please sign in to comment.