diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c6d3b2b5..16576ff3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,14 +36,10 @@ jobs: docker-compose -f docker-compose-test.yml up --build -d - name: Wait for services to be ready run: | - sleep 120 # Adjust time as necessary for services to initialize - - name: Check Mercury Service Logs - run: | - docker-compose logs $(docker ps -qf "name=commerceblockx/mercury-server") - - - name: Verify Mercury Service with Curl - run: | - curl -v http://0.0.0.0:8000/info/config + sleep 10 # Adjust time as necessary for services to initialize + # - name: Verify Mercury Service with Curl + # run: | + # curl -v http://0.0.0.0:8000/info/config - name: Add Mnemonic run: | docker exec $(docker ps -qf "name=enclave") \ diff --git a/clients/apps/nodejs/config/default.json b/clients/apps/nodejs/config/default.json index 6c51c6fa..f5359827 100644 --- a/clients/apps/nodejs/config/default.json +++ b/clients/apps/nodejs/config/default.json @@ -1,5 +1,5 @@ { - "statechainEntity": "http://api.mercurylayer.com/info/config", + "statechainEntity": "http://api.mercurylayer.com", "__statechainEntity": "http://j23wevaeducxuy3zahd6bpn4x76cymwz2j3bdixv7ow4awjrg5p6jaid.onion", "_statechainEntity": "http://45.76.136.11:8500/", "__electrumServer": "tcp://signet-electrumx.wakiyamap.dev:50001",