Skip to content

Commit

Permalink
fix: remove mercury logs
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed May 30, 2024
1 parent 7ee3ff0 commit 49394cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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") \
Expand Down
2 changes: 1 addition & 1 deletion clients/apps/nodejs/config/default.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 49394cb

Please sign in to comment.