diff --git a/test/integration/chains/bchn/psf-slp-indexer.integration.js b/test/integration/chains/bchn/psf-slp-indexer.integration.js index e6dd76b..24ad91c 100644 --- a/test/integration/chains/bchn/psf-slp-indexer.integration.js +++ b/test/integration/chains/bchn/psf-slp-indexer.integration.js @@ -130,7 +130,7 @@ describe('#psf-slp-indexer', () => { const tokenId = 'f055256b938f1ecfa270459d6f12c7c8c82b66d3263c03d5074445a2b1a498a3' - bchjs.PsfSlpIndexer.restURL = 'http://localhost:3000/v5/' + // bchjs.PsfSlpIndexer.restURL = 'http://localhost:3000/v5/' const result = await bchjs.PsfSlpIndexer.getTokenData(tokenId) // console.log('result: ', result)