Skip to content

Commit

Permalink
feat: adds port
Browse files Browse the repository at this point in the history
  • Loading branch information
ckartik committed Aug 29, 2024
1 parent 719fe00 commit 468bced
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions infrastructure/nomad/playbooks/variables/profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
ip: 127.0.0.1
net_restrict: 0.0.0.0/0
type: signer
port: 30311

mev_commit_geth_signer_node2: &mev_commit_geth_signer_node2_job
name: mev-commit-geth-signer-node2
Expand All @@ -99,6 +100,7 @@ jobs:
ip: 127.0.0.1
net_restrict: 0.0.0.0/0
type: signer
port: 30312

mev_commit_geth_signer_node3: &mev_commit_geth_signer_node3_job
name: mev-commit-geth-signer-node3
Expand All @@ -118,6 +120,7 @@ jobs:
ip: 127.0.0.1
net_restrict: 0.0.0.0/0
type: signer
port: 30313

mev_commit_geth_member_node: &mev_commit_geth_member_node_job
name: mev-commit-geth-member-node
Expand Down

0 comments on commit 468bced

Please sign in to comment.