@psf/bch-js 6.4.0 → 6.4.1

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@psf/bch-js",
3
- "version": "6.4.0",
3
+ "version": "6.4.1",
4
4
  "description": "A JavaScript library for working with Bitcoin Cash, eCash, and SLP Tokens",
5
5
  "author": "Chris Troutner <chris.troutner@gmail.com>",
6
6
  "contributors": [
@@ -128,7 +128,7 @@ describe('#psf-slp-indexer', () => {
128
128
  describe('#getTokenData', () => {
129
129
  it('should get token data', async () => {
130
130
  const tokenId =
131
- 'f055256b938f1ecfa270459d6f12c7c8c82b66d3263c03d5074445a2b1a498a3'
131
+ 'd9aafa7acb514c597caf440ae268b5e4e955f2687e05f044cdf8fd9550d9a27b'
132
132
 
133
133
  // bchjs.PsfSlpIndexer.restURL = 'http://localhost:3000/v5/'
134
134
  const result = await bchjs.PsfSlpIndexer.getTokenData(tokenId)