From e3b49d6f2ac4429749476bcf3e59fcf6f8d75aaa Mon Sep 17 00:00:00 2001 From: Alok Date: Tue, 13 Aug 2024 20:28:43 +0530 Subject: [PATCH] fix: comments --- .github/workflows/infrastructure.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/infrastructure.yml b/.github/workflows/infrastructure.yml index 7646b7df2..7a200e904 100644 --- a/.github/workflows/infrastructure.yml +++ b/.github/workflows/infrastructure.yml @@ -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() }}