mirror of
https://github.com/Permissionless-Software-Foundation/bch-js.git
synced 2026-09-21 16:51:59 -07:00
fix(tests): Fixing broken integration tests for token data
This commit is contained in:
@@ -130,7 +130,7 @@ describe('#psf-slp-indexer', () => {
|
|||||||
const tokenId =
|
const tokenId =
|
||||||
'f055256b938f1ecfa270459d6f12c7c8c82b66d3263c03d5074445a2b1a498a3'
|
'f055256b938f1ecfa270459d6f12c7c8c82b66d3263c03d5074445a2b1a498a3'
|
||||||
|
|
||||||
bchjs.PsfSlpIndexer.restURL = 'http://localhost:3000/v5/'
|
// bchjs.PsfSlpIndexer.restURL = 'http://localhost:3000/v5/'
|
||||||
const result = await bchjs.PsfSlpIndexer.getTokenData(tokenId)
|
const result = await bchjs.PsfSlpIndexer.getTokenData(tokenId)
|
||||||
// console.log('result: ', result)
|
// console.log('result: ', result)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user