Skip to content

Commit

Permalink
fix: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Alok committed Aug 13, 2024
1 parent ab10db8 commit e3b49d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,9 @@ jobs:
go build -ldflags="-s -w" -o mev-commit-test ./cmd/main.go
./mev-commit-test \
--settlement-rpc-endpoint ws://127.0.0.1:8546 \
--bootnode-rpc-urls 127.0.0.1:13524 \
--provider-rpc-urls 127.0.0.1:13624 \
--bidder-rpc-urls 127.0.0.1:13724
--bootnode-rpc-urls http://127.0.0.1:13524 \
--provider-rpc-urls http://127.0.0.1:13624 \
--bidder-rpc-urls http://127.0.0.1:13724
- name: Notify - Deployment Successful
if: ${{ env.IS_MANUAL_DEPLOYMENT == 'true' && success() }}
Expand Down

0 comments on commit e3b49d6

Please sign in to comment.