@psf/bch-js 6.3.1 → 6.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -130,7 +130,7 @@ describe('#psf-slp-indexer', () => {
|
|
|
130
130
|
const tokenId =
|
|
131
131
|
'f055256b938f1ecfa270459d6f12c7c8c82b66d3263c03d5074445a2b1a498a3'
|
|
132
132
|
|
|
133
|
-
bchjs.PsfSlpIndexer.restURL = 'http://localhost:3000/v5/'
|
|
133
|
+
// bchjs.PsfSlpIndexer.restURL = 'http://localhost:3000/v5/'
|
|
134
134
|
const result = await bchjs.PsfSlpIndexer.getTokenData(tokenId)
|
|
135
135
|
// console.log('result: ', result)
|
|
136
136
|
|