Skip to content

Commit

Permalink
fix: change withdraw address to regtest
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed Jun 4, 2024
1 parent 211fa40 commit b1daf77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
docker-compose -f docker-compose-test.yml up --build -d
- name: Wait for services to be ready
run: |
sleep 90 # Adjust time as necessary for services to initialize
sleep 60 # Adjust time as necessary for services to initialize
- name: Verify Mercury Service with Curl
run: |
container_id=$(docker ps -qf "name=mercurylayer_mercury_1")
Expand Down
2 changes: 1 addition & 1 deletion clients/apps/nodejs/test_basic_workflow2.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ async function walletTransfersToItselfAndWithdraw(clientConfig, wallet_name) {
assert(received_statechain_ids[0] == coin.statechain_id);
}

let withdraw_address = "tb1qwrujs6f4gyexsextpf9p50smjtht7p7ypknteu";
let withdraw_address = "bcrt1qgh48u8aj4jvjkalc28lqujyx2wveck4jsm59x9";

let txid = await mercurynodejslib.withdrawCoin(clientConfig, wallet_name, coin.statechain_id, withdraw_address, null);

Expand Down

0 comments on commit b1daf77

Please sign in to comment.