From bd9a268d2e370f5aa13f16eb8204622cbcfbb5ba Mon Sep 17 00:00:00 2001 From: vic-en Date: Mon, 5 Aug 2024 22:26:17 -0500 Subject: [PATCH] update workflow file --- .github/workflows/workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 724f7e16fb..2b04084376 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -79,6 +79,7 @@ jobs: cp -rf src/templates/* conf sed -i 's|/home/gateway/conf/lists/|conf/lists/|g' ./conf/*.yml sed -i 's/https:\/\/rpc.ankr.com\/eth_goerli/http:\/\/127.0.0.1:8545\//g' ./conf/ethereum.yml + sed -i 's/https:\/\/etc.rivet.link\/eth_goerli/http:\/\/127.0.0.1:8545\//g' ./conf/ethereum-classic.yml - name: Run unit test coverage if: github.event_name == 'pull_request'