Skip to content

Commit

Permalink
adjust port offset
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor-malene committed Feb 16, 2024
1 parent 1837bcc commit e8e9f75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integration/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ const (
DefaultEnclaveOffset = 700 // The default offset between a Geth nodes port and the enclave ports. Used in Socket Simulations.
DefaultHostRPCHTTPOffset = 800 // The default offset for the host's RPC HTTP port
DefaultHostRPCWSOffset = 900 // The default offset for the host's RPC websocket port
DefaultTenscanHTTPPortOffset = 1000
DefaultTenGatewayHTTPPortOffset = 1001
DefaultTenGatewayWSPortOffset = 1002
DefaultTenscanHTTPPortOffset = 950
DefaultTenGatewayHTTPPortOffset = 951
DefaultTenGatewayWSPortOffset = 952
)

const (
Expand Down

0 comments on commit e8e9f75

Please sign in to comment.