From 761a2d226cbf27a25aff3e7b636ebdbcc57e6135 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Mon, 9 May 2022 10:24:00 -0700 Subject: [PATCH] fix(test): Updating UTXO integration tests --- test/integration/chains/bchn/utxo-integration.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/chains/bchn/utxo-integration.js b/test/integration/chains/bchn/utxo-integration.js index 9bca943..f3554bd 100644 --- a/test/integration/chains/bchn/utxo-integration.js +++ b/test/integration/chains/bchn/utxo-integration.js @@ -104,7 +104,7 @@ describe('#UTXO', () => { }) it('should filter Group tokens and mint batons', async () => { - const addr = 'bitcoincash:qzeqcrpe5fcnslv8rfqjq4gh4gzdwytmdc4qmh0ztv' + const addr = 'bitcoincash:qrp4mlmsrtwlvjn4seuchvtmus06tuqmpvex9he79q' const result = await bchjs.Utxo.get(addr) // console.log(`result: ${JSON.stringify(result, null, 2)}`) @@ -114,7 +114,7 @@ describe('#UTXO', () => { }) it('should filter NFTs', async () => { - const addr = 'simpleledger:qq7vp2kvejsql898a2760kuq6xz00h0a5vuwu9lywu' + const addr = 'bitcoincash:qrp4mlmsrtwlvjn4seuchvtmus06tuqmpvex9he79q' const result = await bchjs.Utxo.get(addr) // console.log(`result: ${JSON.stringify(result, null, 2)}`)