This commit is contained in:
Dimitar Manov 2025-06-11 13:57:44 +03:00
parent e6bc001ab8
commit d2d60c2b48

View file

@ -79,13 +79,13 @@ jobs:
- name: Start Contracts Geth Devnet - name: Start Contracts Geth Devnet
run: | run: |
docker run -d docker run -d \
-p 8546:8545 -p 8546:8545 \
-p 30303:30303 -p 30303:30303 \
${{ secrets.DOCKERHUB_USERNAME }}/${{ env.REPO_NAME }}:${{ env.ENVIRONMENT }}-contracts-latest ${{ secrets.DOCKERHUB_USERNAME }}/${{ env.REPO_NAME }}:${{ env.ENVIRONMENT }}-contracts-latest \
--dev --dev \
--http --http.addr 0.0.0.0 --http --http.addr 0.0.0.0 \
--http.api eth,net,web3 --http.api eth,net,web3 \
--allow-insecure-unlock --allow-insecure-unlock
- name: Wait for Contracts Geth JSON-RPC - name: Wait for Contracts Geth JSON-RPC