@psf/bch-js 6.3.2 → 6.3.3

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.3.2",
3
+ "version": "6.3.3",
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": [
@@ -104,7 +104,7 @@ describe('#UTXO', () => {
104
104
  })
105
105
 
106
106
  it('should filter Group tokens and mint batons', async () => {
107
- const addr = 'bitcoincash:qzeqcrpe5fcnslv8rfqjq4gh4gzdwytmdc4qmh0ztv'
107
+ const addr = 'bitcoincash:qrp4mlmsrtwlvjn4seuchvtmus06tuqmpvex9he79q'
108
108
 
109
109
  const result = await bchjs.Utxo.get(addr)
110
110
  // console.log(`result: ${JSON.stringify(result, null, 2)}`)
@@ -114,7 +114,7 @@ describe('#UTXO', () => {
114
114
  })
115
115
 
116
116
  it('should filter NFTs', async () => {
117
- const addr = 'simpleledger:qq7vp2kvejsql898a2760kuq6xz00h0a5vuwu9lywu'
117
+ const addr = 'bitcoincash:qrp4mlmsrtwlvjn4seuchvtmus06tuqmpvex9he79q'
118
118
 
119
119
  const result = await bchjs.Utxo.get(addr)
120
120
  // console.log(`result: ${JSON.stringify(result, null, 2)}`)